Skip to content

Known Issues

Tim Buchholz edited this page Jun 8, 2020 · 14 revisions

Connection Refused

You may have run into the following issue:

  • Database, Backend & Frontend are running without issues
  • Website is accessible and functional to the point of creating/joining a game
  • Console-Output reveals the error "Connection refused"

Possible Fix: in the Frontend in the .env or your Dockerfile change backend-ip from localhost: to the actual IP of your server.

We are working on integrating a .env-Solution to the frontend like in the backend. But currently this causes issues, which we could not resolve.

MacOS Installation Errors

No Xcode or CLT version detected

If npm install in vscode on MacOS throws the following error No Xcode or CLT version detected

Solution:

sudo rm -r -f /Library/Developer/CommandLineTools

xcode-select --install

See https://cleody.com/fix-no-xcode-or-clt-version-detected-when-running-npm-install/

Cannot find module 'nan'

If npm install in vscode on MacOS throws the following error Error: Cannot find module 'nan'

Solution:

sudo npm -g i nan

Clone this wiki locally