When using the Microsoft Oauth function I keep getting a pop-up error saying “Text too long for this field”. I don’t get this for all users. Any idea what might be causing this? Is there anything I can do to fix or work around this issue?
If you can use the debugger while on step-by-step, sometimes that will help give you more information about what is going on.
Use the logs that Bubble provides to see if you can see which field has text that is too long and it might show you what the text is.
Create your own dataType called ‘Dev Log’ or something like that so you can add values in it and check to see what values are being passed along to see why the text is too long for the field.
Does that help point you in the right direction? Let us know.