You are reading the archived documentation for NEXTY.DEV v1/v2 (Supabase stack). For the current version (v3+, Better Auth + Drizzle), see the latest docs.

Menu

Detailed Guide for Developing Products Based on Nexty.dev Boilerplate

Getting Help and Support

When you encounter issues during development, here are the recommended troubleshooting steps and support resources:

Self-Service Debugging

  1. Check Application Logs

    • Review browser console for client-side errors
    • Check server logs for backend issues
    • Look for error messages and stack traces
  2. Stripe Dashboard

    • Monitor payment processing status
    • Review webhook delivery logs
    • Check for failed transactions or API errors
  3. Supabase Dashboard

    • Verify database connectivity and queries
    • Monitor RPC function execution logs
    • Check authentication and authorization issues

Community Support

If self-service debugging doesn't resolve your issue, connect with the Nexty.dev community:

  • Discord Community - Get real-time help from other developers and maintainers
    • Share code snippets and error messages
    • Ask questions about best practices
    • Get feedback on your implementation

Tip: When asking for help, include relevant error messages, code snippets, and steps to reproduce the issue for faster assistance.