Daniel

Results 28 comments of Daniel

This started happening to me today as well. I was on version `2.4.11` when it started. I recreated the container with version `2.4.13` and it did not resolve the issue.

> In the meantime in case anyone in same situation as me; I am making a dashboard comparison website here: [carbon-C0DE/selfhosted-dashboards](https://github.com/carbon-C0DE/selfhosted-dashboards) Thanks for the work!

> I'd suggest disabling firewall that comes with this docker image and retest Setting `ENABLE_UFW=false` doesn't appear to help

> I was on PIA. I’ve since switched to NordVPN and my issues went away. I think the issues stem from PIA’s handling of DNS. Trying with `PEER_DNS=false` doesn't appear...

> I had this problem for several weeks using PIA and this container, but it resolved itself once I enabled 2 things in Transmission: ` "peer-port-random-on-start": true, "port-forwarding-enabled": true,` >...

Another consequence of these types differing is that you cannot pass an instance of `FindOneOptions.order` to `queryBuilder.orderBy` without receiving a type error, even if you don't want to use the...

Depending on your use case, streaming the results may accomplish the same thing. https://typeorm.io/#/select-query-builder/streaming-result-data

I had this same issue until I installed the .net runtime mentioned in the README.