mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-03 00:46:57 -05:00
quick add - invalid project id (Forbidden) #687
Labels
No labels
area/api
area/caldav
area/filters
area/frontend
area/gantt
area/internal-code
area/typesense
bug
changes requested
confirmed
dependencies
enhancement
good first issue
help wanted
kind/bug
kind/feature
needs reproduction
question
security
support
upstream issue
waiting for reply
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vikunja-go-vikunja#687
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @drorengel on GitHub (Nov 9, 2025).
Description
I am getting api error when I try to add task via the quick add on the main screen. the issue is that the api call is trying to add task to project that doesn't exists
PUT https://myserver.vikunja.com/api/v1/projects/7/tasks 403 (Forbidden)
How the project is determined and set?
Vikunja Version
rc2
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
Please select
Screenshots
No response
@kolaente commented on GitHub (Nov 10, 2025):
What was the query you used? How can I reproduce this on the demo?