Wifi example bug?

Hello, I am new to STM32 and MBED and I am trying to make an HTTP Server with my DISCO_L475VG_IOT01A, so far I used this example DISCO_L475VG_IOT01-wifi_http_server - WIFI HTTP SERVER example for DISCO_L475VG_IOT1A b… | Mbed and for some reason it gets stuck after the 3rd request and the server stops working. I don’t know if it’s an issue with the example itself (I doubt it because I noticed many used it in their own apps) or there’s something I missed. I tried using the example on Keil Studio (online), MBed studio and even in Visual Code with PlatformIO configuration.
I mean the example runs fine at the beginning, the ism module gets initialized and waits for me to make a request to server, but if I refresh 3 times, or make 3 requests the server stop without throwing and error message. Any help would be appreciated :frowning: