Hardware: VPS bought online YunoHost version: 11.2.23 I have access to my server : Through SSH | through the webadmin Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If your request is related to an app, specify its name and version:
Vikunja v0.24.1~ynh1
Description of my issue
I upgraded to the latest Vikunja version, the upgrade was successful. But things aren’t working correctly for me after the upgrade, for example, when I click any of my projects, nothing gets displayed in the main area, just a white screen, or when I try to add a reaction (a new feature in 0.24.0), I get an error (404), the new “Views” feature also isn’t working for me, also gives me an error (404).
I’m wondering if anyone else is running into this issue or if it’s something specific to me.
Thanks for responding! I looked at the YunoHost logs (before initially posting), it showed that the upgrade was successful, I can’t find any errors in there.
In the web browser console, I see a bunch of Uncaught (in promise)Object { stack: "AxiosError errors.
Maybe I’ll try reinstalling, instead of upgrading.
Previously, the API and frontend parts of Vikunja were located in separate repositories. This made sense from an architectural point of view, but also meant that you had to deploy both parts individually.
With this release, the two repositories (and the desktop package as well) are merged into one. This enables us to create a single binary release artifact, simplifying the deployment and hosting of Vikunja a lot.
In a nutshell, the API now contains the frontend files as well.
And it looks like (I’m not an expert here) the way Vikunja is built w/ YunoHost, it’s still using the frontend and API separately: