You are viewing limited content. For full access, please sign in.

Question

Question

HTTP Error 500.19 repositoryAPI

asked on March 14, 2023 Show version history

Hi, I am trying to get Repository API working.

my Appsettings.json are as follows, but then I browse from IIS to the API site, I get this error

{
    "Logging":  {
                    "LogLevel":  {
                                     "Default":  "Trace"
                                 }
                },
    "AllowedHosts":  "*",
    "AccessTokenExpirationLimit":  "00:15",
    "EnableApiLimit":  "false",
    "EnableGetRepositoryListApi":  false,
    "EnableLaserficheServerSSL":  true,
    "KeyedConcurrentLicense":  "",cmd
    "LaserficheServerName":  "<server LF is installed on>",
    "LaserficheWebClientHostUrl":  ""
}
 

 

Module   IIS Web Core

Notification   BeginRequest

Handler   Not yet determined

Error Code   0x8007000d

Config Error   

Config File   \\?\C:\Program Files\Laserfiche\API Server\LFRepositoryAPI\web.config

Requested URL   https://apiserverfqdn:443/lfrepositoryapi

Physical Path   C:\Program Files\Laserfiche\API Server\LFRepositoryAPI

Logon Method   Not yet determined

Logon User   Not yet determined

 

0 0

Answer

SELECTED ANSWER
replied on March 14, 2023

Somehow the string "cmd" snuck in after:

"KeyedConcurrentLicense": "",

That shouldn't be there and likely broke the json.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.