Hi,
When I deployed a grist service, it was successful, but when I continued to deploy another grist service, Docker Run reported the following error: show error: error: ‘expected 200 OK, got: 404 Not Found’
2024-09-03 08:38:02.509 - info: Loading config file from /persist/config.json
2024-09-03 08:38:02.519 - debug: 3-pipe Sandbox started sandboxPid=104, flavor=gvisor, command=undefined, entryPoint=(default)
2024-09-03 08:38:02.557 - info: Sandbox stderr: run.py: sandbox/gvisor/run.py -E PYTHONPATH=/grist/sandbox/grist -E PIPE_MODE=minimal -m /grist/sandbox --checkpoint /tmp/engine__grist python3 – /grist/sandbox/grist/main.py sandboxPid=104, flavor=gvisor, command=undefined, entryPoint=(default)
2024-09-03 08:38:03.936 - info: Sandbox stderr: Ready message: [INFO] [main] Ready sandboxPid=104, flavor=gvisor, command=undefined, entryPoint=(def ault)
2024-09-03 08:38:04.288 - warn: Sandbox unexpectedly exited with code 0 signal null sandboxPid=104, flavor=gvisor, command=undefined, entryPoint=(defaul t)
2024-09-03 08:38:05.524 - info: Loading config file from /persist/config.json
Welcome to Grist.
Setting up database…
Database setup complete.
2024-09-03 08:38:06.365 - info: == Grist version is 1.1.17 (commit unknown)
2024-09-03 08:38:06.371 - debug: skipping incomplete language ar (set GRIST_OFFER_ALL_LANGUAGES if you want it)
2024-09-03 08:38:06.376 - debug: skipping incomplete language ca (set GRIST_OFFER_ALL_LANGUAGES if you want it)
2024-09-03 08:38:06.377 - debug: skipping incomplete language cs (set GRIST_OFFER_ALL_LANGUAGES if you want it)
2024-09-03 08:38:06.389 - debug: skipping incomplete language fa (set GRIST_OFFER_ALL_LANGUAGES if you want it)
2024-09-03 08:38:06.400 - debug: skipping incomplete language nl (set GRIST_OFFER_ALL_LANGUAGES if you want it)
2024-09-03 08:38:06.416 - debug: skipping incomplete language th (set GRIST_OFFER_ALL_LANGUAGES if you want it)
2024-09-03 08:38:06.416 - debug: skipping incomplete language tr (set GRIST_OFFER_ALL_LANGUAGES if you want it)
OPError: expected 200 OK, got: 404 Not Found
at processResponse (/grist/node_modules/openid-client/lib/helpers/process_response.js:41:11)
at Issuer.discover (/grist/node_modules/openid-client/lib/issuer.js:179:18)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async OIDCConfig._initClient (/grist/_build/app/server/lib/OIDCConfig.js:239:24)
at async OIDCConfig.initOIDC (/grist/_build/app/server/lib/OIDCConfig.js:149:9)
at async OIDCConfig.build (/grist/_build/app/server/lib/OIDCConfig.js:102:9)
at async Object.getMiddleware (/grist/_build/app/server/lib/OIDCConfig.js:323:28)
at async FlexServer.addLoginMiddleware (/grist/_build/app/server/lib/FlexServer.js:1083:33)
at async main (/grist/_build/app/server/mergedServerMain.js:86:5)
at async main (/grist/_build/stubs/app/server/server.js:143:20) {
error: ‘expected 200 OK, got: 404 Not Found’
}
error [grist-omnibus] grist failed: exited with 0