Files
Compass/web
Martin Braquet 6c6c1cc90a Upgrade geodb plan to increase radius and page limit (#14)
* Upgrade geodb plan to increase radius and page limit

* Speed location debounce
2025-10-12 15:58:52 +02:00
..
2025-10-09 17:59:10 +02:00
2025-10-10 21:31:30 +02:00
2025-10-12 14:54:58 +02:00
2025-10-12 14:52:39 +02:00
2025-10-12 14:35:59 +02:00
2025-08-27 21:30:05 +02:00
2025-09-24 13:28:46 +02:00
2025-09-21 16:08:29 +02:00
2025-09-13 23:17:23 +02:00
2025-09-13 12:39:24 +02:00

Web

This is the folder for the web application.

Information

Setup

This is the setup for deployment on Vercel, which you only need to do if you create a new platform from scratch, not if you are contributing to Compass

Set up a Vercel account and link it to your GitHub repository.

Add the following environment variables and the ones in .env in the Vercel dashboard:

NEXT_PUBLIC_VERCEL=1
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.