[Vuejs]-Laravel & axios install on other subdomain CORS issue

0👍

I would say as a first thing to check, see if the APP_URL in the .env file is set to the correct subdomain. Laravel uses this path in various places, and perhaps you’re still using the one from the old application which could cause the CORS problem.

Leave a comment