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
Also I tried to manually build static files and put then into static directory in my website root folder. After that static files started to load, but I get next error in browser console:
app_state.js:17 Uncaught ReferenceError: BASE_PATH is not defined
at n.defaults (app_state.js:17)
at Function.d.result (vendor.js:1)
at n.u.Model (vendor.js:1)
at new n (vendor.js:1)
at Object.34.backbone (app_state.js:46)
at c (_prelude.js:1)
at _prelude.js:1
at Object.44../app_state (router.js:3)
at c (_prelude.js:1)
at _prelude.js:1
Why so difficult? How to specify the path to static files(there is no any info in documentation)?
Also it would be awesome to create separate deb/rpm package for linux system and put it somewhere (for example, packagecloud.io).
Thanks
The text was updated successfully, but these errors were encountered:
Hi.
How can I install nsqadmin correctly?
There is no any information about it in documentation. I've started nsqadmin process and specified the path to config file:
nsqadmin is located behind Nginx web server, so I'm just proxy requests to nsqadmin:
Also I tried to manually build static files and put then into static directory in my website root folder. After that static files started to load, but I get next error in browser console:
Why so difficult? How to specify the path to static files(there is no any info in documentation)?
Also it would be awesome to create separate deb/rpm package for linux system and put it somewhere (for example, packagecloud.io).
Thanks
The text was updated successfully, but these errors were encountered: