We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce
--- 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 **
As you can see css is not being applied and the response for the CSS is empty.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not able to serve streampay demo UI
Steps to reproduce
**Observed behavior
**
As you can see css is not being applied and the response for the CSS is empty.
The text was updated successfully, but these errors were encountered: