You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standard Nats Monitoring at localhost://8222 shows the GUI, so standard monitoring is working.
nats-streaming-console is running using:
make dash-run
cd /Users/apple/workspace/go/src/github.com/KualiCo/nats-streaming-console && node server
{
options: {
server: 'nats://localhost:4222',
monitor: 'http://localhost:8222',
cluster: 'test-cluster',
appName: 'nats-streaming-console'
}
}
Example app listening at http://:::8282
Building nats-streaming-console with:
LIB_NATSDASH=github.com/KualiCo/nats-streaming-console
LIB_NATSDASH_FSPATH=$(GOPATH)/src/$(LIB_NATSDASH)
### nats streaming console dash
dash-dep:
go get $(LIB_NATSDASH)
dash-dep-clean:
rm -rf $(LIB_NATSDASH_FSPATH)
dash-code:
code $(LIB_NATSDASH_FSPATH)
dash-build:
cd $(LIB_NATSDASH_FSPATH) && npm install
cd $(LIB_NATSDASH_FSPATH) && npm build-css
cd $(LIB_NATSDASH_FSPATH) && npm build
dash-run:
cd $(LIB_NATSDASH_FSPATH) && node server
open http://0.0.0.0:8282
The text was updated successfully, but these errors were encountered:
I have the same problem. I run the dockerfile and expose port 8082:8082. Go to localhost:8082, the dashboard pops up for a second and the I get redirected to the not here page.
everything builds but in the browser i get “Not here” shown.
Nats Streaming is running using:
Standard Nats Monitoring at localhost://8222 shows the GUI, so standard monitoring is working.
nats-streaming-console is running using:
Building nats-streaming-console with:
The text was updated successfully, but these errors were encountered: