Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "kasem"

The problem that exception I got lacks details that help me identify source of problem. No method, file, line, nothing. I have quite a large codebase and finding such a problem in my codebase is like shooting in the dark.

Hi

Backend sometimes freezes in production without any response until restarting IIS. No related logs found to tell anything about this problem. I only catched ony exception in logs "There is already an open DataReader associated with this Command which must be closed first" and I'm not sure if such a bug can freeze the whole system? or such type of exceptions should be silently happening without stucking the system

Any idea how to find and solve this annoying critical problem?

Thanks

Hi

I noticed Hangfire UI is available only for Host admin. Can I do the same for Swagger UI?

Thanks

Hi @ismcagdas

It's not Azure. I'm trying to connect to an organization that supports OpenID. I only sent them my RedirectUrl http://localhost:4200. They provided ClientID, ClientSecret, ClientName, ClientType, "Grants Required", Token Types, Scopes and different Endpoints

I'm trying to figure out where I should add those details in NetZero. I found some of those properties available in "IdentityServer" node in appsettings, but since you have multiple IdentityServer configs I don't know which one to use. Also, where should I add the breakpoint to debug the authentication point with the targeted OpenID authority.

Hope it's clear?

any news here? it's urgent and blocking

Hi @ismcagdas

1. I noticed redirectUrl is pointing to the login URL instead of http://localhost:4200

  1. Where can I add configurations like ClientSecret, Metadata end point, Scopes and more?
  2. I'm not familiar with OpenID but noticed you have IdentityServer configurations in appsettings. How IdentityServer are related to OpenID?

Thanks

Thank you. The solution isn't clear to me yet. Can you please post the exact redirectUri to authenticate users coming from the external OpenId login? Also, I noticed your last release included enhancements for OpenId. Maybe that was part of it?

Hi

What RedirectUrl should I define for OpenID callback in ASPNetCore with Angular version?

Excellent! thank you :)

Hi

I noticed that chat doesn't keep profile picture of friends up-to-date. For example a friend I added before he sets his profile picture keeps showing an empty picture after he uploads a picture as well. Actually this was expected as I found you persist pictureId in Friendship table (FriendProfilePictureId) and I didn't find where you update FriendProfilePictureId by updating anyone's profile picture. Same with other denormalized fields in Friendship like FriendTenancyName, FriendUserName if they aren't maintained.

Not sure if this explains the problem or I missed something?

Thanks

Showing 51 to 60 of 105 entries