quivr icon indicating copy to clipboard operation
quivr copied to clipboard

codespaces support

Open tapestreamer opened this issue 1 year ago • 3 comments

I’ve setup a codespace with the steps in the README but after successfully starting the back and frontend I get a about:blank on port 3000 and the webserver does not advance or show any output. The logs say 200 OK on “/“ Port 5050 however shows a “Hello world”

tapestreamer avatar May 23 '23 15:05 tapestreamer

I don't use code spaces but have you tried forward port for 3000 and 5050 ?

image

StanGirard avatar May 23 '23 16:05 StanGirard

Yes, the system automatically setup both forwards

tapestreamer avatar May 23 '23 17:05 tapestreamer

You might be limited by the memory. Computation of typescript is costly and takes time. Maybe wait a few seconds for the first load.

StanGirard avatar May 23 '23 17:05 StanGirard