JPro-one / JPro

The right place to report about bugs or suggest improvements for JPro.
https://www.jpro.one
9 stars 4 forks source link

JPro Screensharing not working on 2024.3.0 #183

Closed nyzzik closed 4 weeks ago

nyzzik commented 1 month ago

I recently updated my jpro version in my project to use 2024.3.0 however when I try to run the application i get an error saying 'The requested application "!myApp" does not exist!' I double checked to make sure that my jpro.conf has the exact name "myApp" defined and it does. If i removed the '!' from the index.html file, the application loads fine. Running it on version 2024.1.0, everything loads fine and the application shares among users properly.

FlorianKirmaier commented 1 month ago

Hi, Thank you for mentioning this!

We forgot to update the Documentation after changing the syntax slightly. We've updated it now. Now, you have to use: myApp?singleton=trueinstead of "!myApp" The "!" was causing some problems was it wasn't really standard conform.

Florian