Description
I've added a couple of files to my sketch, a .csv and .txt, that I'm trying to preload using loadTable (with the 'csv' and 'header' options) and loadStrings.
The files are in the project, but they do not appear under the 'My assets' window, and I can't find any options to add assets to that window. I added these in the project editor sidebar, where I created a folder called 'assets' and then uploaded the files.
On the fullscreen link, I get 406 (Not Acceptable) errors at the GET request for those files.
The same sketch operates fine locally on my machine, with no 406 errors. Additionally, the sketch seems to be working in the Preview within the editor. It's only in the fullscreen link where I get those 406 errors.
The errors occur in both Chrome and Safari, but the p5js sketch runs fine locally and in the editor's preview on both of those browsers.