I had an experiment which I was able to move online and sync with Pavlovia. I then made a couple changes after the initial pilot, and re-synced the experiment, and realized that it was running the previous version. I re-export html and it updates the html files, but not the .js files. I deleted the entire project and tried to re-sync, but now PsychoPy won’t generate any .js files or update them. I’d love any help on this as I read some of the solutions however haven’t been able to apply any of them.
This might be because your custom Python code has not been converted into JS code, resulting in JS errors and the inability to generate new files.
Please consider changing the code type from Py to Auto→JS in all code components of your program, and then run the standard upload procedure or ‘export as HTML’.