kitten
Explore posts from serversNuxt UI Button redirect to server route
The issue I'm having is that when I'm pressing the button I'm getting 404 Page not found: /auth/discord
but this route does exist on the server side. so if I refresh the page it then works.
<UButton to="/auth/discord">login with discord</UButton>
how can I fix it?
5 replies