run method after opening NGClient

According to the documentation I should be able to run a method after the solution is opened using this url:
{serverURL}/solutions/{mySolutionName}/index.html?m={myMethodName}
So for our test server the url looks like this:
http://test01:8083/FocusFeedback/soluti … =onStartup
The method onStartup is in globals (just as the onSolutionOpen function of my main solution)
However it does not look like the method is executed after the user is logged into the solution.
Is there something I am missing here? It used to work in the webclient.

Hi Jos,

which version of Servoy are you using ?
this was a known issue in 8.1 and is not resolved in 8.1.1

Regards,
Paolo

I’m running the latest version 8.1.1.
Will it be fixed in the next release?