Psychopy 2026.1.1 lib issue

OS: Win 10
PsychoPy version: 2026.1.1
Standard Standalone Installation?: y
Do you want it to also run locally?: n
What are you trying to achieve?: running an experiment online

I copied and updated an old experiment psyexp file and tried to run it in the new 2026.1.1 release (it worked locally in the app). Then I made an online project and synced it successfully but it could not run either locally in the browser or online.
The lib folder in the experiment directory has the psychojs-2026.1.1 js and css files but they contain weird 404 errors (see below). Also the project folder online has no lib folder, where the script would look for these psychojs files. I tried to change the version of the experiment to 2024.1.3 but I could only get it working with by manually changing the import line in the experiment js file and the index.html to fetch the psychojs files from the official library (and not the lib folder of my project). Now it runs online…

I just noticed that the 2026.1.1 version is very new (i just happened to go online today and download the latest stable release - it is like one day old), so maybe the paths through which psychopy would download the psychojs files is not alive yet? Thanks

<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>