Is it possible to connect an AWS WebSocket API to Webflow using Socket.io?
I have a WebSocket API setup with a two-way communication integration using a lambda function to host the server. When I try running my published site, I get this error:
Access to XMLHttpRequest at 'https://z84fa4t7k2.execute-api.us-east-2.amazonaws.com/socket.io/?EIO=4&transport=polling&t=OzKEsbo' from origin 'https://NAMEOFWEBSITE.webflow.io' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.