Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ISAPI dll with StarDocs hangs on SignUP
#1
Intraweb 14.2.6 Delphi 10.2.3

Using Stardocs platform to let user navigate through multiformat documents, standalone version works perfect. 
When deployed as dll, application hangs starting up.

StarDocs connection details are defined on ServerController.OnCreate:

    StarDocs := TgtStarDocsSDK.Create(nil);
    StarDocs.ConnectionSettings.ApiServerUri:= 'http://api.gnostice.com/stardocs/v1';
    StarDocs.ConnectionSettings.ApiKey:=API_key
    StarDocs.ConnectionSettings.ApiSecret:=API_secret;
    StarDocs.Preferences.DocPassword.ForceFullPermission:= True;
    // Authenticate
    StarDocs.Auth.loginApp;


Here is where the dll hangs. No errors, no messages, just hangs. Application pool also stays up and needs to be stopped manually.
Any clues?
Best regards,
Alex
Reply


Messages In This Thread
ISAPI dll with StarDocs hangs on SignUP - by alex.trejo@tttnet.com.mx - 08-10-2022, 09:56 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)