Closed Kirito70 closed 4 years ago
I have the same issue in production. In local works normally :(
in my case change 'paths' => ['api/*']
, to 'paths' => ['*']
, and work perfect.
Got it working I think it was issue with cordova settings used this package and it worked like a charm maybe someone out there is having the same issue.
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-whitelist/
Thanks for your time. Really appreciate it. Kind Regards, MT
We are having a CORS issue when we send a request using the quasar android emulator or a phone to a live server. If we use web SPA of the same application is works fine. We faced this issue after updating this package to latest the latest version. Before opening the issue, we have completed all of the steps provided above.
Here is core.php file ` return [
`
Here is the Response from Chrome dev tools
Please have a look. Thanks for you time.