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

Not able to serve streampay demo UI #1167

Open
akrambek opened this issue Jul 24, 2024 · 0 comments
Open

Not able to serve streampay demo UI #1167

akrambek opened this issue Jul 24, 2024 · 0 comments
Labels
bug Something isn't working devx Effects the Developer Experience

Comments

@akrambek
Copy link
Contributor

akrambek commented Jul 24, 2024

Not able to serve streampay demo UI

Steps to reproduce

  1. Build UI by following README in https://github.com/aklivity/zilla-demos/tree/main/extras-containers/streampay/ui
  2. Use below config to server the UI
---
name: zilla-streampay-demo-ui
vaults:
  filesystem0:
    type: filesystem
    options:
      keys:
        store: ./tls/localhost-streampay.p12
        type: pkcs12
        password: generated
bindings:
  tcp_server0:
    type: tcp
    kind: server
    options:
      host: 0.0.0.0
      port: 9090
    exit: http_server0
  http_server0:
    type: http
    kind: server
    exit: http_filesystem_proxy0
  http_filesystem_proxy0:
    type: http-filesystem
    kind: proxy
    routes:
      - when:
          - path: /
        exit: filesystem_server0
        with:
          path: index.html
      - when:
          - path: /{path}
        exit: filesystem_server0
        with:
          path: ${params.path}
  filesystem_server0:
    type: filesystem
    kind: server
    options:
      location: /Users/akramyakubov/workspace/aklivity/zilla-demos/extras-containers/streampay/ui/dist/spa/

**Observed behavior
Screenshot 2024-07-24 at 08 36 11
**

As you can see css is not being applied and the response for the CSS is empty.

@akrambek akrambek added the bug Something isn't working label Jul 24, 2024
@jfallows jfallows added the needs_triage Unknowns need to be addressed label Aug 27, 2024
@vordimous vordimous added devx Effects the Developer Experience and removed needs_triage Unknowns need to be addressed labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working devx Effects the Developer Experience
Projects
None yet
Development

No branches or pull requests

3 participants