-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not log in (error 401) #254
Comments
Ok, it turned out, that I had to add my domain laravue.localhost to SANCTUM_STATEFUL_DOMAINS in the .env file |
It worked for me too. |
This worked for me. |
now This worked for me |
i have the same issue APP_URL=http://idlpos.test/ SESSION_DOMAIN=idlpos.test SANCTUM_STATEFUL_DOMAINS=idlpos.test any help please |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I made a fresh install and migrated the database, then I try to login with default credentials:
Email: [email protected]
Pass: laravue
but I get
Request failed with status code 401
for the user routeThe message of the XHR Request in dev tools says "unauthenticated"
The return of the login route XHR reads
Can you help me solve this problem?
The text was updated successfully, but these errors were encountered: