Shield... no route found |
Hi everyone,
I am not sure, either my problem is very special or I am just dumb. At least I tried something with Shield, it worked all fine, had some testing and just after putting it online it broke... So I managed to adjust Shield to accept UUID as field for login. It sends an email to this uuid (done by the Email activator. It's some magic, I'll leave this as blackbox here) and waits for a confirmation code, so far so good. The url for this is auth/a/show as expected. First thing I notice, once one tries to reload this, it gives a 404 error. Next thing, once one enters the code it should redirect to auth/a/verify with the post request and the confirmation code. But it always gets a 404 error as well! "php spark routes" shows everything fine and in order PHP Code: | GET | / | » | \App\Controllers\Home::index | | toolbar | |
Messages In This Thread |
Shield... no route found - by trunky - 03-25-2024, 04:59 PM
RE: Shield... no route found - by kenjis - 03-25-2024, 07:02 PM
RE: Shield... no route found - by trunky - 04-03-2024, 11:33 AM
|