Resource with dashboard's subdomain causes endless redirect loop #159

Closed
opened 2026-04-05 17:01:44 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Root-Core on 3/4/2026

Describe the Bug

The dashboard can be accessed at pangolin.example.com.
If you configure the same subdomain as a resource, you will be redirected in a loop (HTTP 302).

I configured it this way on purpose to test whether anything would break, and it did. :)
I don't think that's a common issue.

I fixed it by changing the dashboard's subdomain in the configuration; you can then remove the resource.

Environment

  • OS Type & Version: Debian 13
  • Pangolin Version: 1.16.2
  • Gerbil Version: 1.3.0
  • Traefik Version: 3.6

To Reproduce

  1. Setup Pangolin on pangolin.example.com
  2. Add local site
  3. Create public resource
    • HTTPS Settings
      • Subdomain pangolin
      • Base Domain example.com
    • Targets Configuration
      • Local site
      • Protocol https
      • Host localhost
      • Port 443

Expected Behavior

There should be a warning or error message.

*Originally created by @Root-Core on 3/4/2026* ### Describe the Bug The dashboard can be accessed at `pangolin.example.com`. If you configure the same subdomain as a resource, you will be redirected in a loop (HTTP 302). I configured it this way on purpose to test whether anything would break, and it did. :) I don't think that's a common issue. I fixed it by changing the dashboard's subdomain in the configuration; you can then remove the resource. ### Environment - OS Type & Version: Debian 13 - Pangolin Version: 1.16.2 - Gerbil Version: 1.3.0 - Traefik Version: 3.6 ### To Reproduce 1. Setup Pangolin on `pangolin.example.com` 2. Add local site 3. Create public resource - HTTPS Settings - Subdomain `pangolin` - Base Domain `example.com` - Targets Configuration - Local site - Protocol `https` - Host `localhost` - Port `443` ### Expected Behavior There should be a warning or error message.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#159