Troubleshooting Github access #67
Replies: 1 comment
|
I created an issue for this: #71 Maybe you can share a bit more info over there for me to help you with it? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have done as described in Deploy on Cloudflare (using a custom domain in place of https://pages-cms-123.pages.dev).
Now, after granting it access to repositories the worker crashes.
{ "outcome": "exception", "scriptName": "pages-worker--2616733-production", "diagnosticsChannelEvents": [], "exceptions": [ { "stack": " at onRequest (functionsWorker-0.9675910260731022.js:28:13)\n at async next (functionsWorker-0.9675910260731022.js:478:26)\n at async Object.fetch (functionsWorker-0.9675910260731022.js:492:14)", "name": "Error", "message": "Access token not found", "timestamp": 1715325717647 } ], "logs": [], "eventTimestamp": 1715325717413, "event": { "request": { "url": "https://cms.***.org/auth/callback?code=ee05a9634ba3791f2a50", "method": "GET", "headers": { "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8", "accept-encoding": "gzip, br", ...What could be the reason?
How to troubleshoot?
Is it possible to show a more descriptive error message instead of "Worker threw exception"?
Thank you!
All reactions