twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Whitescreen when user not found

Open FelixMalfait opened this issue 5 months ago • 30 comments

I was going back to demo.twenty.com and since the database was reset it threw a "user not found" error. But this error wasn't properly interpreted by the frontend and I just had a full blank page. Instead I should have been logged out and sent to the login page (we should already have this mechanism for token expiration).

Maybe check if it's a proper AuthException being thrown in every case?

This probably happens to everyone who visits the demo website and comes back the following day.

FelixMalfait avatar Sep 25 '24 09:09 FelixMalfait