My App behaves weirdly.
When I manage to visit the page once successfully, then I can use it just as usual. And this is not cached. I generate log entries with every hit.
But when I want to shift-reload, use a private window or try a wget from the Terminal, then I have issues. It loads forever. The Browser then timeouts. The wget on the Terminal stays in the same state for minutes before I kill it.
➜ wget https://v1company.6week.space/cycles/2/building
--2023-07-18 14:42:52-- https://v1company.6week.space/cycles/2/building
Resolving v1company.6week.space (v1company.6week.space)... 2a09:8280:1::42:35c1, 137.66.35.230
Connecting to v1company.6week.space (v1company.6week.space)|2a09:8280:1::42:35c1|:443... connected.
For me, it is really hard to debug, because I don’t know what is happening under the hood between accepting the request and routing to my app server…