For me yes, not sure if @birdcolour 's original issue has been resolved, because I kind of hijacked this issue.
It was really only an issue going from 0.17 to 0.18.x for me, because OIDC was broken in 0.17. The fix you applied in vikunja/frontend#966 also fixes the underlying issue…
I did not actually find any mp3 files in the deployed Docker container, this list is all the extensions that I did find.
Indeed, see my latest commit. I applied this to my own installation, and everything still seems to work.
Maybe we're going about this wrong; we want to avoid returning 200 OK on .js files because that breaks the service worker, any other route doesn't really matter.
I see, you're right. Unfortunately, when serving with Nginx, the problem that I mentioned in the opening exists (serving 200 OK when actually it should be 404 Not Found).
Is there a way to…
I can reproduce it on my main PC with Firefox 94 on Ubuntu 20.04. When I 'just' opened Vikunja, it shows me that frontend 0.18.1 is loaded from the service worker. After clicking login, I get the…
Ok, it gets weirder. This morning I tried to login from my work PC with Firefox 94 on Ubuntu 21.10, and it just worked. Checking the Network logs also shows that the right scopes get passed.
The…
Can confirm that this issue happens with 0.18.1, with the same "No email address available. Please make sure the openid provider publicly provides an email address for your account." message. My…