Might be already solved in the CalDAV branches.
This is mostly a reminder to check that.
See here:
https://kolaente.dev/vikunja/frontend/src/branch/main/src/store/modules/config.js#L40
`window.API_URL` is not reactive. So a change of it's value won't update `apiBase`.
Might be already solved in the CalDAV branches.
This is mostly a reminder to check that.
See here:
https://kolaente.dev/vikunja/frontend/src/branch/main/src/store/modules/config.js#L40
window.API_URL
is not reactive. So a change of it's value won't updateapiBase
.Might be already solved in the CalDAV branches.
This is mostly a reminder to check that.