Creating a Website Chat Widget with Gradio Part IV
A user reports that their previously functional AI chatbot widget on their website has stopped working due to a CORS policy error after a recent Gradio update. The error indicates that the 'Access-Control-Allow-Credentials' header in the response is empty, which conflicts with the client's request credentials mode.