You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use Smalruby CORS proxy instead of external service
Update fetchProjectFromUrl to use Smalruby's own CORS proxy endpoint
instead of cors-anywhere.herokuapp.com which returns 403 errors.
Changes:
- Replace external CORS proxy with https://api.smalruby.app/cors-proxy
- Use proper query parameter format: ?url=<encoded_url>
- Maintain all existing functionality and error handling
This provides better reliability and security for loading external SB3 files
from Google Drive and other cloud storage services.
Related to #390
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments