Issues connecting to custom DB
My team recently set up a custom db to use as an alternative to Supabase/Firebase. We're planning to use API calls to access and store data. We have set up the first API call to initiate user sign-up. Upon testing the API, it said it was a success. However, once we set up the actions on the actual app screen, to send data collected from the sign-up page, nothing happens. We see that the form is validating but it stops at the API action since the last action is to navigate to the next screen. Based on the images I've attached, do I have everything set up correctly, or am I missing something?