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
- Download the repo.
- Import it into the NAS.
- Modify the .env file with the data I wanted to change.
- Added public register within the compose-init file.
- Modify the launch-taiga.sh so the compose command is known.
- Execute the shell script.
- Linked the front-container to web service
- modified the hosts file on the client side for the domain
- go to application through chrome
Result:
“Uncaught SyntaxError: Unexpected token ‘<’” within the dev console & this view
anyone able to help me out a bit?