Fixes
- Resolved "Missing Projects" Issue - We discovered and fixed a critical authentication bug that caused some users to see their projects disappear after our recent backend migration. Your projects were never lost, they were always safely stored in our database. The issue was caused by outdated authentication tokens from our previous system that became incompatible with our new backend. Our attempt to maintain backward compatibility inadvertently created this problem.
- Authentication System Migration - We've completed the migration to a more reliable authentication system. All users now use the same secure token format, eliminating future compatibility issues.
- Database Initialization - Fixed an issue where signing in via email or Google popup wouldn't properly initialize the user database, preventing new project saves.
- Template Preservation - Fixed a bug where creating a template while signed out and then signing in would cause the template to disappear. Templates now properly survive the login process.
Why the forced logout? To ensure all users get the new, correctly formatted authentication tokens, we had to reset everyone's session. This is a one-time inconvenience that permanently resolves the authentication issues. We apologize for any confusion this may have caused and appreciate your patience as we worked to identify and fix the root cause.