DuendeSoftware / Support

Support for Duende Software products
21 stars 0 forks source link

.Net 7 - Production Environment - Beta Testing - API Error #1392

Closed briantheitguy closed 2 months ago

briantheitguy commented 3 months ago

Which version of Duende IdentityServer are you using? 6.0.4 We are testing on our domain. I would also like confirmation that this is not related to using Duende w/o a license yet.

Which version of .NET are you using? 7

Describe the bug Everything works on local dev environment. I deployed and now I get "openid-configuration" errors.

To Reproduce Open Dev Tools and go here: https://lexican.org/subscriptions When it tries to get data through an API call it errors.

Expected behavior I expect subscription data to be returned.. about 4 records.

Log output/exception with stacktrace

(https://lexican.org/_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js)
                            e && (n.Log.debug("JsonService.getJson: token passed, setting Authorization header"),
                            s.setRequestHeader("Authorization", "Bearer " + e)),
                            s.send() <-- error

Additional context Request URL: https://lexican.org/.well-known/openid-configuration Request Method: GET Status Code: 500 Internal Server Error Remote Address: 208.109.190.111:443 Referrer Policy: strict-origin-when-cross-origin

briantheitguy commented 2 months ago

I need to review my build.. my apologies for posting this.