I am using Nuxt.js, Laravel, and Laravel Sanctum for API development learning projects. Now, I have been stuck with this error for a few days. I know that Laravel Sanctum will handle everything on config/cors.php
with some changes like I said at Nuxt.js - No 'Access-Control-Allow-Origin' header is present on the requested resource
Then,
Why I am facing this CORS error? Does anyone know something?
Please guide me, it will be helpful for me.