You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I open the project in browser with URL http://laravue.local then show login page.
But when I login that shows error 404 GET http://laravue.local/api/sanctum/csrf-cookie 404 (Not Found)
@tuandm
How to configure DocumentRoot and .env for deployment to production?
The text was updated successfully, but these errors were encountered:
I configure DocumentRoot as
and I configure .env as
I run project for production:
npm run production
I open the project in browser with URL
http://laravue.local
then show login page.But when I login that shows error 404
GET http://laravue.local/api/sanctum/csrf-cookie 404 (Not Found)
@tuandm
How to configure DocumentRoot and .env for deployment to production?
The text was updated successfully, but these errors were encountered: