Hi dotCMS community,
I recently deployed a dotCMS instance in a production-like environment with strict security restrictions. I’ve encountered an issue: whenever I try to add a new image, this part gets stuck in a loading state. This doesn’t happen in my other environments where the security is not configured.
I’ve checked the console and the response codes, but there are no errors—everything appears to be returning 200. I’m not sure where to start troubleshooting, but I suspect some requests might be silently rejected under the hood due to the security restrictions.
There is a wss://my-dotcms.fr/api/ws/v1/system/events in 101 which disconnect and reconnect. In my logs, I found this error:
09:18:13.630 ERROR websocket.SystemEventsWebSocketEndPoint - java.io.EOFException
I’ve tried adjusting the security settings, but I don’t have access to the configuration (another team handle this aspect) to investigate further. Has anyone experienced something similar or have any suggestions to what should I look for ?
Thanks in advance for your help!
