#Hosted vue project serves blank on refresh/redirect

10 messages · Page 1 of 1 (latest)

feral gulch
#

@karmic violet how are your redirects configured?

karmic violet
#

With the default it would throw 404 on most things. No help removing them all. Or changing <*> to /index.htm 200 only.

#

Otherwise it's all been the two default ones.

feral gulch
#

Not sure if this will help, but I have my vue apps configured with:

</^[^.]+$|.(?!(css|gif|ico|jpg|js|png|txt|svg|woff|ttf)$)([^.]+$)/>
/
200 (Rewrite)

karmic violet
#

Hm, ran the build locally. Seems like some scripts like the router failed to build...

#

But dev works fine >.<

#

Gaaaha

feral gulch
#

What errors did the build return?

karmic violet
#

User error, was a misconfiguerd vite base path

primal viper
#

@karmic violet was this resolved?