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 Feb 16, 2023. It is now read-only.
I really need your help because I'm stuck since many days...
I started developing my application with Passport authentication and I recently added Auth0 authentication.
Since this day, I don't know why but my POST/PATCH/PUT/DELETE requests with Data are blocked with the famous CORS error "No 'Access-Control-Allow-Origin' header is present on the requested resource.".
All the GET requests works fine.
When I remove the Auth0 package it works again so I don't know if there is a conflict between Passport and Auth0 or if it's another thing.
Below the OPTIONS request :
Below the POST request :
You can find bellow my configuration.
Many thanks for you help.
Hello,
I really need your help because I'm stuck since many days...
I started developing my application with Passport authentication and I recently added Auth0 authentication.
Since this day, I don't know why but my POST/PATCH/PUT/DELETE requests with Data are blocked with the famous CORS error "No 'Access-Control-Allow-Origin' header is present on the requested resource.".
All the GET requests works fine.
When I remove the Auth0 package it works again so I don't know if there is a conflict between Passport and Auth0 or if it's another thing.
Below the OPTIONS request :
Below the POST request :
You can find bellow my configuration.
Many thanks for you help.
Here an extract of my Route file (tenant.php) :
Here my "cors.php" file :
Here an extract of my "AppServiceProvider.php" file :
Here an extract of my "RouteServiceProvider.php" file :
Here an extract of my "Kernel.php" file :
Here an extract of my "App.php" file :
Here an extract of my "TenancyServiceProvider.php" file :
Here an extract of my "auth.php" file :
The text was updated successfully, but these errors were encountered: