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
The docs mention the 767 byte error, but the recommendation of SOCIAL_AUTH_UID_LENGTH = 223 does not work for the utf8mb4 character set. A value of 191 was the largest I could use to get around the 767 byte error.
The docs mention the 767 byte error, but the recommendation of
SOCIAL_AUTH_UID_LENGTH = 223does not work for the utf8mb4 character set. A value of 191 was the largest I could use to get around the 767 byte error.