I have an issue with API connection and user sign-up to Supabase. I created the API to Supabase in the “External API” window and inserted my public key and my URL. I also tried it with the private key provided by Supabase.
I picked “POST” as the method, also wrote as content type application/json and picked the user collection provided by the login plugin.
Furthermore, I created an event “Send Date to External API” and chose the API I created before.
In the frontend I inserted a collection form, connected it to the user collection and to the created event. When I started the preview I get on the upper right corner a notification Error saying Error from Source.
In the console I get the error code 400 “Bad Request”.
Thanks for the screenshots. Can you please add the Screenshot of the lower section on the External API, where you process the response of the Supabase API.
Thank you for your answer. In the video you’re only using process response for the login, not for the sign-up. In which way should I use process response for signing up?
Btw. I don’t get an error anymore when opening the preview. Only when I click the sign-up button, I get the error 400 Bad Request