We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading the homepage, throws the following error in the Heroku app log:
2021-02-25T13:41:30.991870+00:00 app[web.1]: error: Serving an error page for /reading-history/teams.json?limit=5 2021-02-25T13:41:30.991882+00:00 app[web.1]: { message: '7 PERMISSION_DENIED: Missing or insufficient permissions.', 2021-02-25T13:41:30.991884+00:00 app[web.1]: stack: 2021-02-25T13:41:30.991886+00:00 app[web.1]: 'Error: 7 PERMISSION_DENIED: Missing or insufficient permissions.\n at Object.callErrorFromStatus (/app/node_modules/google-gax/node_modules/@grpc/grpc-js/build/src/call.js:30:26)\n at Http2CallStream.call.on (/app/node_modules/google-gax/node_modules/@grpc/grpc-js/build/src/client.js:96:33)\n at Http2CallStream.emit (events.js:203:15)\n at process.nextTick (/app/node_modules/google-gax/node_modules/@grpc/grpc-js/build/src/call-stream.js:100:22)\n at process._tickCallback (internal/process/next_tick.js:61:11)', 2021-02-25T13:41:30.991887+00:00 app[web.1]: code: 7, 2021-02-25T13:41:30.991888+00:00 app[web.1]: details: 'Missing or insufficient permissions.', 2021-02-25T13:41:30.991889+00:00 app[web.1]: metadata: { internalRepr: {}, options: {} }, 2021-02-25T13:41:30.991890+00:00 app[web.1]: note: 2021-02-25T13:41:30.991890+00:00 app[web.1]: 'Exception occurred in retry method that was not classified as transient' }
The text was updated successfully, but these errors were encountered:
On the latest deployment the error is still there albeit the message has slightly changed:
2023-08-03T18:10:41.505034+00:00 app[web.1]: error: Serving an error page for /reading-history/teams.json?limit=5 2023-08-03T18:10:41.505057+00:00 app[web.1]: { 2023-08-03T18:10:41.505057+00:00 app[web.1]: message: '7 PERMISSION_DENIED: Missing or insufficient permissions.', 2023-08-03T18:10:41.505057+00:00 app[web.1]: stack: 'Error: 7 PERMISSION_DENIED: Missing or insufficient permissions.\n' + 2023-08-03T18:10:41.505059+00:00 app[web.1]: ' at Object.callErrorFromStatus (/app/node_modules/google-gax/node_modules/@grpc/grpc-js/build/src/call.js:30:26)\n' + 2023-08-03T18:10:41.505061+00:00 app[web.1]: ' at Http2CallStream.<anonymous> (/app/node_modules/google-gax/node_modules/@grpc/grpc-js/build/src/client.js:96:33)\n' + 2023-08-03T18:10:41.505061+00:00 app[web.1]: ' at Http2CallStream.emit (node:events:526:35)\n' + 2023-08-03T18:10:41.505072+00:00 app[web.1]: ' at /app/node_modules/google-gax/node_modules/@grpc/grpc-js/build/src/call-stream.js:100:22\n' + 2023-08-03T18:10:41.505073+00:00 app[web.1]: ' at process.processTicksAndRejections (node:internal/process/task_queues:77:11)', 2023-08-03T18:10:41.505073+00:00 app[web.1]: code: 7, 2023-08-03T18:10:41.505074+00:00 app[web.1]: details: 'Missing or insufficient permissions.', 2023-08-03T18:10:41.505074+00:00 app[web.1]: metadata: { internalRepr: {}, options: {} }, 2023-08-03T18:10:41.505075+00:00 app[web.1]: note: 'Exception occurred in retry method that was not classified as transient' 2023-08-03T18:10:41.505075+00:00 app[web.1]: }
Sorry, something went wrong.
No branches or pull requests
Loading the homepage, throws the following error in the Heroku app log:
2021-02-25T13:41:30.991870+00:00 app[web.1]: error: Serving an error page for /reading-history/teams.json?limit=5 2021-02-25T13:41:30.991882+00:00 app[web.1]: { message: '7 PERMISSION_DENIED: Missing or insufficient permissions.', 2021-02-25T13:41:30.991884+00:00 app[web.1]: stack: 2021-02-25T13:41:30.991886+00:00 app[web.1]: 'Error: 7 PERMISSION_DENIED: Missing or insufficient permissions.\n at Object.callErrorFromStatus (/app/node_modules/google-gax/node_modules/@grpc/grpc-js/build/src/call.js:30:26)\n at Http2CallStream.call.on (/app/node_modules/google-gax/node_modules/@grpc/grpc-js/build/src/client.js:96:33)\n at Http2CallStream.emit (events.js:203:15)\n at process.nextTick (/app/node_modules/google-gax/node_modules/@grpc/grpc-js/build/src/call-stream.js:100:22)\n at process._tickCallback (internal/process/next_tick.js:61:11)', 2021-02-25T13:41:30.991887+00:00 app[web.1]: code: 7, 2021-02-25T13:41:30.991888+00:00 app[web.1]: details: 'Missing or insufficient permissions.', 2021-02-25T13:41:30.991889+00:00 app[web.1]: metadata: { internalRepr: {}, options: {} }, 2021-02-25T13:41:30.991890+00:00 app[web.1]: note: 2021-02-25T13:41:30.991890+00:00 app[web.1]: 'Exception occurred in retry method that was not classified as transient' }
The text was updated successfully, but these errors were encountered: