Masonite Invalid CSRF token

197 Views Asked by At

Invalid CSRF Token

raise InvalidCSRFToken("Invalid CSRF Token")

After running the command "python craft serve" it is showing this error.

1

There are 1 best solutions below

0
On

Go to browser> right click> inspect > Application > cookies > localhost > delete csrf token.

It will work.