Activités de "yasin.hallak.89@gmail.com"

Hi,

Please make sure all ABP packages are 7.4.0 version.

And try abp clean & dotnet build again.

I didn't use this package in my application

This is the basic package of abp and is included in the template.

Hi,

I have package <PackageReference Include="Volo.Payment.Stripe.HttpApi" Version="5.2.2" /> but when upgrade

to version 7.4 and build app gave me error not found this package with version 7.4

  • ABP Framework version: v7.4.0

  • UI Type: MVC

  • Database System: EF Core (SQL Server)

  • Tiered (for MVC) or Auth Server Separated (for Angular): no

  • Exception Could not load type 'Volo.Abp.EventBus.Distributed.IDistributedEventBus' from assembly 'Volo.Abp.EventBus, Version=7.4.0.0, Culture=neutral, PublicKeyToken=null'.:

Hi Support :

I have been Upgrade from 7.2.1 to 7.4.0 and it build done , but when I run web application it gave me this exception above and I didn't use this package in my application !!

Waht is the problem , Can you help me assap Plz :)

thanks bro :)

  • ABP Framework version: v7.2.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

hello support : icon chat appears here :

but does not appear in mobile state :

<br> what can I do to apeare in mobile state please :)

hi

Maybe localhost does not support sub-domain names, you can try a domain name like https://readme.localtest.me/.

hi

how can I use it please , I didn't see any usage example in google search

hi

Cookies do not provide isolation by port

Please use .localhost.

I used .localhost it gave me the same error

no any error in console , but on get method in header gave me this warning

.

and this on post method :

It gave me this error when login for any tenant or host or self-registeration for tenant :

Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy [06:21:05 INF] Antiforgery token validation failed. The required antiforgery cookie ".AspNetCore.Antiforgery.K9piT2qMXl8" is not present. Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The required antiforgery cookie ".AspNetCore.Antiforgery.K9piT2qMXl8" is not present. at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.ValidateRequestAsync(HttpContext httpContext) at Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.ValidateAntiforgeryTokenAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context) [06:21:05 INF] Authorization failed for the request at filter 'Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter'. [06:21:05 INF] Executing StatusCodeResult, setting HTTP status code 400 [06:21:05 INF] Executed page /TenantSignUp in 8.5959ms [06:21:05 INF] Executed endpoint '/TenantSignUp'

I used Identity only not IdentityServer4

Hi maliming.

We decided to use this situation, how we can to do it please.

we set cookie option like this :

var cookieOption = new CookieOptions
            {
                Path = "/",
                Domain = ".MyDomain.com"
            };
            
      Response.Cookies.Append(key,value, cookieOption);

method Append require three parameter (key,value,options)

what we can to set key and value ?

Affichage de 11 à 20 sur 110 entrées
Made with ❤️ on ABP v8.2.0-preview Updated on mars 25, 2024, 15:11