I'm having an issue with integrating Toddle and Xano for a signup page. The API works fine, and when I make a POST request directly via cURL or Postman, I receive the authToken in the response as expected.
However, when I trigger the same request through a button in Toddle, Iβm not receiving the authToken in the response under data. Iβve checked the API call (URL, POST method, headers, and body), and everything is configured correctly. I also verified that the JSON response from Xano includes the authToken.
If anyone has suggestions on what might be causing this or how to properly capture the response in Toddle, I'd appreciate the help!