Activities of "i.ullah@fandaqah.com"

Hello ,

Please share steps to reproduce the issue.

Thanks

Create a custom module from abp suite. after creating custom module add CRUD page generator from ABP suite in custom module solution but did not showing from front end side.

Hello ,

Add CMS kit module as package using ABP suite.
After that add below code in MyProjectGlobalFeatureConfigurator.cs file

Now run your backend and then in your angular project just hit the command abp generate-proxy -t ng -m cms-kit-pro-admin in your terminal.

Just like
It will genrate the proxy for app service. By using it you can customize UI.

Thank you.

Hi,

After execution the above command and implement changes in GlobalFeatureConfigurator.cs still did not showing cms in menu as per the below screen shot

Hello ,

Please check this link https://support.abp.io/QA/Questions/3613/Integrate-CMS-Kit-Pro-Module-in-Angular

Thank you.

Hi,

After following the steps which has been shared in link following issues occurs

The Angular project's package.json

Working now. thanks

Hi,

I can reproduce the problem.we will fix it. Your ticket was refunded.

You can remove Volo.Payment.WeChatPay.Web and Volo.Payment.Alipay.Web projects.

And add @volo/abp.ng.payment to package.json

Config Payment Angular Module

..... 
import { PaymentAdminConfigModule } from '@volo/abp.ng.payment/admin/config'; 
 
..... 
 
PaymentAdminConfigModule.forRoot(), 
{ 
path: 'payment', 
loadChildren: () => 
  import('@volo/abp.ng.payment/admin').then(m => m.PaymentAdminModule.forLazy()), 
} 

Hi, in which project's package.json we add '@volo/abp.ng.payment' and for angular going to add reference in app.module.ts file under the following path: .....\angular\src\app\app.module.ts

2024-02-06 14:32:35.709 +03:00 [INF] Executed action Volo.Abp.OpenIddict.Controllers.AuthorizeController.HandleAsync (Volo.Abp.OpenIddict.AspNetCore) in 197.3936ms 2024-02-06 14:32:35.709 +03:00 [INF] Executed endpoint 'Volo.Abp.OpenIddict.Controllers.AuthorizeController.HandleAsync (Volo.Abp.OpenIddict.AspNetCore)' 2024-02-06 14:32:35.711 +03:00 [INF] Request finished HTTP/2 GET https://auth.fandaqah/connect/authorize?response_type=code&client_id=fandaqapp_App&state=U0guNHRHckF6bXY2Q2NjOWJpbUdMaWdER2tBUjgzS29kUWpCUlNQVVdJYlpn&redirect_uri=http%3A%2F%2Flocalhost%3A4200&scope=openid%20offline_access%20fandaqapp&code_challenge=CkqN6Jaurz_XQwhjnDmSv63rh5LPjbKxqh57VfDrpo8&code_challenge_method=S256&nonce=U0guNHRHckF6bXY2Q2NjOWJpbUdMaWdER2tBUjgzS29kUWpCUlNQVVdJYlpn&culture=en&ui-culture=en - 302 null null 243.4207ms 2024-02-06 14:32:36.298 +03:00 [INF] Request starting HTTP/2 OPTIONS https://auth.fandaqah/.well-known/openid-configuration - null null 2024-02-06 14:32:36.298 +03:00 [INF] CORS policy execution successful. 2024-02-06 14:32:36.299 +03:00 [INF] Request finished HTTP/2 OPTIONS https://auth.fandaqah/.well-known/openid-configuration - 204 null null 0.4111ms 2024-02-06 14:32:36.300 +03:00 [INF] Request starting HTTP/2 GET https://auth.fandaqah/.well-known/openid-configuration - null null 2024-02-06 14:32:36.301 +03:00 [INF] CORS policy execution successful. 2024-02-06 14:32:36.301 +03:00 [INF] The request URI matched a server endpoint: "Configuration". 2024-02-06 14:32:36.301 +03:00 [INF] The configuration request was successfully extracted: {}. 2024-02-06 14:32:36.301 +03:00 [INF] The configuration request was successfully validated. 2024-02-06 14:32:36.308 +03:00 [INF] The response was successfully returned as a JSON document: { "issuer": "https://auth.fandaqah/", "authorization_endpoint": "https://auth.fandaqah/connect/authorize", "token_endpoint": "https://auth.fandaqah/connect/token", "introspection_endpoint": "https://auth.fandaqah/connect/introspect", "end_session_endpoint": "https://auth.fandaqah/connect/logout", "revocation_endpoint": "https://auth.fandaqah/connect/revocat", "userinfo_endpoint": "https://auth.fandaqah/connect/userinfo", "device_authorization_endpoint": "https://auth.fandaqah/device", "jwks_uri": "https://auth.fandaqah/.well-known/jwks", "grant_types_supported": [ "authorization_code", "implicit", "password", "client_credentials", "refresh_token", "urn:ietf:params:oauth:grant-type:device_code", "LinkLogin", "Impersonation" ], "response_types_supported": [ "code", "code id_token", "code id_token token", "code token", "id_token", "id_token token", "token", "none" ], "response_modes_supported": [ "form_post", "fragment", "query" ], "scopes_supported": [ "openid", "offline_access", "email", "profile", "phone", "roles", "address", "fandaqapp" ], "claims_supported": [ "aud", "exp", "iat", "iss", "sub" ], "id_token_signing_alg_values_supported": [ "RS256" ], "code_challenge_methods_supported": [ "plain", "S256" ], "subject_types_supported": [ "public" ], "token_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "introspection_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "revocation_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "device_authorization_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "claims_parameter_supported": false, "request_parameter_supported": false, "request_uri_parameter_supported": false, "authorization_response_iss_parameter_supported": true }. 2024-02-06 14:32:36.309 +03:00 [INF] Request finished HTTP/2 GET https://auth.fandaqah/.well-known/openid-configuration - 200 2257 application/json;charset=UTF-8 9.0865ms 2024-02-06 14:32:36.318 +03:00 [INF] Request starting HTTP/2 OPTIONS https://auth.fandaqah/.well-known/jwks - null null 2024-02-06 14:32:36.319 +03:00 [INF] CORS policy execution successful. 2024-02-06 14:32:36.319 +03:00 [INF] Request finished HTTP/2 OPTIONS https://auth.fandaqah/.well-known/jwks - 204 null null 0.9957ms 2024-02-06 14:32:36.321 +03:00 [INF] Request starting HTTP/2 GET https://auth.fandaqah/.well-known/jwks - null null 2024-02-06 14:32:36.322 +03:00 [INF] CORS policy execution successful. 2024-02-06 14:32:36.322 +03:00 [INF] The request URI matched a server endpoint: "Cryptography". 2024-02-06 14:32:36.322 +03:00 [INF] The cryptography request was successfully extracted: {}. 2024-02-06 14:32:36.322 +03:00 [INF] The cryptography request was successfully validated. 2024-02-06 14:32:36.323 +03:00 [INF] The response was successfully returned as a JSON document: { "keys": [ { "kid": "925B812789F9E96EB079F0D05436A2D396AB21D1", "use": "sig", "kty": "RSA", "alg": "RS256", "e": "AQAB", "n": "pJNhrI9_Wr4SZfPcnOUqtzdwf3KeVscndgvumsC1V1w7L6WWWTIh40iLsfov8xOkAPldu3JNLmR-QaxeVaVG77Jzaq60JU2YvqN89tzpXgrf3RJkqjbrISheTwWMmmN-rpeGtUHKgq_flyrsEC3D8VIsnoH7XcuJV9uDBVdclPneksJoDM0VrKLSdqQuGdu5Mjqt6ZTKNsdZSXTIcYWU0N90Fuf5wi0HW67Im67z2AOFVjD2sU31Nwjm4EZE_GYwX9z9SebTHd7autMCeHzdbAwE1Kcr6XV0IVZEkUqq4SLKupnW9YZNmtqU4LUGBJ3QTCoKBsLd1f2RjRpN7JaPWQ", "x5t": "kluBJ4n56W6wefDQVDai05arIdE", "x5c": [ "MIIDDDCCAfSgAwIBAgIIUyudVe66ToQwDQYJKoZIhvcNAQELBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTIzMTEyNzIwMDExNloXDTI0MTEyNzIwMDExNlowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApJNhrI9/Wr4SZfPcnOUqtzdwf3KeVscndgvumsC1V1w7L6WWWTIh40iLsfov8xOkAPldu3JNLmR+QaxeVaVG77Jzaq60JU2YvqN89tzpXgrf3RJkqjbrISheTwWMmmN+rpeGtUHKgq/flyrsEC3D8VIsnoH7XcuJV9uDBVdclPneksJoDM0VrKLSdqQuGdu5Mjqt6ZTKNsdZSXTIcYWU0N90Fuf5wi0HW67Im67z2AOFVjD2sU31Nwjm4EZE/GYwX9z9SebTHd7autMCeHzdbAwE1Kcr6XV0IVZEkUqq4SLKupnW9YZNmtqU4LUGBJ3QTCoKBsLd1f2RjRpN7JaPWQIDAQABo2IwYDAMBgNVHRMBAf8EAjAAMA4GA1UdDwEB/wQEAwIFoDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDATAXBgNVHREBAf8EDTALgglsb2NhbGhvc3QwDwYKKwYBBAGCN1QBAQQBAjANBgkqhkiG9w0BAQsFAAOCAQEAcPwns9nUiOwa7Uvx6snTzz7yDEZpP2leHY/hMkFqda6c5Y6yq7RC6ExbaKw3Jid756TXJCFIs/M2TsPl42aacGUz5Zlz7d/OsTCa8pdch4PrT/42sk99OvpNM/YaQpVmghXgwht6lgFpvzr8w01q4nUNV/unUCB1me/U8ZnyfudCSNwacG4kSHr4PXpXfQ9oQGr2OnWSzHV2t0bTsY9dZtMYwewg7+WzwQREeyDHUOtFmx2vd2oZY4vz7zmIRDWZ82zs0ugN6UbLDUk+8TftJF5RTjqWc7p3ZU39r2Cih5pFxdX/0YAQqp6T+IHPIsA1mt3eIj6caZ9REWiRz+ZXZA==" ] } ] }. 2024-02-06 14:32:36.323 +03:00 [INF] Request finished HTTP/2 GET https://auth.fandaqah/.well-known/jwks - 200 1667 application/json;charset=UTF-8 1.6713ms

ABP framework 8.0 UI : Angular MSSQLSERVER Auth Server is seperate

Showing 61 to 67 of 67 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13