Frontend not didn't migrated to latest version

I’m using the docker-compose file(Docker Walkthrough | Vikunja) for running it.

To update it, I did a:

sudo docker pull vikunja/api
sudo docker pull vikunja/frontend

And then I rebuild and deployed it. I made sure in the docker-compose file I was using vikunja/frontend:latest and vikunja/api:latest in the images. Once it was deployed in the about section I can see API is 0.19.0 but frontend is still on 0.18.2 version

Sometimes the frontend files are cached in your browser somewhere. Can you check in a private browser window?

Ah, yes. It was the cache issue. Shift+Ctrl+r reloaded the windows without any cache and now I see the latest version. Thanks :slight_smile:

1 Like