Background: The backend is deployed on the server, and the frontend has been locally developed with conf. json. The API address page has been modified to access white space, with only a few color bars at the top. Moreover, it has been repeatedly requesting conf. json and app-loader. js. What should I do, please
Imho, try to run Taiga from the command line on the server and have a look:
$ python manage.py runserver
or similar. If the frontend doesn’t display correctly, there’s frequently a 500 behind it, so you should see a stack trace on the console. At least, that’s my experience so far.