How to remove next-auth callbackUrl and error query parameter from url
I’m working with Nuxt and I’m trying to implement Credentials provider authentication with next-auth (version 4.21.1) and @sidebase/nuxt-auth (version 0.7.2). I setup a custom sign-in page and I got a callbackUrl and error query parameters once the page is loaded (before signin) which I would like to hide from the user.