I tried joining the waitlist at waitlist.veomate.com, but the submission fails with an error after clicking “Get Early Access.” I attempted this four times, and the result was the same each time. I have attached a screenshot showing the exact failure state.
This looks like a backend issue rather than a client-side problem. The frontend is clearly deployed and responsive, and the request appears to be handled, but the insert is rejected downstream. That usually points to Supabase rather than the browser, the network, or the email used.
Things that may be worth checking include the Supabase project status and configuration. The project could be paused, deleted, misconfigured, or using revoked keys. An RLS policy may be blocking inserts, the waitlist table may be missing or out of sync with the schema, or required environment variables may not be set on the deployment.
This does not appear to be related to the user’s email or device.
I tried joining the waitlist at waitlist.veomate.com, but the submission fails with an error after clicking “Get Early Access.” I attempted this four times, and the result was the same each time. I have attached a screenshot showing the exact failure state.
This looks like a backend issue rather than a client-side problem. The frontend is clearly deployed and responsive, and the request appears to be handled, but the insert is rejected downstream. That usually points to Supabase rather than the browser, the network, or the email used.
Things that may be worth checking include the Supabase project status and configuration. The project could be paused, deleted, misconfigured, or using revoked keys. An RLS policy may be blocking inserts, the waitlist table may be missing or out of sync with the schema, or required environment variables may not be set on the deployment.
This does not appear to be related to the user’s email or device.