Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Vikunja
  3. Vikunja - Desktop App error Could not find or use Vikunja installation

Vikunja - Desktop App error Could not find or use Vikunja installation

Scheduled Pinned Locked Moved Vikunja
8 Posts 4 Posters 825 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic was forked from Vikunja API and Cloudron james
This topic has been deleted. Only users with topic management privileges can see it.
  • subvenS Offline
    subvenS Offline
    subven
    wrote on last edited by
    #1

    Hrrrrrmmmm I can't reach the API via desktop app. Browsing https://domain.com/api/v1/info gives me the correct response but the app's login screen always states "no installation found".

    curl -X GET https://domain.com/api/v1/info
    {"version":"v0.24.6","frontend_url":"https://domain.com/"~~~
    

    I tried:
    https://domain.com:3456/api/v1/
    https://domain.com/api/v1/
    https://domain.com

    What did you guys do to make it work? ๐Ÿ˜„

    robiR 1 Reply Last reply
    0
    • subvenS subven

      Hrrrrrmmmm I can't reach the API via desktop app. Browsing https://domain.com/api/v1/info gives me the correct response but the app's login screen always states "no installation found".

      curl -X GET https://domain.com/api/v1/info
      {"version":"v0.24.6","frontend_url":"https://domain.com/"~~~
      

      I tried:
      https://domain.com:3456/api/v1/
      https://domain.com/api/v1/
      https://domain.com

      What did you guys do to make it work? ๐Ÿ˜„

      robiR Offline
      robiR Offline
      robi
      wrote on last edited by
      #2

      @subven did you log in first?

      Conscious tech

      subvenS 1 Reply Last reply
      0
      • robiR robi

        @subven did you log in first?

        subvenS Offline
        subvenS Offline
        subven
        wrote on last edited by
        #3

        @robi, you need to specify an API URL first. This is literally the first screen when you open the app:

        Screenshot 2025-10-22 163721.png

        1 Reply Last reply
        0
        • jamesJ Offline
          jamesJ Offline
          james
          Staff
          wrote on last edited by james
          #4

          Hello @subven
          I was not even able to install the Dekstop App on Windows for version 0.24.6 since the .exe is missng and it's just a Vikunja Desktop-v0.24.6.exe.blockmap https://dl.vikunja.io/desktop/0.24.6/

          Even when I use the older 0.24.4 or the new RC-2 I can see the error.
          But, what is odd, with both versions, I can see in the Cloudron Log that the request in fact do respond:

          Oct 22 16:57:27 2025-10-22T14:57:27Z: WEB โ–ถ -REDACTED- GET 200 /info 357.427ยตs - Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) vikunja-desktop/v1.0.0-rc2 Chrome/138.0.7204.235 Electron/37.3.1 Safari/537.36
          Oct 22 16:57:27 2025-10-22T14:57:27Z: WEB โ–ถ -REDACTED- GET 200 /api/v1/info 235.855ยตs - Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) vikunja-desktop/v1.0.0-rc2 Chrome/138.0.7204.235 Electron/37.3.1 Safari/537.36
          Oct 22 16:57:27 2025-10-22T14:57:27Z: WEB โ–ถ -REDACTED- GET 200 /api/v1/notifications?page=1 9.349822ms - Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36
          
          1 Reply Last reply
          0
          • jamesJ Offline
            jamesJ Offline
            james
            Staff
            wrote on last edited by james
            #5

            I was able to attach a debugger to the Desktop application and had to override some source code to enable the menu bar.
            With the menu bar, I could open the Developer Tools and could inspect errors and the network.

            There seems to be a CORS issue.

            79a64250-6e6c-4bf0-8fc9-cf4be17956a0-image.png

            1 Reply Last reply
            0
            • jamesJ Offline
              jamesJ Offline
              james
              Staff
              wrote on last edited by james
              #6

              Figured it out.
              You need to edit your /app/data/config.yml of your Vikunja app and add the following lines:

              cors:
                enable: true
                origins: "*"
              
              

              restart the app and now your Desktop Vinkunja Client should be able to connect.

              bbf133d4-7067-4287-936a-acc6510f03d6-image.png

              1 Reply Last reply
              1
              • humptydumptyH Offline
                humptydumptyH Offline
                humptydumpty
                wrote last edited by humptydumpty
                #7

                I'm using desktop v.2.1.0 and encountering an OIDC error on the login page.

                I added the cors enable true origins * code above and restarted the app with no effect on the error.

                OpenID Error
                redirect_uri did not match any of the client's registered redirect_uris
                

                image.png

                6f1de063-4375-4698-9af0-b1671991dbd3-image.png

                Vikunja 2.0.0 on Cloudron io.vikunja.cloudronapp@1.20.0.

                Cloudron version 9.0.17 | Ubuntu 24.04 LTS Linux 6.8.0-101-generic

                1 Reply Last reply
                0
                • humptydumptyH Offline
                  humptydumptyH Offline
                  humptydumpty
                  wrote last edited by humptydumpty
                  #8

                  BTW, if I click on "Back to login", and log in with my username/password, it'll log into Cloudron and show me my dashboard! ๐Ÿ˜‚

                  On a positive note, I have a Cloudron dashboard desktop app now ๐Ÿ‘Œ

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Bookmarks
                  • Search