-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vendor.js throws error making frontend unusable #232
Comments
Hi, Does ctrl + F5 fix the issue? |
What language do you use? |
Hi, yes I tried doing a full clear cache and tried various browsers and different computers, and even on my phone, all using Brave though. I don't think I've set any language in the settings so imagine just English |
Ok, I just pushed a commit that rolls back 969367e, that should fix the issue. |
Unfortunately this didn't seem to fix it. However I disabled the proxy authentication and reverted to user password and that seems to be fine |
That should have nothing to do with the proxy auth 🤨 |
It does, yes |
Has anything changed with proxy with since 4.1? As it worked fine there but seems like it's not logging me in properly in 4.2 |
Not directly. |
I just pushed a new fix on the dev branch ( |
Looks like I'm getting the same issue on dev |
You still have a js exception of type |
I did, yea. Saying that I didn't do a full cache clear, let me try that |
Hmm yes, tried it in incognito and same issue |
How do you do the full cache clear? Because I had a really weird issue on my dev env these days and despite a disabled cache and the use of ctrl+F5 I couldn't have my front-end working correctly. The only way I found to fix it was to click the 🔒 icon in the address bar (I'm using Firefox) and use the Clear cookies and site data feature. |
I chrome based browsers, I open the dev tools, then can hold the refresh button and then there is a drop-down with hard refresh+empty cache. But I've also tried in incognito |
can confirm, the problem persists. same setup, traefik w/ header auth Remote-User |
Sorry for the late response. I just pushed a missing commit on Dev which rebuild js assets, this should fix the issue this time. Can you confirm please. |
That looks to have fixed it |
Not sure how big of a trouble it could be but may be worth moving the asset rebuild as a part of the docker build, that way you don't have to remember to do it manually |
You're right. It's in my (way too long) todo list by the way. |
Version
4.2.x
Details & Steps to reproduce
Having a fully working 4.1.0 setup, upgrade to one of the 4.2.x versions.
I am using Docker with traefik as a reverse proxy and Authelia to provide authentication
Expectation
Latest version works correctly
Error & Logs
The app.js exception is from
document.title = e.meta.title = br.app.$options.i18n.t("titles." + e.name),
The text was updated successfully, but these errors were encountered: