-
Notifications
You must be signed in to change notification settings - Fork 168
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]: Docker Shelf.nu self hosted not working #977
Comments
hi @eduardoribeiro. The Error you got very clearly says what the error is:
This means either your |
Well you are right and to be fair that message was truncated in the console, so I guess I missed it, I'll try to see if I can correct it, need to understand what Database URL is the error referring to, since it should be working and I can see on the local Postgres DB the tables created and the initial log states that the DB was provisioned |
I think its most probably due to the string formatting. I remember some other users had the same issue but it was a question on discord and I cant find it anymore. |
I was able to make it work with some changes on the Postgres URI in the docker, but now I'm stuck in between the login page and the first page with this error: |
hey @eduardoribeiro. I need some more info?
|
I'm running a Docker image and it's production, at least it says so on the terminal. No errors on the terminal, and my server is started by docker, by it starts with npm start
This terminal output is after I restart my container |
I see you don't have an SSL which is required if you are running a production build. We had another person with the same issue the other day. Can you try setting up your SSL and letting us know if the issue persists? |
Sure I can try to create a local SSL and add it to the server so I can run it with SSL |
Closing due to inactivity |
Contact Details
[email protected]
What happened?
I've installed the docker version of Shelf on a local computer running Ubuntu and docker, everything went smoothly and I have the container running, I also have set up Supabase, Maptier, and SMTP service and I've another docker running Postgres and Shelf docker is also connected to the Postgres...
After launching the web interface, try to create the initial user, navigating to Register, I fill up the form and when I press Submit I receive an error above Email input with the message:
Failed to find user
...
I already deleted my docker image and ran it again and I still have the same issue, on the browser console I get an error 500, when trying to submit the new register
I don't actually quite understand what's failing on my installation and why it's not working
What is the expected behaviour?
The I was able to proper register and start using the app
Version
Self-hosted
What browsers are you seeing the problem on?
Microsoft Edge
Relevant log output
The text was updated successfully, but these errors were encountered: