CJWorkbench / cjworkbench

The data journalism platform with built in training
http://workbenchdata.com
Other
304 stars 45 forks source link

Uploader and paste functions not working #278

Closed Glench closed 2 years ago

Glench commented 2 years ago

After properly running the install instructions here I was able to successfully create a new user and log in.

When I try to make a new workflow with either the CSV file uploader or the paste data function (clicking the little arrow), nothing happens. No JS errors, no python errors. The file uploading server debugging info shows the file uploader was working, but the main table on the page never actually changes to reflect the data — it just stays blank.

Screen Shot 2022-02-02 at 10 15 54 AM

There is also a continual loading icon at the bottom of the screen that never goes away. Not sure if this is related.

adamhooper commented 2 years ago

This probably means the "renderer" isn't running. (We use "Paste Data" as our most-basic test. I tested "Paste Data" works for me on a brand-new instance.)

What's your operating system? What version of Docker are you using?

Glench commented 2 years ago

I just made a clean repo and it worked, so all good for now! Thank you so much for your help.