CORS setup
When I'm using Manifest (
localhost:1111
) from my frontend (localhost:3000
) and call some collection endpoints, I receive
In the network tab I can see a CORS preflight exchange and the response is rejected by the browser.
How do you handle it? The only header I provide is Authorization
3 Replies
For me, the problem was the extra setting I didn't notice LLM has added to my Redux RTX setup while refactoring. I'll leave it here in case someone runs into the similar problem in the future.
@Artur Owczarek did this solve your problem ? Were you using Cursor or something similar ?
Yes, I've solved it. Thank you for asking. I'm using Cursor and it was it that added this property.