Issue with Middleware

On one of my deployment I encountered an issue with some sort of database. i was using “supabase” hopefully i got the name correct – to authenticate users, the issue i saw while deploying was this:

I have since sort of reverted back to a code that does not authenticate users; it shows static content.
Any help, as i would need to build upon the static data

If you are planning to use Supabase, you can try our Template to get started: Supabase Starter to understand how it works.

Some of the bits are a bit too technical. Any other tool I can use as a database that won’t have any issues?

Supabase requires very minimal setup as it’s also a serverless platform. You can opt for any serverless, no code tool but at one point you will need to have little understanding of the system :slight_smile:

Let try just having an authentication to log in and see if have any issues.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.