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
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
Hey,
everything is working on localhost but as soon as I deploy my API and my Client to production it will throw the following error:
419 CSRF token mismatch
My Urls:
Client (NuxtJS): crm.domain.de
API: api.domain.de
My nuxt.config.ts
My .env file:
FRONTEND_URL=https://crm.domain.de
SESSION_DOMAIN=crm.domain.de,api.domain.de
SANCTUM_STATEFUL_DOMAINS=crm.domain.de,api.domain.de
Any ideas how to fix it?
The text was updated successfully, but these errors were encountered: