Activities of "Sergei.Gorlovetsky"

Thanks. I emailed you.

Also, these are logs from Event Viewer

the stdout log file is empty.

Also sharing my web.config and program.cs file with you

I have checked, the defaultAppPool has write permission in the publish folder.

Thank you. It works.

I tried looking for it, but I couldn't find the Logs folder in my Azure App Service:

I also tried to publish and deploy it on my local IIS and there the Logs folder is empty

Are you looking for this one ?

  • ABP Framework version: 8.0
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

Hello,

I am trying to deploy web API on Azure App services. I followed the steps mentioned here https://docs.abp.io/en/commercial/latest/startup-templates/application/azure-deployment/step1-create-azure-resources?UI=NG&DB=EF&Tiered=Yes

However, I face this issue:

Checking the Log Stream in Azure App Services, I find this error:

On Checking under Azure App service > Debug and Solve problems > Application Logs, I find this


After this, I also tried to publish the application into my local machine folder and then these commands, but unable to to execute it in my local as well

Can I get some input, on what I might be doing wrong here ? Thanks

it is fine when I build and run the app from Visual Studio in development mode.

  • ABP Framework version: 8.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)

I am using the [Authorize] attribute as mentioned here: https://docs.abp.io/en/abp/latest/Authorization

With that, I want to test the APIs via Postman and to do that, I need to get an Access Token for authorization.

I am using the /api/account/login endpoint and I see that the token is being stored in cookies. But I want to get that in the request response.

Please can someone direct me to its documentation or any samples?

  • ABP Framework version: v8 preview
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: Hi, The was a problem implementing Lazy Loading feature of Blazor WebAssembly in ABP as explained in this github issue https://github.com/abpframework/abp/issues/5543 https://support.abp.io/QA/Questions/3631/Pre-renderingLazy-Loading-Blazor-Webassembly Is this issue being addressed in the v8 ?

We have added menu in mobile view using following code, please let us know how we can add mobile view specific menu.

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