I added a field to my query and the test works, but then it does not show up in bindings with all the other fields. I have restarted a number of times and refreshed, still nothing. Please assist, thanks.
This is an age old problem. You can still add the binding manually in the code and it will work. Not ideal but it works.
I did enter the code and it is still not working, in fact now, I had it working with the other fields and they were loading into the website correctly but now that stopped working. I am using Supabase cloud with a custom database connection, tried to use SSL and that is not working although everything is setup correctly as far as I can tell. Why not offer Supabase connectivity native? Any help would be appreciated as I really would like to use Wappler, but the vagueness of it all and esoteric issues is definitely a non-starter so far. Thank you.
Why in the world would the devs not fix such a glaring and important issue after what sounds like years, odd choice.
Hi,
We need a bit more info on where you add the field to your query. A few more questions as well:
- How was the field added in the database?
- Which database you use?
- Was it added with the database manager and committed to the database?
- Was the schema refreshed?
- Was it all on local development or live server?
A few screenshots might help as well
supabase cloud
question: where does it say in the visual editor things need to be committed? If this is a requirement, the editor should do it automatically or there shoud be an obvious commit button so people know what's up. Local dev server, cloud Supabase. I refresh the schema over and over and no dice. Field was already part of the database table to begin with, I simply wanted to add it to the query that I already had and it would not show up. thx
Problem solved, I am running Postgresql local now and it seems to be working well. Thanks for all the help