Common Issues in Version 0.0.6

Authentication Problems

Installation Issues

Migration Issues

Post-Migration Issues

Performance Issues

Version 0.0.6 Specific Limitations

Known Limitations in v0.0.6:
  • All operations require authentication and credits
  • No single file conversion mode
  • Limited error recovery options
  • No granular transformation control
  • Older React Router patterns may not convert perfectly

Workarounds

  1. For testing small changes: Use online converters or manual conversion
  2. For better control: Upgrade to version 0.0.7+
  3. For complex projects: Consider manual migration with v0.0.6 as reference

Getting Help

Debug Information

When reporting issues, include:
# Version information
next-lovable --version
node --version
npm --version

# System information
uname -a

# Project information
ls -la my-react-app/
cat my-react-app/package.json

# Error logs (if available)
cat ~/.next-lovable/logs/latest.log

Support Channels

Upgrade Recommendation

Consider upgrading to version 0.0.7+ for:
  • Free single file conversions
  • Better error handling
  • More granular control
  • Improved performance
  • Enhanced CLI experience

Frequently Asked Questions

Report a Bug

Found a bug specific to version 0.0.6? Please report it with:
  1. Version confirmation: next-lovable --version output
  2. Clear description of the problem
  3. Steps to reproduce the issue
  4. Sample project that demonstrates the issue
  5. Expected vs actual behavior
  6. System information (OS, Node.js version, etc.)
Report on GitHub →