Skip to content

Upgrade Next.js and to remove the openssl workaround #132

@thomvaill

Description

@thomvaill

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions