Hello! I am facing an issue in a project … I am using Memberstack for authentication and when someone signs up with Google the profile img is imported dynamically from their Google account.
The problem is the profile img hosted on Google has a very long URL so the “create item” module doesn’t accept it.
I get this error: [400] Bad Request: Your key is too long
Is there any workaround that I can do? what is the character limit for the URL field for images?
Thanks!