masonite icon indicating copy to clipboard operation
masonite copied to clipboard

Auth routes (GET) return Not Found even though they are valid routes

Open horsehead97 opened this issue 3 years ago • 1 comments

Describe the bug

register and login routes produce a route not found exception GET /register: 404 Not Found GET /login: 404 Not Found

Expected behaviour

register and login routes should bring up a register or login page

Steps to reproduce the bug

Install masonite. Run migration add these 2 lines to web.py: from masonite.authentication import Auth ROUTES += Auth.routes()

Screenshots

No response

OS

Linux

OS version

Ubuntu

Browser

Brave

Masonite Version

4.6.1

Anything else ?

python craft routes:list shows the routes, yet all the Auth routes (home,login,register) return a 404 Not Found

horsehead97 avatar Jul 08 '22 21:07 horsehead97

Please update to latest version of Masonite and see if that fixes the issue. 4.6.1 is pretty far behind

josephmancuso avatar Jul 09 '22 01:07 josephmancuso

Will reopen if we get more information

josephmancuso avatar Oct 09 '22 12:10 josephmancuso