hey, i build a virtual assistant and i’m using rasa widget to connect with a company’s platform, month earlier everything was fine until we start working on new features. i’m using a custom channel myio , no longer rest so i can exchange payloads .Now whenever i try to send message to the widget this shows up:
Access to fetch at 'http://localhost:5005/webhooks/myio/webhook' from origin 'http://localhost:8080' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status.
and
POST http://localhost:5005/webhooks/myio/webhook net::ERR_FAILED
eventhough i used --enable-api --cors “*” tag when i run rasa .
i tried every solution mentioned in other rasa forum posts about this issue and nothing changed