Picture of Sam 4951
Registered 5 years 62 days
Sam 4951 Tuesday, 18 August 2020, 10:37 AM
Suddenly App URLs are gone
Hello all,

Suddenly the URLs of my App are gone, see the attached screenshots.

It's possible to browse to the App directly (instead of via the AP Manager), but then a weird Login overlay appears. No idea what to enter here.
But I believe this proves that the http server inside the App is still working properly.

I already de-installed the App, and restored it after a full rebuild, but without success.

Best regards,
Sam

PS Another test-app is still working fine on the same platform.


Pictures.zip
Picture of Daniel Deterding (innovaphone)
Moderator Registered 15 years 179 days
Daniel Deterding (innovaphone) Tuesday, 18 August 2020, 11:08 AM
Re: Suddenly App URLs are gone
Hi Sam,

two things:
1. the app must be running and not in stopped or debugging state to see these URLs (so just running through visual studio won't work, you must run the App by starting it inside the AP Manager)!
2. did you modify the function AppServiceApps of your service class? You normally add all provided apps here like:
appList->push_back(new AppServiceApp("innovaphone-devices"));

Greetings,
Daniel
Picture of Sam 4951
Registered 5 years 62 days
Sam 4951 Tuesday, 18 August 2020, 01:22 PM
Re: Suddenly App URLs are gone
Hello Daniel,

Thanks. The URLs are restored now when the App is started via AP Manager.

And now it also works again when debugging with Visual Studio.

Best regards,
Sam
← You can define your color theme preference here