[GH-ISSUE #67] Cannot loggin with default admin account after initial setup #3213

Closed
opened 2026-04-20 07:07:38 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @francisbr on GitHub (Jan 17, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/67

I just started a fresh setup using the 'Manual Install' & 'Without Tunneling' pages from the doc. After the docker stacks boots up:

  1. I go to https://proxy.<my_domain>/
  2. Enter the default user information

I get no error message (login successful) but I am stuck on the login screens. Looking at the debug console I can see the call was indeed successful, but the Set-Cookie header restrict to httpOnly, but I am on httpS, and the dynamic config forces me to use HTTPS (and I want HTTPS).

Image

Did I miss something?

I am using fosrl/pangolin:1.0.0-beta.6

Originally created by @francisbr on GitHub (Jan 17, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/67 I just started a fresh setup using the 'Manual Install' & 'Without Tunneling' pages from the doc. After the docker stacks boots up: 1. I go to https://proxy.<my_domain>/ 2. Enter the default user information - admin@example.com - Password123! I get no error message (login successful) but I am stuck on the login screens. Looking at the debug console I can see the call was indeed successful, but the Set-Cookie header restrict to httpOnly, but I am on httpS, and the dynamic config forces me to use HTTPS (and I want HTTPS). ![Image](https://github.com/user-attachments/assets/e25f8903-4f40-4138-92d2-4e45e65b84d1) Did I miss something? I am using `fosrl/pangolin:1.0.0-beta.6`
Author
Owner

@miloschwartz commented on GitHub (Jan 17, 2025):

What is your base_domain set to in the Pangolin config file? Looks like the Set-Cookie header is setting the cookie for the .localhost domain, so my guess is base_domain is set to localhost.

<!-- gh-comment-id:2597342591 --> @miloschwartz commented on GitHub (Jan 17, 2025): What is your `base_domain` set to in the Pangolin config file? Looks like the Set-Cookie header is setting the cookie for the `.localhost` domain, so my guess is `base_domain` is set to localhost.
Author
Owner

@francisbr commented on GitHub (Jan 17, 2025):

Indeed! this is what I missed! thank you very much!

Maybe a small step should be added in the doc to tell to update this value? or a comment in the auto-generated file like the other ones to identify where I need to put my domain?

<!-- gh-comment-id:2597355062 --> @francisbr commented on GitHub (Jan 17, 2025): Indeed! this is what I missed! thank you very much! Maybe a small step should be added in the doc to tell to update this value? or a comment in the auto-generated file like the other ones to identify where I need to put my domain?
Author
Owner

@miloschwartz commented on GitHub (Jan 17, 2025):

Maybe a small step should be added in the doc to tell to update this value? or a comment in the auto-generated file like the other ones to identify where I need to put my domain?

Ah good point. I added a note to update the config file at the bottom for now. Thanks for the pointing this out :)

<!-- gh-comment-id:2597363222 --> @miloschwartz commented on GitHub (Jan 17, 2025): > Maybe a small step should be added in the doc to tell to update this value? or a comment in the auto-generated file like the other ones to identify where I need to put my domain? Ah good point. I added a note to update the config file at the bottom for now. Thanks for the pointing this out :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#3213