I have disabled cors on chrome and my function is accessible on my frontend but not working unless i disable cors. I have added the domain to platform and not fixed. Any help on this will be appreciated.
TL;DR
Issue: CORS policy blocking access to function on frontend even after disabling CORS in Chrome and adding domain to platform.
Solution: The CORS policy can be circumvented by adding appropriate headers to the response in the backend code. Ensure that the backend server responds with the proper CORS headers to allow frontend access to the function.