Bubka / 2FAuth

A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
https://docs.2fauth.app/
GNU Affero General Public License v3.0
2.28k stars 152 forks source link

Blank screen after last update #283

Closed Karoolus closed 10 months ago

Karoolus commented 10 months ago

Version

5.0.3

Details & Steps to reproduce

Upgrading to 5.0.3 (dockerhub) gives a blank screen on the WebUI.

Expectation

Login page should show, as usual

Error & Logs

After upgrading to 5.0.3, I'm getting a blank screen when browsing to the WebUI. It shows the activity in the log, but nothing is shown on the webpage. image When setting the docker image to 5.0.2, it works just fine. I'll stick with that version for now.

Execution environment

No response

Containerization

Additional information

No response

jeffxt commented 10 months ago

I had the same issue. In the release notes for v5.0.3, it says:

⚠️ For everyone experiencing a blank screen after updating to v5.*, please set the ASSET_URL env variable to the same value as APP_URL

I added this to my docker-compose.yml and the app loaded fine afterwards

Karoolus commented 10 months ago

I had the same issue. In the release notes for v5.0.3, it says:

⚠️ For everyone experiencing a blank screen after updating to v5.*, please set the ASSET_URL env variable to the same value as APP_URL

I added this to my docker-compose.yml and the app loaded fine afterwards

Well I feel like a dumbass now! Thanks!

Karoolus commented 10 months ago

I should learn how to read

Aerya commented 9 months ago

Same! ^^'