Error message when fetching data from xano plugin

i get this error when trying to fetch data using the


Xano data source plugin:

i am following this tutorial (what i am trying to do, he does successfuly at minute 12:00

A request with a status code 403 mean your backend is forbidding it :thinking:

Did you set special permission on your endpoint ? Maybe you’re trying to get data your currently logged in user cannot retrieve ?

i didnt change any settings
, no special permissions either. it’s a public endpoint

what do you mean by that though?

When I visit your endpoint from my browser I have an access denied error. So your endpoint doesn’t seem to be public. :thinking:

Something is probably wrong with your instance/apigroup/endpoint settings or maybe a bug from xano

For my previous message, what I mean is this error code is what you could receive from a backend if you’re authenticated with the user A and try to access to the user B data. But here the issue seems to be a configuration issue.

it’s highly likely that there is something wrong with my settings, i just don’t know what it is. (i am new to this). Doesnt that mean they are public, also i didn’t know you could access my endpoint, how do you do that?

image

From you screenshot, I can see the base url and the endpoint, I just concatenated them inside my browser and it gave me this error.

You can also try to open the swagger (documentation) of your api group, it will allow you to test your endpoint with an UI. If you copy paste the base url on your browser you will end up on the swagger. By trying your todo endpoint you will also experience the forbidden error :thinking:

yeah tried it from swagger, access denied… mmm where could i look to solve that?

Double check your endpoint logic I guess. You can try to create a fresh new very simple endpoint and check if it works, if it didn’t its not related to the endpoint, if it works, its related to your todo endpoint logic.

I found out this topic Access Denied on Public Endpoint? — Xano Community

If you’re struggling maybe you can post on their community

thank you

I facing the same issue. Follow this video. Having fetching data error.

How do you solve it?