Guillermo De Fermín
Guillermo De Fermín
I'd argue this is a duplicate of #16439, right?
I'd argue this is a duplicate of #16439, right?
Not sure if it's related to this, but I had a similar issue and I resolved it by deleting all of the `.cache` files in the TF2 folder
IIRC TF2 doesn't let you connect to any server when run through proton, unfortunately 😞
@caioq We managed to get it working by modifying the following in the `backend/Makefile` file: ```diff run: - go run server/main.go + go run -exec "env DYLD_LIBRARY_PATH=/usr/local/lib" server/main.go ``` https://github.com/apache/incubator-devlake/blob/9251c42a7599d3b20aae1d0868a25024b3d7bb33/backend/Makefile#L62...