Pro plan with a project connected to GitHub .. everything works fine with the app .. except for when I branch the project and try to use a preview database.
I'm able to auth to the app fine (after creating a new user), but get the message in the title with the screens that are supposed to connect to the database.
Tables are in place and I've messed around with the data api settings to make sure the schemas are exposed, even tried removing them and adding them again just to be sure.
Not sure why I am getting this message on preview branches.
Anyone have any idea where to even start?
The user is experiencing an issue with querying the database schema cache when using a preview database on a branched project connected to GitHub. Authentication works fine, but the database connection fails on preview branches. The user has checked data API settings and schema exposure without success.