© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
bodhi8370

Stuck in a Filament Login Redirect Loop

I did a simple test by placing the a simple redirect inside the top of my index.php (main Laravel public file) to avoid the Laravel default blog. After I removed the code my login for Filament is now stuck in some sort of weird login loop.

I've confirmed code was removed and tried a different system (possible browser or cache issue?) and I still get the same effect. I've reached out to the hosting company to see if they can assist, however, I thought I'd see if anyone has had experience with this and what one might do to resolved it. TIA for any suggestions.

Below is my JS code that was briefly on the index file that started this issue.

<script type="text/javascript">
<!--
window.location = "http://www.google.com/"
//-->
</script>
<script type="text/javascript">
<!--
window.location = "http://www.google.com/"
//-->
</script>
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Redirect to filament login page
FilamentFFilament / ❓┊help
3y ago
How to fix login redirect loop
FilamentFFilament / ❓┊help
3y ago
FIlament infinite redirect to /admin/login - HTTP 302
FilamentFFilament / ❓┊help
5mo ago
Filament Register Redirect
FilamentFFilament / ❓┊help
2y ago