Skip to content
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

[BUG] Refreshing the web/device view page fails to load any content #264

Closed
Parlane opened this issue May 26, 2022 · 6 comments · Fixed by #263
Closed

[BUG] Refreshing the web/device view page fails to load any content #264

Parlane opened this issue May 26, 2022 · 6 comments · Fixed by #263
Labels
bug Something isn't working

Comments

@Parlane
Copy link

Parlane commented May 26, 2022

Describe the bug
If you click to navigate to a specific device and then press f5 on the device page a constant scrutiny logo appears and nothing loads

I am using the current ghcr.io/analogj/scrutiny:beta-omnibus image:

Expected behavior
Refresh works normally.

Screenshots
image

Log Files

Chrome console:

Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec. polyfills-es2015.5483988857642b9a2626.js:1
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec. main-es2015.936a570b2df09daac3f4.js:1
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
@Parlane Parlane added the bug Something isn't working label May 26, 2022
@Parlane
Copy link
Author

Parlane commented May 26, 2022

Sorry if this is a beta only bug. Thought I'd point it out anyway.

@Parlane
Copy link
Author

Parlane commented May 27, 2022

Same problem happens if you middle click the device on the main page to open it in a new tab.

@AnalogJ
Copy link
Owner

AnalogJ commented May 27, 2022

Great catch, this looks like its related to the reverse proxy related fixes. #136 #208
Its present in the master branch as well 😞
I'll take a look.

@AnalogJ
Copy link
Owner

AnalogJ commented May 27, 2022

Hey @Parlane can you pull the latest beta image and verify that it works for you?

@AnalogJ
Copy link
Owner

AnalogJ commented May 28, 2022

fixed in v0.4.8 🎉

@Parlane
Copy link
Author

Parlane commented May 28, 2022

I can confirm it is fixed in the latest beta-omnibus docker image :)

Thanks @AnalogJ 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants