mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 05:13:01 +03:00
🐛 Bug Report: Backend port is not taken into consideration everywhere #479
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @edbourque0 on GitHub.
Reproduction steps
Expected behavior
This should change the backend port everywhere in the code so that the backend is accessible from this port.
When the port is changed, the container throws errors saying that 127.0.0.1:8080 is not accessible, but I just changed the port to 8081 so the frontend should be trying a connection on 127.0.0.1:8081.
*I have very limited coding knowledge but I assume that there is a 8080 hardcoded in the code and it should be referencing the environment variable.
Actual Behavior
The frontend should be tying to connect to the port I just change in the .env file
@stonith404 commented on GitHub:
Thanks for the report. This should be fixed in
v0.5.3