Activities of "webking-abp2"

Question

Is there anywhere I can download the app-pro-7.3.2.zip to customize and use with --template-source when creating a new application?

Question

Hi, we are having problems accessing https://docs.abp.io/ from our office network. See the attached screenshot. It is working for everyone on their mobile phones and from home, but not from our office wifi. Do you have any idea what the problem could be?

@PSTEELNZ Thanks for your response. I have hope that abp support sees this so we can get an answer, because we are not getting anywhere here with this "bug" at the moment. It seems like there might be something wrong when you download the Framework maybe from the beginning?

Works perfect! Thanks!!

  • ABP Framework version: v5.2.1
  • UI type: Angular
  • DB provider: MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:

Request url: https://localhost:44308/connect/token

Request payload: access_token: **** grant_type: Impersonation Client_Id: **** Client_Secret: null TenantId: **** UserId: ****

This is from the log: [ERR] Grant validation error: Value cannot be null. (Parameter 'value')

System.ArgumentNullException: Value cannot be null. (Parameter 'value') at System.Security.Claims.Claim..ctor(String type, String value, String valueType, String issuer, String originalIssuer, ClaimsIdentity subject, String propertyKey, String propertyValue) at System.Security.Claims.Claim..ctor(String type, String value) at Volo.Abp.Account.Web.ExtensionGrantValidators.ImpersonationExtensionGrantValidator.ImpersonateUserAsync(ExtensionGrantValidationContext context, Nullable`1 tenantId, Guid userId) at Volo.Abp.Account.Web.ExtensionGrantValidators.ImpersonationExtensionGrantValidator.ValidateAsync(ExtensionGrantValidationContext context) at IdentityServer4.Validation.ExtensionGrantValidator.ValidateAsync(ValidatedTokenRequest request)

  • Steps to reproduce the issue:"
  1. Create a tenant with two user accounts
  2. Login as a tenant admin user.
  3. Go to identity management, users page
  4. Select a user to impersonate
  5. The following error is logged and impersonation fails
  • ABP Framework version: v5.1.4
  • UI type: Angular
  • DB provider: MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (64-bit .NET 6.0.1) [xUnit.net 00:00:00.87] Starting: Volo.Saas.Domain.Tests The active test run was aborted. Reason: Test host process crashed
  • Steps to reproduce the issue:"
  • Replace the Volo.Saas package with source code from Suite. When i run the tests that was added i get the exception.

I Used the Abp Suite to Replace Volo.Saas module with source code. When i try to run the tests that was added i get the message in the Output in VS.

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