Activities of "Sergei.Gorlovetsky"

Thanks, the cookie was the issue.

I removed cookies from the postman. Is there any other way to handle it or I will have to manually remove cookies every time? They were added in my previous /account/login call

I tried, but it still shows same response

  • ABP Framework version: 8.0
  • Database System: EF Core (MySQL)

Hello,

I am trying to create a new tenant via postman call. I am using the same JSON body which I see in developer tools, when I create a tenant from UI.

The strange part is, that I can create a new tenant from UI, but getting a bad request when I try the same body with Postman.

Request Body

{ "extraProperties": {}, "name": "tenant3", "editionId": null, "adminEmailAddress": "tenant3@mellowoodmedical.com", "adminPassword": "Test@123", "activationState": 0, "activationEndDate": "", "connectionStrings": { "id": "", "default": null, "databases": [] } }

Request Headers

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.

Showing 21 to 30 of 68 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13