Deprecation Warning for punycode
Module in Next.js Development
#2670
Replies: 2 comments
-
I have the exact same stacktrace (except your user folder of course), and it looks like this is a problem with Google Fonts loader, based on these lines:
The suggestion online is to contact the maintainer of the project, which could be either Update: You can see this link: vercel/next.js#66289 |
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
-
Deprecation Warning for
punycode
Module in Next.js DevelopmentOverview
In the process of developing with Next.js, I've encountered a deprecation warning related to the
punycode
module. Although the exact source of the warning is not clear, there is a suspicion that it might be originating from the Clerk.js library. Assistance in resolving this issue would be greatly appreciated.Deprecation Warning Details
Upon starting the Next.js development server, the following deprecation warning is displayed:
This warning suggests that the built-in
punycode
module, which is being used, is deprecated and recommends the use of an alternative from the userland (npm or other package managers).Request for Assistance
I am seeking guidance on how to identify the precise location within my project where the
punycode
module is being utilized and how to replace it with a recommended userland alternative. Any insights or suggestions on how to proceed with resolving this deprecation warning would be highly beneficial.Beta Was this translation helpful? Give feedback.
All reactions