#Mainteance secret not working

4 messages · Page 1 of 1 (latest)

thorn parcel
#

Hello, when I run this command php artisan down --secret="testtoken" and I add this token to the url e.g https://example.com/testtoken I will automatically get redirected to my 404 page. I dont know why and the documentation couldnt help me either

orchid inlet
#

When accessing this hidden route, you will then be redirected to the / route of the application. Once the cookie has been issued to your browser, you will be able to browse the application normally as if it was not in maintenance mode.

#

Seems like your / route would be the one causing the 404 since you're automatically redirected