Redirect loop on tenant with subdomain

I am just setting up tenancy and I am getting an error asdf.tac.test redirected you too many times this is my admin panel provider https://gist.github.com/craigvc/615cfebe692f8d5870ea2a0eca4b9f98 Any clues to what i am doing wrong?
Gist
AgentPanelProvider.php
GitHub Gist: instantly share code, notes, and snippets.
2 Replies
nostrodamned
nostrodamned4mo ago
GitHub
tenantDomain infinite redirect · Issue #11896 · filamentphp/filament
Package filament/filament Package Version 3.2.0 Laravel Version v11.0.7 Livewire Version No response PHP Version 8.3 Problem description I am trying create an app which has three panels: The Front ...
nostrodamned
nostrodamned4mo ago
issue seems to be line 27 in RedirectToTenantController @andy3471 I put panel name after url and it works (hacky) how could io override it?