Xano source plugin shows API groups but not the endpoints

Xano source plugin shows API groups but not the API endpoints, all the endpoints.
I am on a free plan and the plugin used to work properly and only started showing this error about 2 days ago.

This is what is looks like:

This happens on all Xano collections and Xano requests; swagger is enabled and public. Please assist.

You need to update the Metadata API auth key in the Xano plugin. Happened to me the other day too. May be related to the Xano update that they just released with the AI assistant feature.

1 Like

You are a superstar; thank you. I revoked my Metadata API in Xano, generated a new one, updated the Xano auth and source plugins with the new API and lastly logged in and out of Weweb. Thank you!

1 Like

Hi, I was using the Xano source plugin and its ok for quick development.
Another option to consider if you are thinking of going to production level is to connect to Xano using the standard REST API for each of your API’s, which is more standardardized and not reliant on the Xano source plugin.

1 Like

Just for clarity, the Metadata API connection the Xano plugin uses is only for the editor to show your endpoint groups and list of endpoints. Even when that broke due to the udpate, the Xano API endpoints were still working in the production app.