[GH-ISSUE #2156] deep link not working #6561

Closed
opened 2026-04-20 17:09:27 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @PawsFunctions on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2156

Description

Using Docker with a Zoraxy proxy. Everything is working fine if opened with domain.com/, but if the URL includes anything after the root, such as domain.com/anything_here, it returns {"message":"Not Found"}.

services:
  vikunja:
    image: vikunja/vikunja
    container_name: vikunja
    environment:
      - VIKUNJA_SERVICE_JWTSECRET=*****
      - VIKUNJA_SERVICE_PUBLICURL=https://**.**.**.com
      - VIKUNJA_DATABASE_PATH=/db/vikunja.db
      - VIKUNJA_SERVICE_ENABLEREGISTRATION=false
    volumes:
      - /*/**/vikunja/files:/app/vikunja/files
      - /*/**/vikunja/db:/db
    restart: unless-stopped
    networks:
      - zoraxy
networks:
  zoraxy:
    external: true

Vikunja Version

v1.0.0-rc4

Browser and version

Firefox

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

Docker logs

vikunja  | time=2026-01-25T22:51:29.131Z level=ERROR component=http method=GET uri=/projects/2/8 status=404 latency=277.498µs err="Not Found"
vikunja  | time=2026-01-25T22:52:32.346Z level=ERROR component=http method=GET uri=/projects/2/8 status=404 latency=223.6µs err="Not Found"
vikunja  | time=2026-01-25T22:52:32.410Z level=INFO component=http method=GET uri=/favicon.ico status=200 latency=830.05µs

Originally created by @PawsFunctions on GitHub (Jan 25, 2026). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2156 ### Description Using Docker with a Zoraxy proxy. Everything is working fine if opened with `domain.com/`, but if the URL includes anything after the root, such as `domain.com/anything_here`, it returns `{"message":"Not Found"}`. ``` services: vikunja: image: vikunja/vikunja container_name: vikunja environment: - VIKUNJA_SERVICE_JWTSECRET=***** - VIKUNJA_SERVICE_PUBLICURL=https://**.**.**.com - VIKUNJA_DATABASE_PATH=/db/vikunja.db - VIKUNJA_SERVICE_ENABLEREGISTRATION=false volumes: - /*/**/vikunja/files:/app/vikunja/files - /*/**/vikunja/db:/db restart: unless-stopped networks: - zoraxy networks: zoraxy: external: true ``` ### Vikunja Version v1.0.0-rc4 ### Browser and version Firefox ### Can you reproduce the bug on the Vikunja demo site? No ### Screenshots Docker logs ``` vikunja | time=2026-01-25T22:51:29.131Z level=ERROR component=http method=GET uri=/projects/2/8 status=404 latency=277.498µs err="Not Found" vikunja | time=2026-01-25T22:52:32.346Z level=ERROR component=http method=GET uri=/projects/2/8 status=404 latency=223.6µs err="Not Found" vikunja | time=2026-01-25T22:52:32.410Z level=INFO component=http method=GET uri=/favicon.ico status=200 latency=830.05µs ```
Author
Owner

@kolaente commented on GitHub (Jan 25, 2026):

Duplicate of #2152

<!-- gh-comment-id:3797382672 --> @kolaente commented on GitHub (Jan 25, 2026): Duplicate of #2152
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6561