Internal Server Error #694
Replies: 4 comments
-
I had better luck with a newer docker version the one from docker's own repos. and changing DEVELOPMENT to PRODUCTION Cheers |
Beta Was this translation helpful? Give feedback.
-
Actually i did switch back to DEVELOPMENT. Try the updated docker tho from docker's official repos not the ubnutu one with this docker compose file.
Cheers :) |
Beta Was this translation helpful? Give feedback.
-
Thank you for this. So I was able to get the quickstart to work on local host and from another PC. It required adding the CORS orgin to the docker compose under the front end and adding it to .env.development. However when I try to change to production I get the following error logs: ### My compose file:
` prod.env (backend)`PG_DSN='postgresql://bracket_prod:bracket_prod@localhost:5532/bracket_prod' ` .env.local (frontend)
I understand some of the fields are still the default. However I have tried changing those values with no luck. I'm not sure what I am doing wrong at this moment. Any help is much appreciated. |
Beta Was this translation helpful? Give feedback.
-
Actually I take back the being able to connect part. If its on the same subnet I can log in just fine, however once I move it to my DMZ subnet I can no longer sign in and get the internal error again, even with the CORS ORGIN being set to "*" |
Beta Was this translation helpful? Give feedback.
-
When setting up a new instance of Bracket I get an internal server error when trying to log in. I followed everything from the quickstart and even tried a prod setup with nothing working.
I have tried on 2 different Ubuntu 22.04 VMs and get the same error. (Vms are on a separate vlan from PC)
When trying to log in I get the following error:
I have also tried setting the API url with no luck. It continues to go for localhost.
Its almost like the env files/ parameters are applying and the base code is borked.
Beta Was this translation helpful? Give feedback.
All reactions