React-Trello-Multiboard is a single-page application built with React displaying multiple cards of several Trello® boards and lists. The cards can be filtered by preferred team members.
When starting multiboard with yarn start, I get the following printed to STDOUT:
yarn run v1.3.2
$ webpack-dev-server --hot --config webpack/dev.config.js
(node:3438786) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
(node:3438786) DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly instead
[JARVIS] Starting dashboard on: http://localhost:3333
X11 connection rejected because of wrong authentication.
X11 connection rejected because of wrong authentication.
X11 connection rejected because of wrong authentication.
X11 connection rejected because of wrong authentication.
Multiboard is not reachable on either localhost:2222 (as suggested in the readme) or localhost:3333 as suggested from the printed output.
Your Environment
trello multiboard built with yarn 1.3.2 on a raspberry pi running Debian 11 bullseye
Steps to reproduce:
clone the repo
install dependencies with yarn
modify config
start with yarn start
Observed Results:
see above
Expected Results:
Multiboard should be reachable on localhost:2222 or localhost:3333
Bug Report
Relevant information
When starting multiboard with
yarn start
, I get the following printed to STDOUT:Multiboard is not reachable on either localhost:2222 (as suggested in the readme) or localhost:3333 as suggested from the printed output.
Your Environment
trello multiboard built with yarn 1.3.2 on a raspberry pi running Debian 11 bullseye
Steps to reproduce:
yarn start
Observed Results:
see above
Expected Results:
Multiboard should be reachable on localhost:2222 or localhost:3333