-
-
Notifications
You must be signed in to change notification settings - Fork 28
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] Raspberry Pi ARM Architecture Problem with DB #431
Comments
anyone got it working on Raspberry Pi? |
Hi! AdventureLog is compatible with ARM but unfortunately the PostGIS DB is not right now. The workaround is to use a community image that has support form ARM. I recommend using this image for the DB |
thanks for the effort. tried several versions of it. couldnt get it running. could not sign up a new user. no error in logs unfortuneatly |
@greg121, can you possibly send your docker compose file so I can help debug, also a screenshot of the backend logs even if there are no errors displayed? I would also double check the network tab of the browser console when trying to sign up or login to see why the request is failing |
I'm running into the same issue, too. I've attached my compose file - I'm using caddy to reverse proxy adventurelog locally. I get a 500 error in the browser and the following error from the frontend container:
It looks like the backend container isn't reachable from the frontend, but this might be an issue with my compose - I had to tweak it a little to remove the nginx config, and I wasn't sure which ports needed to align in this one vs the compose file listed in the docs. Appreciate your help! Compose:
|
Hi! try changing |
Describe the bug
database not working on Rapberry Pi
To Reproduce
Install on Raspberry Pi
Expected behavior
working Adventurelog
Screenshots
no screenshots
Docker Compose
as provided from the documentation
Additional context
"Supported architecture: amd64 (also known as X86-64)" from the postgis github repo
The text was updated successfully, but these errors were encountered: