Check the Xano Status Page
Visit the status page of the service to see if there are any ongoing incidents or maintenance windows that might be affecting your instance.Xano Status Page
Paid Xano instances have dedicated resources, which means issues impacting Xano as a whole are not likely to affect your instance.
Check to see if your instance is accessible
If your instance is inaccessible, there are different troubleshooting steps involved. Head to the instance selection screen and click on the next to your instance, and choose ‘Connect’ to see if you can still access your instance. If you can, continue with the steps below. If you can’t, follow the steps in What to Do If Your Instance Is Down. If you’re trying to access your instance via a custom domain, try accessing it using the method described above to rule out any domain-related issues. Symptoms:- Instance selection screen shows ‘An error has occurred’
- Unable to access instance via normal URL
Check resource usage
From the instance selection screen, select your instance to enter the Instance Dashboard. This dashboard will reflect where there might be a usage spike based on your capacity. This is a near real-time graph (delayed by a few minutes) of the last 24 hours.- If Database usage is high in spikes - When the Database (blue) request line is running high (high meaning 70-80% or more) in short bursts, this usually means that your Database is not optimized or indexed properly. Please visit the Database performance section to look at ways to fix the tables that are being queried. Usually, API usage goes hand-in-hand with Database usage, so it isn’t surprising to see them at the same level in the above example. Once fixed, you should see both Database and API usage go down.
- If Database usage is consistently high - When the Database (blue) request line is running high (high meaning 70-80% or more) consistently over a long period of time, this usually means that your instance is having trouble with the amount of data being stored or the number of requests being made. You can increase your capacity by upgrading to a different plan, or adding a CPU Boost addon. In addition, ensuring your queries are optimized for performance will help reduce load on the database. Please visit the Database performance section to look at ways to optimize your database tables and queries.
- If API usage is high - When the API usage is high on its own, this usually indicates that there is a traffic spike and your server is running out of capacity. This normally happens when multiple users are trying to request data from your API at the same time.
- APIs not responding or timing out
- APIs responding slowly