Skip to content
New issue

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

Web App / Azure - Container crashing #114

Open
Adam-McGill opened this issue Aug 2, 2024 · 0 comments
Open

Web App / Azure - Container crashing #114

Adam-McGill opened this issue Aug 2, 2024 · 0 comments

Comments

@Adam-McGill
Copy link

Adam-McGill commented Aug 2, 2024

The webapp crashes. The values are being passed to the module and are stored in the key vault. Can see the correct values. For some reason getting this error in the container logs. @steve-liatrio / @mitchell-liatrio / @atiterlea , any idea what I can check for...

2024-08-13T21:53:35.126515460Z {"level":30,"time":1723586015112,"pid":1,"hostname":"3aafaba5e443","msg":"Server started at port 80"}
2024-08-13T21:53:35.895822010Z /usr/src/app/node_modules/@octokit/auth-app/dist-node/index.js:402
2024-08-13T21:53:35.895863811Z throw new Error("[@octokit/auth-app] appId option is required");
2024-08-13T21:53:35.895870411Z ^
2024-08-13T21:53:35.895874311Z
2024-08-13T21:53:35.895878111Z Error: [@octokit/auth-app] appId option is required
2024-08-13T21:53:35.895882011Z at createAppAuth (/usr/src/app/node_modules/@octokit/auth-app/dist-node/index.js:402:11)
2024-08-13T21:53:35.895885911Z at new Octokit (/usr/src/app/node_modules/@octokit/core/dist-node/index.js:75:20)
2024-08-13T21:53:35.895897411Z at createOctokit (file:///usr/src/app/github.js:16:12)
2024-08-13T21:53:35.895901711Z at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2024-08-13T21:53:35.895905611Z at async getOctoKit (file:///usr/src/app/github.js:30:20)
2024-08-13T21:53:35.895909512Z at async listGitHubRunners (file:///usr/src/app/github.js:48:21)
2024-08-13T21:53:35.895913512Z at async listBusyGitHubRunners (file:///usr/src/app/github.js:69:21)
2024-08-13T21:53:35.895917412Z at async Promise.all (index 1)
2024-08-13T21:53:35.895921012Z at async initializeRunnerState (file:///usr/src/app/runner/state.js:7:37)
2024-08-13T21:53:35.895924812Z at async reconcile (file:///usr/src/app/controller.js:86:5)
2024-08-13T21:53:35.899294667Z
2024-08-13T21:53:35.899313068Z Node.js v18.15.0

@Adam-McGill Adam-McGill changed the title Web App / Azure - 404 error under deployment center Web App / Azure - Container crashing Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant