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.
- [Vuejs]-Request failed with status code 500 with vue front end and thinkcmf backend
- [Vuejs]-Docker build for vue project module not found error
Source:stackexchange.com