Activities of "Anjali_Musmade"

Hi

Can you share your AuthServerModule.cs file and Startup.cs file from Host solution

Hello n.uerkmez,

Thank you for reporting the issue.

Please check https://support.abp.io/QA/Questions/6002/Generating-a-CRUD-page-error-Navigation-Properties and https://support.abp.io/QA/Questions/5977/Navigation-properties-do-not-work-in-generated-UI-Angular#answer-3a0e4b05-6a9d-5a2a-323c-6dec5aef111f The similar issue is already reported.

will fix the issue and your ticket will be refunded.

Thanks, Anjali

Answer

Hi

Could you please create a new package and deploy it to a fresh directory within IIS

Hello vipulbuoyancy,

Can you please go through this link for generating logs https://github.com/dotnet/sdk/issues/7943

Hello vipulbuoyancy,

Can you please provide logs of Auth Server application and Have you created authserver.pfx file and placed it in published folder of AuthServer application ?

Hello DominaTang,

please check this https://docs.abp.io/en/abp/latest/Integration-Services#marking-an-application-service-as-integration-service

and go through this discussion https://github.com/abpframework/abp/issues/12470

regards,

Hi Anjali,

OK I am following these steps exactly as above but still getting the same result.

First of all to confirm, when you refer to the Host project, I am assuming that you mean the HttpApi.Host project? In my case ESv2.HttpApi.Host ( screenshot below ) ?

Second, after a dotnet clean / restore if I run abp bundle on the Blazor project I get an error as noted in a previous message on this chain. So I need to build the Blazor project first, then I can run abp bundle without any issues.

  1. -> your host file is correct
  2. -> you need to run commands at cmd of main solution not in Blazor application in your case it may be
  • first run command dotnet clean
    then second command dotnet restore then third open Blazor project cmd and hit command abp bundle

if still you are getting error after abp bundle please check once whether you are getting that first error after running Blazor application or not?

I guess it should get resolved.

Hello mc86.

please try to add this code

context.Services.AddGrpc(options =>
        {
            options.MaxReceiveMessageSize = 10 * 1024 * 1024; // 10 MB
        });

regards,

Hello BassaSolutions,

Please check this similar issue https://support.abp.io/QA/Questions/3281/Swagger-Authorisation--401-Response-instead-of-login-page-redirect#

Regards,

Hello Karim,

I know your project is a Blazor WASM project, but your Host project must be having node_modules and yarn.lock file. You can delete that yarn.lock file instead of node_modules folder and run yarn command in cmd of Host project.

  1. Goto main solution and open CMD ; hit command dotnet clean
  2. after that hit command dotnet restore
  3. goto Blazor project open cmd and hit commandabp bundle
  4. after that goto Host project open cmd and hit command dotnet build and then dotnet run
  5. same as above for Blazor project also and then your project will run.

Even if this doesn't help you try to update Leptonx version. Please check if any error occurs while firing above commands.

Regards,

Showing 641 to 650 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33