Web issue in regards of punycode being depreceated

nonomniscience

New Member
Aug 5, 2023
1
0
Error: (node:22676) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (I'd rather not use userland )


As far as I know ? Correct me if i'm wrong punycode comes pre-bundled with node? Have you found a workaround for it in regards of node 21.1 besides downgrading?
Seems to be rather new issue according to github. --trace-deprecation wasn't that helpful in regards of isolation, but problem seems to arise upon initial load in dev env. (production not tested yet).

And let me know if if this is completely wrong category for this. One shall make amends then.
Cheers.

Slight edit, forgot details:
env: Nextjs 13.5 and node 21.1