Welcome Guest, Not a member yet? Register   Sign In
Simple form post unwanted redirection
#3

(01-31-2022, 05:24 PM)kenjis Wrote: Check you routes:
Code:
$ php spark routes

Thanks for the suggestion, what am I looking for exactly?  Just to verify the route is ok?  Seems fine to me

Code:
| POST  | login                      | \Myth\Auth\Controllers\AuthController::attemptLogin          |
| POST  | register                  | \Myth\Auth\Controllers\AuthController::attemptRegister      |
| POST  | forgot                    | \Myth\Auth\Controllers\AuthController::attemptForgot        |
| POST  | reset-password            | \Myth\Auth\Controllers\AuthController::attemptReset          |
| POST  | deck/save                  | \App\Controllers\Deck::save                                |
| CLI    | migrations/([^/]+)/([^/]+) | \CodeIgniter\Commands\MigrationsCommand::$1/$2              |
| CLI    | migrations/([^/]+)        | \CodeIgniter\Commands\MigrationsCommand::$1                  |
| CLI    | migrations                | \CodeIgniter\Commands\MigrationsCommand::index              |
| CLI    | ci(.*)                    | \CodeIgniter\CLI\CommandRunner::index/$1                    |
Reply


Messages In This Thread
RE: Simple form post unwanted redirection - by night_day - 02-01-2022, 02:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB