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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃悰 Bug]: You need to enable JavaScript to run this app. in UI #2221

Closed
Doofus100500 opened this issue Apr 24, 2024 · 5 comments
Closed

Comments

@Doofus100500
Copy link
Contributor

Doofus100500 commented Apr 24, 2024

What happened?

After updating to Chart with version 0.29.x, the UI stopped loading.
Browser error: You need to enable JavaScript to run this app.
However, everything loads through PortForward.

Command used to start Selenium Grid with Docker (or Kubernetes)

helm

Relevant log output

<body>
  <noscript>You need to enable JavaScript to run this app.</noscript>
  <div id="root"></div>
  <script src="index.js"></script>
</body>

Navigated to https://grid.test.com/staging/ui
GET https://grid.test.com/staging/index.js net::ERR_ABORTED 404 (Not Found)    ui:16
GET https://grid.test.com/staging/manifest.json 404 (Not Found)         manifest.json:1

Operating System

k8s

Docker Selenium version (image tag)

4.19.1-20240402

Selenium Grid chart version (chart version)

0.29.1

Copy link

@Doofus100500, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

@VietND96
Copy link
Member

I see this is similar to an issue SeleniumHQ/selenium#13757
access /ui is not working, and it require /ui/
@diemol, how do you think about this?

@VietND96
Copy link
Member

/ui was changed to /ui/ in this change form 4.19.0 SeleniumHQ/selenium@bbd5947#diff-360388c710d883e15e1f0e7cd8b95c2fe6671d1d51ffcbe961bac0d07b56168aR53-R55

@diemol
Copy link
Member

diemol commented Apr 24, 2024

Yes, there was a change due to the upgrades needed in the JS stack. We will have a look and have a fix for 4.21.

If you want, close this issue and mark it as duplicated (as it was already reported in the one you linked above).

@VietND96
Copy link
Member

Ok, so let us follow up this on upstream repo.

@VietND96 VietND96 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants