Common errors

List of common errors faced by users.

Failed to execute command ... pnpm install

Pnpm not found error

Install pnpm from https://formulae.brew.sh/formula/pnpm or https://pnpm.io/installation.

Failed to execute command edgedb project init

EdgeDB is not installed

Install EdgeDB to your app by running npx edgedb or by https://www.edgedb.com/install.

ERR_PNPM_BAD_PM_VERSION  This project is configured to use v8.9.0 of pnpm. Your current pnpm is

error pnpm version mismatch

Use this command to start your app export COREPACK_ENABLE_STRICT=0 && pnpm dev

LogIn is not working?

Mailgun variables not set

If you see this error then Mailgun variables not set in your .env, please check this guide Obtain Mailgun API Keys

Subscribing to Newsletter does not work

Newsletter subscription is not working

This error is same as LogIn is not working? i.e. Mailgun variables are not set in .env

Blank screen after local setup

Blank screen after login

This is caused due to the config.json filter being empty. You can copy paste the default config from here 👇

Default JSON

Last updated

Was this helpful?