DEV Community

Discussion on: Create a SPA with Laravel and Nuxt

Collapse
 
charlierydholm profile image
Charlie Rydholm • Edited

Yeah but I've deployed it to shared hosting so I was needed to place everything in my public folder into public_html So my folder structure does look like this now

-app
---everything except public folder
-public_html
---everything that was in the the public folder

So i need to change the path, when I try to launch my website it gives me 404 errors on the wierd file names. looking for it in myHostAddress/_nuxt/
But instead it should look for it in myHostAddress/myName/public_html/_nuxt

This happened directly after i built it and launched even if I keep the same folder structure, it seeks in myHostAddress/_nuxt/ instead of myHostAddress/myName/MyApp/public

Been trying to solve it for days now..

Thread Thread
 
charlierydholm profile image
Charlie Rydholm

Do I need to build a new application, because this does not support shared hosting?