natterstefan / react-trello-multiboard

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.
https://multiboardfortrello.com/
Apache License 2.0
55 stars 10 forks source link

X11 connection rejected because of wrong authentication. #28

Closed shrx closed 1 year ago

shrx commented 1 year ago

Bug Report

Relevant information

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:

  1. clone the repo
  2. install dependencies with yarn
  3. modify config
  4. start with yarn start

Observed Results:

see above

Expected Results:

Multiboard should be reachable on localhost:2222 or localhost:3333

shrx commented 1 year ago

Solved with export XAUTHORITY=$HOME/.Xauthority.