Common Errors and Limitation in XM Cloud Development

Hello everyone, In this blog, I will try to list down all the posssible error or limitation that is encountered during development in XM Cloud. This blog will be continous blogpost which will be updated over the period of time. This blog will be divided based on two sections. 1. Errors and 2.Limitation Section 1: Errors : Many errors are question asked to Sitecore and they have replied back with answers. 1. Access to fetch at 'https://edge-platform.sitecorecloud.io/v1/forms/data/4b24e4eae68d49cf8eb1692452625d2e-use' from origin '****.vercel.app' has been blocked by CORS policy: Request header field content-type is not allowed by Access-Control-Allow-Headers in preflight response.Understand this error Solution: 1. Added Vercel.json using below code for cors headers": [ { "source": "/(.*)", "headers": [ { "key": "Access-Control-Allow-Origin", "value": ...