#Getting 500 Invalid URL when a route load server function is invoked from client.
9 messages · Page 1 of 1 (latest)
9 messages · Page 1 of 1 (latest)
do you have a subpath url where you run the app? like example.com/myapp/
And did you set the server.preset ?
click and go ?
ssr: true,
server: {
preset: "vercel",
},
I mean visit it directly
as opposed to client navigation
I don't know where to go to test the CSR