🐛 API Debug Page

Environment Information

Mode: production
PUBLIC_API_URL: https://api.docrify.com
API Service URL: https://api.docrify.com

API Connectivity Tests

MarketplaceSeed Status

✅ Success
URL: https://api.docrify.com/api/MarketplaceSeed/status
Status: 200 OK
Response: object

Discovery Categories

✅ Success
URL: https://api.docrify.com/api/Discovery/categories
Status: 200 OK
Response: Array(20)

Browse Chatbots

✅ Success
URL: https://api.docrify.com/api/Discovery/browse?limit=3
Status: 200 OK
Response: object

📝 Next Steps:

  • If all tests show ✅ Success, your API is working correctly
  • If tests show ❌ Failed with 401/403 errors, check middleware whitelisting
  • If tests show connection errors, ensure your API server is running
  • If PUBLIC_API_URL is undefined, check your .env file
  • Check browser console and Astro dev server logs for detailed error messages