I'm running Laravel environment with Docker(php-fpm/nginx) the Cors works perfectly when I just start the docker-compose after few hours the cors start blocking the /login endpoint (sanctum) I should do a docker-compose down and docker-compose up -d to get the login authorized again
I'm running Laravel environment with Docker(php-fpm/nginx) the Cors works perfectly when I just start the docker-compose after few hours the cors start blocking the /login endpoint (sanctum) I should do a docker-compose down and docker-compose up -d to get the login authorized again
Already tried chmod -R 777 storage/ boostrap/cache and php artisan optimize:clear / config:clear / cache:clear
it's an issue relative to Laravel-CORS ?