excalidraw icon indicating copy to clipboard operation
excalidraw copied to clipboard

[bug] Browse Libraries link is broken in current build

Open JJPro opened this issue 3 years ago • 2 comments

JJPro avatar Sep 04 '22 04:09 JJPro

Hi! Do you mean excalidraw.com or the npm package?

dwelle avatar Sep 04 '22 22:09 dwelle

I'm using self-hosting in docker. Tried official image on docker hub and docker build with this repo, the Browse Libraries link is broken in both scenarios. Here is what I got: http://192.168.0.201:4000/undefined?target=_excalidraw&referrer=http://192.168.0.201:4000/&useHash=true&token=SURIS0iEvcHjo6TwlzZPi&theme=light&version=2

JJPro avatar Sep 05 '22 05:09 JJPro

It seems like the environment variable: REACT_APP_LIBRARY_URL is undefined in the docker build

PritamSangani avatar Oct 11 '22 16:10 PritamSangani