No visible new projects

Hi all,
I installed the Taiga stack without any problem in docker on Synology NAS . Unfortunately, I am not able to set up a new project. I have been logging in as a superuser, have set up a new project, spinner loading endlessly, on the front-end there is no new project but see the record in Django properly.
What can I do to fix it?

hi @Robert_Que welcome to the community.

In order to know what’s happening, we need you to share some logs:

  • docker compose logs -f in the terminal where docker is running may show some errors
  • F12 > console and F12 network in the browser

Cheers!