Generic HTTP Api request doesn't work (Xano)

What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets)

I’m testing the user auth via xano and auth0. First step in the workflow requires to call xano api endpoint and innit auth0. Even though the endpoint is working fine (tested with reqbin), it throws an error in Plasmic

What are the reproduction steps?

  1. Added integration: Xano Auth0 - Init
  2. Added button with action use integration
  3. Well.. doesn’t work

When testing integration in preview I’m getting error:

Same inputs, but in reqbin (proper response):

When I copied the url generated by requbin and added a new test integration with the explicit url, it worked:

Relevant links:

What am I doing wrong?

Hi @karol_janus !
Can you send me a screenshot your of the configuration for your integration for Xano auth?
My first guess is that might be due to the trailing slash in the end, from what it seems our back-end integration can’t find the URL for some reason

@jason fyi

Ohhh.. now I feel dumb.

Yep. Missing slash. Problem solved :man_facepalming:

Sorry for trouble and thanks for reaching out :smile:

1 Like