Replies: 1 comment 4 replies
-
I think it would require us to read your Even your problem wouldn't go away, the solution would just be tucked away in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
In my
next.config.js
I havetrailingSlash: true
so this forces any non slash url to redirect to a trailing slash. I noticed all of my next-auth requests essentially always got through a 308 redirect due to this trailing slash. Is there way for me to have next-auth adhere to this next config by default to avoid the 308 redirects? This would save a lot of unnecessary requests that is processed for each next-auth api request.Beta Was this translation helpful? Give feedback.
All reactions