[V5] Need help configuring CORS for my app #1846
-
I saw a cors config file but I don't see where it was applied. How do I configure it? I can't get my app works because of this.
Here's what I've tried so far:
I'm a little bit confused by this because the app was perfectly fine when I accessed it via Postman |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I removed that
Works fine now. |
Beta Was this translation helpful? Give feedback.
I removed that
Env.get('STATEFUL_DOMAINS') ?? true
and hardcoded to this:Works fine now.