From 1c5786dfb67187abc1ce4fcead5a7ac39fd1600b Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 13 Sep 2025 16:55:09 +0200 Subject: [PATCH] Add web readme --- web/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 web/README.md diff --git a/web/README.md b/web/README.md new file mode 100644 index 00000000..dff8406a --- /dev/null +++ b/web/README.md @@ -0,0 +1,18 @@ +# Web + +This is the folder for the web application. + +### Information + +##### `next` version + +The `next` version is 14.1.0, as we get the following error with 15.1.2 and above when accessing `/[username]` pages on Vercel: +``` +Cannot find module 'next/dist/compiled/source-map' +Require stack: +- /var/task/node_modules/next/dist/compiled/next-server/server.runtime.prod.js +- /var/task/web/___next_launcher.cjs +Did you forget to add it to "dependencies" in `package.json`? +Node.js process exited with exit status: 1. The logs above can help with debugging the issue. +``` +TODO: investigate, find a fix and upgrade. \ No newline at end of file