Closed r03ert0 closed 2 years ago
Actually the problem is not related to adding params to the URL. The problem is that in the project that I created I had added a text
annotation. Because text
annotations are not yet handled by Microdraw, that produces an error in this line
$("#projectFiles thead tr").append("<th>" + app.projectInfo.annotations.list[k].name + "</th>");
Nothing seems to be executed after that.
I'll close this issue and add an appropriate one.
I created a new project. When I try to access it for the first time, the server does not provide the appropriate URL parameters, and the
source
in particular is empty, which prevents anything from displaying.Expected behaviour: The same as when accessing an old project, the server should provide the appropriate parameters,
source
in particular.