-
Notifications
You must be signed in to change notification settings - Fork 575
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
bug: Undefined error with setup and signal 5 #4311
Comments
Try with docker instead of podman. Signal 5 is SIGTRAP which is very strange here |
Same error here, I'm using docker. If it makes any difference, this error is shown in the browser console:
|
Same here on mac os. Any solutions? the web console error
How to reproduce:
|
Had the same error. Solved it by editing the docker-compose.yml file and added the following env variables inside each environment config |
Well, if I run with podman I get #5036. With docker it shows me the same Object { name: "ExecutionErr", message: "ExitCode: 1, last log lines:\nDownload https://deno.land/x/[email protected]/mod.ts\nerror: Import 'https://deno.land/x/[email protected]/mod.ts' failed: error sending request for url (https://deno.land/x/[email protected]/mod.ts): client error (Connect): dns error: failed to lookup address information: Temporary failure in name resolution: failed to lookup address information: Temporary failure in name resolution\n at file:///tmp/windmill/wk-default-cec74cdaf12c-RRbID/01944a67-60f1-7a9d-7524-7acdad81748f/main.ts:1:24", exit_code: 1 }
AppPreview.4BTGsyV5.js:75:7700 It's not a network problem as I am able to open the deno file with no problems:
|
Okay, I got it fixed when running on Docker (Podman is still broken). |
Describe the bug
When setting up a new instance, and setting admin credentials I get the error in the UI:
In the worker node logs, I see:
To reproduce
Expected behavior
Expected the button press to be successful
Screenshots
Browser information
FF 129.0.2
Application version
1.388.0
Additional Context
May or may not be relevant, but I'm running the worker and server nodes in rootless podman instances
The text was updated successfully, but these errors were encountered: