Closed PyrokineticDarkElf closed 7 months ago
Hello @Staples1010! Your configuration looks valid, very similar to the one from a guide I made some time ago: https://grimoire.pro/docs/guides/setup-with-a-reverse-proxy.
Were you able to connect to the PocketBase admin panel /pb/_/
? If so, was it asking you to create a new admin user (it's a sign that the migrations files weren't visible for PB).
Hi @goniszewski! Sorry for the delay... I was able to get this working in the end. I don't think the issue was Traefik. I think I was using invalid admin details in the config. 😅
Thanks for your suggestions!
Describe the bug After setting up the container I am unable to login through the admin portal with my defined credentials and I can't set up a new user.
I am unsure whether my Traefik setup may be to blame: I have tried using the labels defined in the docs
AND
But this will not allow anything to load.
When I use the following, the service will load and I can navigate the login pages, but I can't submit any data.
AND
AND
To Reproduce Steps to reproduce the behavior: Traefik setup following this guide - https://technotim.live/posts/traefik-portainer-ssl/ docker-compose.yml as described. .env:
Additional context I'm no expert on Traefik and I have used the labels I tend to use for my other services. I have tried removing some and modifying some but have not had any luck yet.