I'm trying to run Taiga.io on my computer. All the backend functions normally, but when I try to access the URL exemplo.com
, it does not work.
I'm using: link as a tutorial.
"example.com" is a valid URL on the Internet, does not point to your computer, (and does not have a version of Taiga backend running on example.com, which is a reserved domain). To access the backend on your computer try changing settings to http://127.0.0.1:9001/
or http://localhost:9001/
.
See that the values are used as "example" and not what you should put in the files:
Copy-paste the following config into ~ / taiga-back / settings / local.py and update it with your own details