Development Status

Backend Connection

Checking...

Environment Configuration

Environment variables are loaded from .env.local

NEXT_PUBLIC_API_URL:https://backend-2b9e.onrender.com
NODE_ENV:production

Note: Only variables prefixed with NEXT_PUBLIC_ are exposed to the browser.

💡 Development Tips

  • Use npm run dev to start the development server
  • Check browser console for API errors and network issues
  • Ensure backend is running before testing API connections
  • Use the Admin Panel to start scraping and manage data
  • Refresh this page to check backend connection status