-
Notifications
You must be signed in to change notification settings - Fork 58
1. FAQ
Dimitris Zorbas edited this page Jul 4, 2019
·
2 revisions
Q. When starting the server using mix kitto.server
, I get Error: listen EADDRINUSE 127.0.0.1:8080
. How do I fix that?
A. Some other process is using that port.
You can identify the process using lsof -i TCP:8080
and then stop that process.
Otherwise you can configure the assets server to use a different port by updating your config/dev.exs
with:
config :kitto, assets_port: 8090
Keep in mind that you can always start the assets server manually with:
./node_modules/.bin/webpack-dev-server --watch
Q. My dashboard doesn't fit all my widgets. Why do I do?
A. See https://github.com/kittoframework/demo/blob/master/dashboards/sample1080.html.eex