You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am planning to purchase the license of your wonderful plugin, and tried to build the console for testing with our apps.
I built the image by following the instructions then I got the error message after running this below command:
Command
docker run --env-file=./.env -p 9000:9000 xxxx/geolocation
.env
DATABASE_URL=postgres://username:password@dbhost:5432/geolocationGOOGLE_MAPS_API_KEY=AIzaSxxxxxxxxxxxxiWRYSHARED_DASHBOARD=1ADMIN_TOKEN=xxuserPASSWORD=xpassowordJWT_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----\MY GENERATED PUB KEY\n-----END PUBLIC KEY-----\n"JWT_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nMY GENERATED PRI KEY\n-----END PRIVATE KEY-----\n"FIREBASE_PROJECT_ID=xxx-projectFIREBASE_CLIENT_EMAIL="[email protected]"FIREBASE_URL=https://xxxxxproject.firebaseio.comFIREBASE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nMY GENERATED PRI KEY FROM SERVICE ACCOUNT\n-----END PRIVATE KEY-----\n"
Error
<!> Exception error:0909006C:PEM routines:get_name:no start line: Error: error:0909006C:PEM routines:get_name:no start line
at Sign.sign (internal/crypto/sig.js:105:29)
at Object.sign (/usr/node_modules/jsonwebtoken/node_modules/jwa/index.js:152:45)
at Object.jwsSign [as sign] (/usr/node_modules/jsonwebtoken/node_modules/jws/lib/sign-stream.js:32:24)
at Object.module.exports [as sign] (/usr/node_modules/jsonwebtoken/sign.js:204:16)
at ServiceAccountCredential.createAuthJwt_ (/usr/node_modules/firebase-admin/lib/auth/credential.js:102:20)
at ServiceAccountCredential.getAccessToken (/usr/node_modules/firebase-admin/lib/auth/credential.js:75:26)
at FirebaseAppInternals.getToken (/usr/node_modules/firebase-admin/lib/firebase-app.js:64:73)
at FirebaseAuthTokenProvider.getToken (/usr/node_modules/@firebase/database/src/core/AuthTokenProvider.ts:58:23)
at PersistentConnection.establishConnection_ (/usr/node_modules/@firebase/database/src/core/PersistentConnection.ts:774:10)
at Timeout._onTimeout (/usr/node_modules/@firebase/database/src/core/PersistentConnection.ts:652:12)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
Executing (default): SELECT 1+1 AS result
The text was updated successfully, but these errors were encountered:
Hello,
I am planning to purchase the license of your wonderful plugin, and tried to build the console for testing with our apps.
I built the image by following the instructions then I got the error message after running this below command:
Command
docker run --env-file=./.env -p 9000:9000 xxxx/geolocation
.env
Error
<!> Exception error:0909006C:PEM routines:get_name:no start line: Error: error:0909006C:PEM routines:get_name:no start line
at Sign.sign (internal/crypto/sig.js:105:29)
at Object.sign (/usr/node_modules/jsonwebtoken/node_modules/jwa/index.js:152:45)
at Object.jwsSign [as sign] (/usr/node_modules/jsonwebtoken/node_modules/jws/lib/sign-stream.js:32:24)
at Object.module.exports [as sign] (/usr/node_modules/jsonwebtoken/sign.js:204:16)
at ServiceAccountCredential.createAuthJwt_ (/usr/node_modules/firebase-admin/lib/auth/credential.js:102:20)
at ServiceAccountCredential.getAccessToken (/usr/node_modules/firebase-admin/lib/auth/credential.js:75:26)
at FirebaseAppInternals.getToken (/usr/node_modules/firebase-admin/lib/firebase-app.js:64:73)
at FirebaseAuthTokenProvider.getToken (/usr/node_modules/@firebase/database/src/core/AuthTokenProvider.ts:58:23)
at PersistentConnection.establishConnection_ (/usr/node_modules/@firebase/database/src/core/PersistentConnection.ts:774:10)
at Timeout._onTimeout (/usr/node_modules/@firebase/database/src/core/PersistentConnection.ts:652:12)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
Executing (default): SELECT 1+1 AS result
The text was updated successfully, but these errors were encountered: