Replies: 1 comment
-
Can we please have a look at this issue. It should be almost no work to do this (if you give me a little guidance through the project i can do it myself) and it would enhance the logging of big projects a lot. Maybe in general just display this message on start up like it is done with the experimental feature message of NextJS when using server actions. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Description 📓
I'm using Next Auth with Next JS 13 to try out the new features. and so I am using the "unstable_getServerSession" function from NextAuth.
Currently, on every hot reload of NextJS, the warning message is sent every time.
It's cumbersome and impractical.
My suggestion is simple here are several proposals:
How to reproduce ☕️
Use "unstable_getServerSession" with Server Components.
Contributing 🙌🏽
No, I am afraid I cannot help regarding this
Beta Was this translation helpful? Give feedback.
All reactions