asked on November 22, 2023
Hi when trying to post for a token in swagger I Get
{ "type": "unknown", "title": "HTTP error response. Status code 404", "status": 500, "instance": "/v1/Repositories/Equiom/Token", "operationId": "8d7c933469414601af0191300ee1af1e", "errorSource": "Api Server", "errorCode": 999, "traceId": "00-e3d2a16d9617b0c14cdfbacbc9ad9399-ff97e43ca9923939-00" }
Response headers
access-control-allow-credentials: true access-control-allow-origin: http://imdgs1svas018.equiom.lan access-control-expose-headers: * api-supported-versions: 1 cache-control: no-cache,no-store,must-revalidate content-length: 281 content-type: application/problem+json; charset=utf-8 date: Wed,22 Nov 2023 11:07:54 GMT expires: 0 pragma: no-cache server: Microsoft-IIS/10.0 vary: Origin x-powered-by: ASP.NET x-requestid: 8d7c933469414601af0191300ee1af1e
My username & password is correct
My App.JSON
"Logging": {
"LogLevel": {
"Default": "Trace"
}
},
"AllowedHosts": "*",
"AccessTokenExpirationLimit": "00:15",
"EnableApiLimit": "false",
"EnableGetRepositoryListApi": true,
"EnableLaserficheServerSSL": false,
"KeyedConcurrentLicense": "",
With correct servername and Hostname
Is there anything I need for config.
using API v.11.0
0
0