Taiga-docker on Synology DSM

Hello,

I’m trying to install taiga-docker on my synology dsm but when I follow the instructions I do get a strange error in my dev console and it wont load any further.

specs

  • Docker V20.10.23
  • Taiga-docker version 6.8 (downloaded from the github repo)

reproduction

  1. Download the repo.
  2. Import it into the NAS.
  3. Modify the .env file with the data I wanted to change.
  4. Added public register within the compose-init file.
  5. Modify the launch-taiga.sh so the compose command is known.
  6. Execute the shell script.
  7. Linked the front-container to web service
  8. modified the hosts file on the client side for the domain
  9. go to application through chrome

Result:
“Uncaught SyntaxError: Unexpected token ‘<’” within the dev console & this view

anyone able to help me out a bit?

Hi there,

That “usually” means that the configuration for Taiga frontend has some error.

Check first if it’s accessible and loks like valid JSON bygoing to “your-taiga-front-domain/conf.json”. Else, please share your configuration and make sure to obscure any sensible data.

Best regards!