Code component not starting - js file missing '= PsychoJS.Status.STARTED'

My experiment is running perfectly locally but will not work online. I start with clicking through instructions, then the next routine loads but does not do anything.

I have looked through the js file and it seems that the issue is assigning ‘PsychoJS.Status.STARTED’ to the routine is missing, so essentially the code is never told to start? This is the case with all the more complex elements which are mainly run with a code component (i.e. the broken routine consists or many image components but they are all assigned their value and drawn according to the code, hence the issue). How do I get the code to start in psychopy builder so that it appears in the js code when I export? Or where should I add it manually in the js code? I’m not getting any errors, it’s just not running.

I can provide code if needed but as I have identified the ‘PsychoJS.Status.STARTED’ prompt to be the issue, I just need to know how to add that in.

Thanks!

Please upload your Builder file. It sounds like something must be broken in it.