I am making a side project using nextjs and wanted to add auth0. I have it working to the point where I am able to login, however, upon redirect I get the following error. How do i fix this?
This site can’t provide a secure connectionlocalhost sent an invalid response.
Try running Windows Network Diagnostics.
ERR_SSL_PROTOCOL_ERROR
I have tried configuring the callback url to be http://localhost:3000/api/auth/callback in the auth0 dashboard