(Bandit.TransportError) Unrecoverable error: timeout

Been getting these errors after upgrading to Phoenix 1.7.19, and Phoenix Liveview 1.0.4

I’m using Bandit 1.6.7 in my mix.lock file.

** (Bandit.TransportError) Unrecoverable error: timeout

Backtrace:

lib/bandit/http1/socket.ex:440 Bandit.HTTPTransport.Bandit.HTTP1.Socket.socket_error!/1	
lib/bandit/http1/socket.ex:50 Bandit.HTTPTransport.Bandit.HTTP1.Socket.read_headers/1	
lib/bandit/pipeline.ex:33 Bandit.Pipeline.run/4	
lib/bandit/http1/handler.ex:12 Bandit.HTTP1.Handler.handle_data/3	
lib/bandit/delegating_handler.ex:18 Bandit.DelegatingHandler.handle_data/3	
lib/bandit/delegating_handler.ex:8 Bandit.DelegatingHandler.handle_continue/2	
gen_server.erl:1085 :gen_server.try_handle_continue/3	
gen_server.erl:995 :gen_server.loop/7

That’s all the context information I have unfortunately, all the errors on AppSignal look like this one here.

Happening on the background namespace. Potential namespace values are: background, live_view, oban, web

Anyone experience this error before?