CORS header issue on v7

Behavior

We are getting error on the dashboard when trying to use one of our actions: import data from CSV

Failure Logs

https://docs.google.com/document/d/1SDFex7hlNIDQm-AoO7_BRYWLvcGhPkvo0W8qslBgeok/edit?usp=sharing

Hello @nikola-farshore,

Welcome to our community.

First, can I ask you to remove your FOREST_ENV_SECRET and FOREST_AUTH_SECRET from the publicly shared document as it is confidential information that you should not share?

In the stack trace you provided, there is an error
TypeError: Cannot read property 'replace' of undefined

Could you maybe check if it’s not simply your function that fails and your browser is wrongly assuming that’s a CORS error?

Thank you

I have removed it right after I have noticed that it was shared by our developers. Thanks for that.

Might be the case, let me try.

Thank you