AudioContext not allowed to start

My experiment I wrote in Builder will not move past the first screen when I moved it to Pavlovia. The next screen, once the user presses the space bar, leads them to a page where they can test their audio volume by pressing “a” to hear a sound. When I open the html in the Chrome console to see what’s wrong, this is what I get:

From what I’ve read online, I believe I need to start the audio on this first page - but I have no clue how or where to insert such code in my .js file. The wav file I use is in the resources folder, so that’s not the issue. Does anyone know what I can do?

Thanks in advance.

This has been resolved.