Activities of "gterdem"

Sorry, I can not make remote session.

Please explain your issue in details with related code pieces. If it is not related with main question which was created 5 months ago, please create a new one.

This is not related with Abp. It is about about EfCore tracking db context trying to update related entities over parent entity.

Please check StackOverflow for similar existing questions.

Do you use alpine version of redis? If so, can you try non-alpine version?

The tenant you are trying to seed admin info may not exist at all. Can you check (log/debug etc) that the tenant is created with the given tenant db connection string?

[ERR] Invalid object name 'AbpUsers'.

Seems like db is not created at all. Can you check the tenantdb connection string?

These are information logs about lack of permissions.

Can you search for [ERR] and share related errors?

Paste the log lines related with error to this post please.

Can you try rebuilding solution after deleting bin/obj folders?

I have tried with clean nuget cache/bin/obj/sdks/run times everythings related to a .net project. Can you login? The type 'vAnOhd8kBREcGO1P7Oo.vERgfT88EFtV78GBxyV' is not a valid page. A page must define a public, non-static 'Model' property. I got this error with same vAnOhd8kBREcGO1P7Oo.vERgfT88EFtV78GBxyV with fresh app-pro tired identityServer

I have reproduced this when trying to reach Account/Login page on both tiered and non-tiered app-pro app. This seems a problem related with Account Web module.

We'll investigate. Thanks for reporting! I will refund your question.

I couldn't reproduce the problem.

I created a test microservice application using cli

Used dotnet build /graphBuild. Completed without any error. Can you try rebuilding solution after deleting bin/obj folders?

Then you are looking to wrong database. There is supposed to be an already record for that client with https://localhost:44337/swagger/oauth2-redirect.html data.

Check your database connection string.

It seems your environment is 2021-10-06 12:02:43.701 +00:00 [INF] Hosting environment: Development and you are using dns (zoolworks).

2021-10-06 13:37:22.524 +00:00 [ERR] Invalid redirect_uri: https://zoolworks:44337/swagger/oauth2-redirect.html {"ClientId":"LeaveMgmtSvc_Swagger","ClientName":"LeaveMgmtSvc_Swagger","RedirectUri":null,"AllowedRedirectUris":["https://localhost:44337/swagger/oauth2-redirect.html"],"SubjectId":"anonymous","ResponseType":null,"ResponseMode":null,"GrantType":null,"RequestedScopes":"","State":null,"UiLocales":null,"Nonce":null,"AuthenticationContextReferenceClasses":null,"DisplayMode":null,"PromptMode":"","MaxAge":null,"LoginHint":null,"SessionId":null,"Raw":{"response_type":"code","client_id":"LeaveMgmtSvc_Swagger","redirect_uri":"https://zoolworks:44337/swagger/oauth2-redirect.html","scope":"LeaveMgmtSvc","state":""}

Your LeaveMgmtSvc_Swagger client has allowed https://localhost:44337/swagger/oauth2-redirect.html redirect uri however you are making request with a configuration containing https://zoolworks:44337/swagger/oauth2-redirect.html

So you need to add https://zoolworks:44337/swagger/oauth2-redirect.html to AbpClientRedirectUris table where ClientId is the id of LeaveMgmtSvc_Swagger.

Showing 501 to 510 of 726 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 20, 2025, 10:27