Files
Compass/web
Okechi Jones-Williams 1994697fa1 Adding onboarding E2E foundations and first tests (#30)
* .

* Centralizing config details

* Added data-testId attributes where necessary and started the onboarding flow scaffolding

* Continued onboarding test scaffolding

* Continued work on tests for the Onboarding flow

* .

* Updated "Want kids" options to be less flaky
Updated playwright.config so that expect timeout matching test timeout

* Continued updating front-end scaffolding

* .

* .

* .

* .

* Updated fixture function deleteUser: to also remove the database user information

* Rm

* Fix

* Fixes

---------

Co-authored-by: MartinBraquet <martin.braquet@gmail.com>
2026-02-20 16:56:26 +01:00
..
2026-02-19 16:34:39 +01:00
2025-11-01 16:22:09 +01:00
2026-02-18 18:34:18 +01:00
2026-02-16 13:38:33 +01:00
2026-02-19 15:51:24 +01:00
2025-10-28 16:05:22 +01:00
2026-02-19 16:34:39 +01:00
2025-12-15 16:49:15 +02:00
Fix
2025-11-15 01:04:41 +01:00
Fix
2026-02-19 17:15:50 +01:00
2025-09-21 16:08:29 +02:00
2025-10-18 11:49:54 +02:00
2026-02-19 16:34:39 +01:00
Fix
2025-11-15 01:04:41 +01:00
2025-10-22 03:39:35 +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.