You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just solved it, the problem was, that the app was looking for owner.github.io/assets/index.js instead of owner.github.io/repo/assets/index.js. I solved this by adding base: '/repo/' in my vite.config.js.
Hello!
I keep id in router params.
And when the page is reloaded, a request is made to the server for this id
But for some reason, nothing happens to me instead and it seems that the whole application crashes (white screen, 404 errors in the console)
I don't understand what's wrong. Didn't find a solution..
The text was updated successfully, but these errors were encountered: