laravel-nuxt
laravel-nuxt copied to clipboard
HTTPS Redirect
All my requests are going with https locally, is there any way to change this?
Hi. You need to make sure that the local address for the API_URL variable in the env file is used.
Yes, it's.
But it's http, not https.
Another option is to check the browser setting "Upgrade connections to HTTPS".
You can also try disabling the nuxt-security
module by deleting it from the nuxt.config.ts
along with the security
settings
I tried the two ways. But stays the same.