Activities of "krushnakant"

  • ABP Framework version: v4.4.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • In Abp Module whenever we try to map Entity -> EntityDto , where EntityDto having more properties than Entity class it gives error of unmapped properties .
  • That's why I have to map every property of Entity to EntityDto manually in AppService and this only happens in Module. So, please provide any solution for this .
  • Thank you.
  • Steps to reproduce the issue:"

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v5.1.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:After updating my project's version* from v4.4.0 to v5.1.3** . These two errors I am getting.*
  • (CS1061) : "IApiScopeRepository" does not contain a definition for "GetByNameAsync" and no accessible of type "IApiScopeRepository" could be found (are you missing a using directive or an assembly reference?)
  • (TS6053) : File 'ProjectsPath /src/Project.Web/node_modules/source-map/source-map' not found. The file is in the program because Root file specified for compilation. "Project.Web JavaScript Content Files"
  • Steps to reproduce the issue:
  • **ABP Framework version:**v4.4.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

We are not able to login with public site.

We have login page in admin site we follow identity service rules with public web site for login.

We have two project Admin and Public. We use our Identity server policy in Admin section we are successfully login. But we are not able to login with public web site.

we follow all trick like change setting on our both appsettings.json file and add our public link in Administration -> Identity Server -> Client -> Application Url ->CallbackUrl but it is not login with public site. This issue we facing on Publish site. In Development work ok but when we publish it is not working. so please give us step with example.

Steps to reproduce the issue:"

As per your answer Do you use microservice template? I am not using Microsrvice Share authserver and public web application logs please.

we Admin application host on https://1.1.2.43:44343 and public application host on https://1.1.2.43:44344 in admin have login page we are trying call with our publish web site login it give internal server error.

discussion log file error please refer it

Initialized all ABP modules. 2022-01-28 10:40:44.233 +05:30 [INF] Application started. Press Ctrl+C to shut down. 2022-01-28 10:40:44.233 +05:30 [INF] Hosting environment: Production 2022-01-28 10:40:44.234 +05:30 [INF] Content root path: D:\IISPublish\PVPublic 2022-01-28 10:40:44.256 +05:30 [INF] Request starting HTTP/2 GET https://1.1.2.43:44344/ - - 2022-01-28 10:40:48.612 +05:30 [INF] Executing endpoint '/Index' 2022-01-28 10:40:48.650 +05:30 [INF] Route matched with {page = "/Index", action = "", controller = "", area = ""}. Executing page /Index

We follow under steps Step 1 In admin web site appsetting.json file configuration setting we configuration this "App": { "SelfUrl": "https://1.1.2.43:44343" },

"AuthServer": { "Authority": "https://1.1.2.43:44343", "RequireHttpsMetadata": "true" }, ** Step 2 In public web site appsetting.json file configuration setting we configuration this **

"App": { "SelfUrl": "https://1.1.2.43:44344" },

"AuthServer": { "Authority": "https://1.1.2.43:44343", "RequireHttpsMetadata": "false", "ClientId": "SGLPV_Web_Public_Demo", "ClientSecret": "1q2w3e*" }, Step 3 Register clients

Administration -> Identity resources -> Clients -> Create a New client we are creating New client name is SGLPV_Web_Public_Demo

Step 4 Add callbackurl with Application Urls Menu -> callback

i create callback url like https://1.1.2.43:44344/signin-oidc

Step 5 Add our login url in our public web site href="~/Account/Login"

so what we miss about calling login page with public site please guide us.

Our LOG Error

2022-01-28 10:40:44.233 +05:30 [INF] Application started. Press Ctrl+C to shut down. 2022-01-28 10:40:44.233 +05:30 [INF] Hosting environment: Production 2022-01-28 10:40:44.234 +05:30 [INF] Content root path: D:\IISPublish\PVPublic 2022-01-28 10:40:44.256 +05:30 [INF] Request starting HTTP/2 GET https://1.1.2.43:44344/ - - 2022-01-28 10:40:48.612 +05:30 [INF] Executing endpoint '/Index' 2022-01-28 10:40:48.650 +05:30 [INF] Route matched with {page = "/Index", action = "", controller = "", area = ""}. Executing page /Index

Question
  • ABP Framework version: v4.4.3
  • UI type: MVC
  • DB provider: EF Core\
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • We are not able to login with public site.
  • We have login page in admin site we follow identity service rules with public web site for login.
  • We have two project Admin and Public. We use our Identity server policy in Admin section we are successfully login. But we are not able to login with public web site.
  • we follow all trick like change setting on our both appsettings.json file and add our public link in Administration -> Identity Server -> Client -> Application Url ->CallbackUrl but it is not login with public site. This issue we facing on Publish site. In Development work ok but when we publish it is not working. so please give us step with example.
  • Steps to reproduce the issue:"

As per your answer Do you use microservice template? I am not using Microsrvice Share authserver and public web application logs please.

we Admin application host on https://1.1.2.43:44343 and public application host on https://1.1.2.43:44344 in admin have login page we are trying call with our publish web site login it give internal server error.

discussion log file error please refer it

Initialized all ABP modules.
2022-01-28 10:40:44.233 +05:30 [INF] Application started. Press Ctrl+C to shut down.
2022-01-28 10:40:44.233 +05:30 [INF] Hosting environment: Production
2022-01-28 10:40:44.234 +05:30 [INF] Content root path: D:\IISPublish\PVPublic
2022-01-28 10:40:44.256 +05:30 [INF] Request starting HTTP/2 GET https://192.168.2.43:44344/ - -
2022-01-28 10:40:48.612 +05:30 [INF] Executing endpoint '/Index'
2022-01-28 10:40:48.650 +05:30 [INF] Route matched with {page = "/Index", action = "", controller = "", area = ""}. Executing page /Index

We follow under steps
**Step 1 In admin web site appsetting.json file configuration setting we configuration this**
 "App": {
    "SelfUrl": "https://1.1.2.43:44343"
  },
 
 "AuthServer": {
    "Authority": "https://1.1.2.43:44343",
    "RequireHttpsMetadata": "true"
  },
** Step 2  In public web site appsetting.json file configuration setting we configuration this **
 
"App": {
    "SelfUrl": "https://1.1.2.43:44344"
  },
 
 "AuthServer": {
    "Authority":  "https://1.1.2.43:44343",
    "RequireHttpsMetadata": "false",
    "ClientId": "SGLPV_Web_Public_Demo",
    "ClientSecret": "1q2w3e*"
  },
**Step 3 Register clients**

Administration -> Identity resources -> Clients -> Create a New client
we are creating New client name is SGLPV_Web_Public_Demo

**Step 4 Add callbackurl with Application Urls Menu -> callback**

i create callback url like 
https://1.1.2.43:44344/signin-oidc 

**Step 5 Add our login url in our public web site**
 href="~/Account/Login"
 
so what we miss about calling login page with public site please guide us.
  • ABP Framework version: v4.4.X
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • How can i authorize particular app service on multiple permissions in OR condition.
  • Ex. CreateAsync can be execute on [Authorize(XYZPermissions.xyz.Create)] or [Authorize(ABCPermissions.abc.Create)].
  • Steps to reproduce the issue:"
Question
  • ABP Framework version: v4.4.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Our ABP CLI and ABP Suite both are of version 4.4.3 , we are trying to create a new solution in the same version that is 4.4.3 however the version that we get is 5.0.0.
  • Now, the problem we are facing in 5.0.0 is that after migration when we update database an error regarding jsonb datatype occurs as we are using postgreSQL 9.1 .
  • Our data is in postgreSQL 9.1 so we won't be able to update it. So, please provide a solution for how to overcome this issue ASAP.
  • Steps to reproduce the issue:"
  • ABP Framework version: v4.4.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • In Volo.Abp.Identity.Pro module if we delete any record in Identity -> Users and create a new record with same username or email it gives error that username or email already exits.
  • Steps to reproduce the issue:"

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.4.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • I created a new module from Abp suite and add it to my existing application and i have made some changes into it , now i want this full module (with changes in the module) into my another existing application . Is there any other way instead of creation of same module in other application ?
  • Let me know easiest possible way, Thank you .
  • Steps to reproduce the issue:"
  • ABP Framework version: v4.4.X
  • UI type:MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Title name of new role model is "New Role" , so same way title name of Edit model should be like "Edit Role" instead of only "Edit" in Role Management of Identity Module.
  • Steps to reproduce the issue:"
  • ABP Framework version: v4.4.3
  • UI type: MVC / Razor page
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Validation message is not properly displyaing in Identity/Users/SetPassword of Volo.Identity.Pro module (try to save without entering passowrd).
  • Steps to reproduce the issue:"
Showing 11 to 20 of 25 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11