Forest blocks my NodeJS endpoints with CORS

Hello everyone,

I have a simple problem when I connect Forest Admin in my NodeJS backend, All my endpoints get locked with CORS. But without forest everything works fine.

Hello @Angel_Castiblanco ,

Welcome to our community :slight_smile:

Can you please share with us the error that you are getting (with a screenshot)?
Can you please also tell us what is the agent type and the version you are using?

Thank you in advance,
Mia

Hello Mian,

This is the error in my console:

And I use forest with Node like this:
app.use('^(?!forest/?$).*', cors({ origin: '*' }))

Where can I see the agent type and version?