Debugging a Hanging HTTP Server Layer in Effect Typescript

sometimes when my app is starting, the layer that creates the http server is "hanging", and I never see the server started on port log. what's the best approach for debugging this?

it's a little weird because the Http server layer never completes, so I can't exactly put a timeout on it. is there a way to get a tracedump or something? would appreciate any tips thanks
Was this page helpful?