API - Can't get Project Tasks

Getting all tasks via the API works fine, but getting all tasks of a project responds with:
“message”: “missing, malformed, expired or otherwise invalid token provided”

The same applies to https://ukoly.idaddy.cz/api/v1/routes and possibly others.

Using the API key to connect - all permissions.

Can you share a curl snippet or similar of the request you tried?

curl --location ‘https://ukoly.idaddy.cz/api/v1/projects/6/tasks
–header ‘Authorization: Bearer REDACTED’

Response:
“message”: “missing, malformed, expired or otherwise invalid token provided”

However this worked:
curl --location ‘https://ukoly.idaddy.cz/api/v1/projects/6’ \

–header ‘Authorization: Bearer REDACTED’

Looks like this is your problem: Vikunja API Token wasn't working for get tasks api/v1/projects/1/tasks · Issue #105 · go-vikunja/api · GitHub

I wanted to wait for the stable docker version to become available before I test and respond, however I’ve tried the unstable one and tested it - it works fine now, thanks!