How to self-host Feedbase on Vercel
Using Supafork (Recommended)
Using the Supabase CLI
Clone the Feedbase repository
Login to Supabase
Link your project
supabase projects list
.Run the migrations
Manually using the SQL Editor
Go to your Project's SQL Editor
Run the migrations
supabase/migrations
folder of the Feedbase repository into the SQL editor and run them.Verify the migrations
https://<your-domain>.com
Redirect URLs: https://**.<your-domain>.com/**
https://your-domain.com
).https://<subdomain>.your-domain.com
, you’ll need to set the following environment variables:
SUBDOMAIN_HOSTING
: Set this to true
DASHBOARD_SUBDOMAIN
: Set this to the subdomain the Feedbase dashboard (NOT the public hubs, those have to be handled via custom domains in the dashboard) will be hosted on (e.g. feedbase
)CUSTOM_DOMAIN_WHITELIST
: A comma separated list of custom domains with the same root domain as the one you are hosting on. This is used to whitelist custom domains for the public hubs. For example, if you are hosting on feedbase.your-domain.com
, you can add feedback.your-domain.com
and feedback2.your-domain.com
to the list and then assign them to you’re project in the Feedbase dashboard.Error: No Output Directory named "public" found after the Build completed
apps/web
.
404: NOT_FOUND
Vercel error