404 error trying to access /api/v1/namespaces

I have a setup with the backend and frontend manually installed in an Ubuntu system. I can navigate to the URL, register a user, login, and verify that the user is created in the DB and receives a notification email.

However, when I try to create a new namespace, I get a 404 on /api/v1/namespaces. I have Vikunja installed on its own subdomain.

The local log file is empty and there’s nothing interesting in Nginx’s standard error log.

Where can I start to understand what’s happening and fix it?

THANK YOU!

Oh, I do think I have the latest versions of the frontend (0.21.0) and backend (0.21.0).

Namespaces were removed in 0.21.0. Please verify you’re running 0.21.0 of both the frontend and api.

Well, that was definitely the first problem! :slight_smile:

I also had to fix my service, my backend file, and my config lol. But I was able to get everything I needed from the forums. Just wanted to let you know and thank you for this tool and support!

Happy holidays!