Hello,
I am encountering an error when I attempt to sign in using my Google account and would appreciate any insight or assistance in resolving it.
The full error message I receive is:
```
Type Exception Report
Message PreparedStatementCallback; SQL [update UserConnection set displayName = ?, profileUrl = ?, imageUrl = ?, accessToken = ?, secret = ?, refreshToken = ?, expireTime = ? where userId = ? and providerId = ? and providerUserId = ?]; Data truncation: Data too long for column 'imageUrl' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'imageUrl' at row 1
Description The server encountered an unexpected condition that prevented it from fulfilling the request.
Exception
```
It seems to work with other accounts though
Thank you for your time and help.