jeremykenedy/laravel-spa

app url and https

Closed this issue · 2 comments

Hi,
set APP_URL=http://spa.test (also set SANCTUM_STATEFUL_DOMAINS=http://spa.test) in .env file.
but request mix http and https with errors:

Immagine1

(my dev env is http only)
how can i fix it?

thanks

Hello, thank you for time. Please make sure the issue is not environment specific. If this is a security issue please email jeremykenedy@gmail.com

You probably need to clear your cache and rebuild the config with 'php artisan cache:clear'