Activities of "i.ullah@fandaqah.com"

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

Added payment module from ABP suite but did not find payment section from front end side. also after adding payment module error occurs while build source code.

  • ABP Framework version: v8.0.5
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:NU1104 Unable to find project '.....\Volo.Payment.Web.csproj'. Check that the project reference is valid and that the project file exists. Volo.Payment.Alipay.Web ....aspnet-core\modules\Volo.Payment\src\Volo.Payment.Alipay.Web\Volo.Payment.Alipay.Web.csproj
  • Steps to reproduce the issue:just to add payment module from ABP Suite.

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

I have created app template abp io project using abp suite and now am going to deployed on local laptop iis server

everything looks good

everything working proper

in deploy app when i go to login from angular frontend app then it will not shown the saas and other menus while i am going to login from local angular project then will show the all menus

Showing 41 to 46 of 46 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11