mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:42:59 +03:00
🐛 Bug Report: SvelteKitError: Not found
#481
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 @oscarorange on GitHub.
Reproduction steps
compose.yaml
Expected behavior
Setup page loads, but when clicking authenticate this error happens. I know my
compose.yamlspecifies to run as a non-root user, but the issue still happens when that is removed.Actual Behavior
Details
@oscarorange commented on GitHub:
Yup, this works, thanks!
I couldn't use port
3000, I assume it's used internally for something else, but settingCADDY_PORTto3080worked fine with my reverse proxy and allows me to not use port80.Thanks for the project by the way, great stuff!
@oscarorange commented on GitHub:
I just tested it and it works fine without the
PORTenvironment variable once I tell Traefik to forward to port 80, but using port 80 even within a container isn't compatible with my network setup, which is why I figured thePORTvariable would work fine on something other than 80.@stonith404 commented on GitHub:
Ok yeah, that isn't documented properly. I've add the environment variable
CADDY_PORTto thestonith404/pingvin-share:developmentimage. This variable can be used to change the exposed port of Pocket ID. Would you mind to test this image and let me know if it works?@oscarorange commented on GitHub:
Pocket is accessible to Traefik on port 3000 and I access it via port 443 after Traefik has encrypted it. The login page will load but attempting to authenticate results in all these errors. Is it possible the
PORTenvironment variable isn't respected by certain aspects of the app?@stonith404 commented on GitHub:
Do you use a reverse proxy? You probably access Pocket ID on port 3000 instead of 80.
@stonith404 commented on GitHub:
Thanks for the feedback. I added this in
v0.9.0.