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

Main interface does not display #5

Open
connervieira opened this issue Mar 8, 2023 · 0 comments
Open

Main interface does not display #5

connervieira opened this issue Mar 8, 2023 · 0 comments

Comments

@connervieira
Copy link

connervieira commented Mar 8, 2023

I have LedFx V3 running via docker, with the command docker run -p 8080:8080 ghcr.io/ledfx/ledfx_v3. I'm running the latest pre-release.

I find that when I open localhost:8080 in my browser, I briefly see the interface, only for the entire page to disappear a second or two later. The only contents of the webpage after this occurs are as follows:

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <!-- <link rel="icon" type="image/svg+xml" href="/src/assets/favicon.svg" /> -->
    <link rel="icon" type="image/png" href="./assets/icon.56014cce.png" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta
      http-equiv="Content-Security-Policy"
      content="script-src 'self' 'unsafe-inline';"
    />
    <title>ledfx_frontend_v3</title>
    <script type="module" crossorigin src="./assets/index.81db614a.js"></script>
    <link rel="stylesheet" href="./assets/index.ef20bd19.css">
  </head>
  <body>
    <div id="root"></div>
    
  </body>
</html>

The console displays repeated errors reading TypeError: n.map is not a function

I'm using the latest version of Firefox on Pop!_OS Linux 22.04
My Docker version is Docker 20.10.12, build 20.10.12-0ubuntu4

Let me know if there's any other information that it would be helpful provide.

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

1 participant