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
We recently introduced logo generation during signup based on the email domain. However, if the domain does not exist or does not have a favicon, we store the wrong URL.
Fix
We should probably not store the url like this and first upload it on the file storage, the upload should take care of returning undefined or not if the image can be reached
The text was updated successfully, but these errors were encountered:
Context
We recently introduced logo generation during signup based on the email domain. However, if the domain does not exist or does not have a favicon, we store the wrong URL.
Fix
We should probably not store the url like this and first upload it on the file storage, the upload should take care of returning undefined or not if the image can be reached
The text was updated successfully, but these errors were encountered: