Here you'll find solutions to common problems encountered during the Fluxedita installation process, along with helpful tips and friendly reminders to get you back on track.
We've got your back! If you can't find your answer here, check out our other support options below.
Symptoms:
Errors during Vercel deployment or app crashes on load.
Most common causes:
Fix:
Pro Tip: If the site breaks on Vercel but works locally, check for missing or mistyped .env values in your Vercel project dashboard.
Related Guides:
Symptoms:
“Where is .env?” “Where are the SQL scripts?” “I can’t find pages/index.tsx…”
Fix:
Pro Tip: Don’t dig through folders — search is faster!
Symptoms:
Auth errors, broken images, user creation fails, etc.
Fix:
Pro Tip: If your images or videos don’t load, double-check your Cloudinary URL setup and that media is uploaded.
Symptoms:
The contact form doesn’t send messages.
Fix:
SMTP_HOST=smtp.gmail.com
SMTP_PORT=465
SMTP_USER=your@gmail.com
SMTP_PASS=your_app_password
Pro Tip: You can test SMTP locally with a tool like Mailtrap if you're not ready for Gmail setup.
Related Guides:
Symptoms:
`fatal: repository not found`, `Permission denied`, Push fails silently
Fix:
git init
git add .
git commit -m "First commit"
git branch -M main
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git
git push -u origin main
Pro Tip: If Git keeps asking for a username/password, consider setting up SSH keys.
Related Guides:
Symptoms:
“I’m new to Git.” “I don’t know how to fix this error.” “I don’t know what this code means.”
Fix:
Pro Tip: Think of Copilot as your personal assistant — type natural language comments like: `// create a section with a hero and slider component`
Symptoms:
App won’t deploy, White screen or generic 500 error on first visit
Fix:
Pro Tip: Check Vercel’s Logs tab for exact error messages. It’s very helpful.
Symptoms:
You can log in, but don’t have admin editing rights
Fix:
Pro Tip: Your admin user should have both "admin" role and "premium" membership.
Related Guides:
Symptoms:
You’re logged in, but don’t know how to use the page editor or add content.
Fix:
Fix:
Related Guides:
Connect with other users and find answers to common questions
Browse our comprehensive guides, tutorials, and API references
Get help from our support team (response time varies by plan)
Real-time assistance during business hours (Premium only)
24/7 emergency support (Premium only)
For the full list of guides, including media upload tools, gallery setup, and disaster recovery:
✅ Pro Tip: You don’t have to memorize everything. Our guides are built for: