I made a JavaScript program in Processing, and when I run it by clicking 'start server', it works fine.
But when I try to open "index.html" in the "web-export" folder, it doesn't work. It shows the page it normally would except the window in the center is empty instead of having the program in it like it should.
What is causing the problem and how can I fix it? Or am I doing something wrong (are you supposed to access the web export through the index.html created in the web export folder?)