Error occurred when performing my Xano API request

I am working on an app that uses xano as an external database, and I have created an API in xano to update the data.

When I run it with the debug function of xano, it works correctly.


However, when I run it on adalo, I get a code input error.


If anyone has a clue how to solve this problem, please let me know. πŸ™‡β€β™‚οΈ

@xano

Could someone please help me? :sob:

Hi, you need to get the photo id via magic text into the URL you are calling. In the URL you have to replace the {photo_id} with the magic text of the ID.

It should look like this:

Also i recommend to add a second header next to the Authorization-Header - helps me a lot to add this as some calls didn’t work without it.:
Content-Type
application/json

3 Likes

It worked! Thank you so much! :sob::pray: