I’ve spent hours upon hours trying to create a simple fetch that posts a request and displays the response in text, but I just cannot get it to work. When I create this outside of the Wix ecosystem it works perfectly! I try creating it in Zapier, it works perfectly.
You try contacting Wix support and as usual it’s impossible despite the fact we’ve got multiple sites paying £40 a month each with top tier ascend membership on each.
How do I create a simple API that POST’s to a url (no input or headers required), and displays the response key and value as a line of text onto a wix page?
I’m almost there - the post is returning the registration_cookie key and value now, however I’m still getting undefined when trying present registration_cookie as text in the element #text1
Wix code SDK Warning: The text parameter of “text1” that is passed to the text method cannot be set to null or undefined.