This is not in a docker image. Docker is hosting the postgres with postgis database, which is what my project requires. The strapi instance is just inside my windows 10 file system and is executed via yarn. I also tried it using Linux wsl and got the same errors.
This happens with no additional plugins or modifications added at all. Just an install with typescript and postgres as the database. As detailed in the steps listed above.
I can perform the exact same steps without typescript and with postgres and it works just fine. So it appears to me to have something to do with the typescript option.
PS. I’ve been using the corporate template… I’ll try tomorrow without the corporate template and see if that changes anything.