When inserting data via wixData.insert to an External Database connected to Google Cloud, I receive this error:
WDE0116: request entity too large.
Google Cloud logs show:
PayloadTooLargeError: request entity too large.
I now know the payload limit is 100KB.
Could this limit be increased to 50+MB? This would help us handle larger structured objects in insert operations.
I don't need 50MB but maybe i do in the future. :)