The Collection Archive

Not configured yet

The application deployed correctly. It is refusing to serve the archive because it cannot do so safely in this environment — one thing is missing. Set the variables below in the hosting environment and redeploy.

  1. 01

    No database is configured

    This deployment has no Supabase project, so it would fall back to the local filesystem store. That store cannot work here: a serverless function’s disk is temporary and read-only, so every upload and every edit would be lost.

    • NEXT_PUBLIC_SUPABASE_URL
    • NEXT_PUBLIC_SUPABASE_ANON_KEY

The schema lives in supabase/migrations; apply both files before the first sign-in. The first account created becomes the owner.