You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But we should try to upgrade ASAP to get rid of this workaround.
Since we rely a lot on Next.js hacks (#NEXTJS-HACK comments in the code), the task does not look easy at all. Let's first assess if we should target to latest version, or a closer one, like v11 which introduces Webpack 5.
The text was updated successfully, but these errors were encountered:
We are running Next.js v10, while the current latest major version available is v14.
Next.js v10 runs Webpack 4, which uses a deprecated openssl hashing algorithm (md4) (#85).
A workaround was introduced:
But we should try to upgrade ASAP to get rid of this workaround.
Since we rely a lot on Next.js hacks (
#NEXTJS-HACK
comments in the code), the task does not look easy at all. Let's first assess if we should target to latest version, or a closer one, like v11 which introduces Webpack 5.The text was updated successfully, but these errors were encountered: