pulsar-manager
pulsar-manager copied to clipboard
Deploy from bin package error
pulsar manage server start successfully
http://ip:7750/ I can see the logo of manage,but the Chrome window is blank。
http://ip:7750/ui/index.html 404
I can run it and use it in my env。But use this shell
cd pulsar-manager cp -r ../dist ui ./bin/pulsar-manager --redirect.host=http://localhost --redirect.port=9527 insert.stats.interval=600000 --backend.jwt.token=token --jwt.broker.token.mode=PRIVATE --jwt.broker.private.key=file:///path/broker-private.key --jwt.broker.public.key=file:///path/broker-public.key
is it resolved? I met same issue