Cubed Docs
Reference

Troubleshooting

Every error message you are likely to hit, and what to do about it.

Start here

Nine times out of ten it is one of these three:

The site will not start

The site starts but pages error

Images and uploads

Store problems

Admin panel problems

Build problems

Messages that are normal

These appear in healthy deployments. Ignore them.

MessageWhy
"next start" does not work with "output: standalone" configurationA suggestion, not an error. The site serves correctly.
WARN: No email adapter provided. Email will be written to console.Expected — the theme ships without email.
Payload: You are using an unsupported Next.js 16 versionPayload has not yet added this Next.js version to its tested list.

Still stuck?

Collect these before asking for help — they answer most of the first questions:

  1. Which deployment route you followed
  2. Whether your DATABASE_URI uses the session pooler (…pooler.supabase.com:5432)
  3. Whether bun run seed has been run against that project, and what it printed
  4. The exact error text, copied not described
  5. Your environment variable names — never the values

On this page