go-vikunja / vikunja

Mirror of vikunja from https://code.vikunja.io/api
GNU Affero General Public License v3.0
930 stars 63 forks source link

Desktop app does not accept all top level domains #229

Closed CyberTechArmor closed 7 months ago

CyberTechArmor commented 7 months ago

Description

It does not seem that the desktop app recognizes .app as a domain. When I attempted to use .com it tried to connect. Because there is no way for to trigger a manual connect I'm unable to use my.website.app or https://my.website.app.

Vikunja Version

0.22.1

Browser and version

Chrome Version 122.0.6261.70 (Official Build) (64-bit)

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

No response

kolaente commented 7 months ago

Vikunja does not look for a domain ending. Can you reach the api at https://my.website.app/api/v1/info? Do you have cors enabled?

CyberTechArmor commented 7 months ago

Adding /api/v1 resolved the issue:

my.website.app/api/v1

Side note, it defaulted to http:// and not https://. I was able to resolve to my site once I updated to https://my.website.app/api/v1

I appreciate the quick response.