Hello,
I have used this method (https://docs.abp.io/en/abp/latest/Object-Extensions#object-extension-manager) to extend Saas.Tenants
I have BlobConnectionString as new column in Saas.Tenants Table. I am wondering, how can I add that extra property in the API call while creating a new tenant ?
I tried to add that under extraproperties
in the JSON body, but that did not help.
End point : /api/saas/tenants
{
"extraProperties": {
"blobConnectionString" : "abc"
},
"name": "tenant7",
"editionId": null,
"adminEmailAddress": "tenant3@mellowoodmedical.com",
"adminPassword": "Test@123",
"activationState": 0,
"activationEndDate": "",
"connectionStrings": {
"id": "",
"default": null,
"databases": []
}
}
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
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.
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?
Previous ticket was closed in between of the solutions, so creating a new one with the reply from previous ticket https://support.abp.io/QA/Questions/6013
ABP Framework version: v7.4
UI Type: Angular
Database System: MongoDB
Tiered (for MVC) or Auth Server Separated (for Angular): yes
Exception message and full stack trace:
Steps to reproduce the issue:
In mobile mode, the notification setting button with bell icon does not display at all. It is just shown in desktop mode. This issue was raised previously under tickets #5383 and #5645. As per the ticket, we can not see how to enable notification bell in the latest 7.4 release.
ABP Framework version: v7.4
UI Type: Angular
Database System: MongoDB
Tiered (for MVC) or Auth Server Separated (for Angular): yes
Exception message and full stack trace:
Steps to reproduce the issue:
In mobile mode, the notification setting button with bell icon does not display at all. It is just shown in desktop mode. This issue was raised previously under ticket #5383. As per the ticket, we can not see how to enable notification bell in the latest 7.3 release.
1 definitionChecks, String[] ignoredProperties) at Volo.Abp.ObjectExtending.HasExtraPropertiesObjectExtendingExtensions.MapExtraPropertiesTo[TSource,TDestination](TSource source, TDestination destination, Nullable
1 definitionChecks, String[] ignoredProperties)
at Volo.Payment.Admin.Plans.PlanAdminAppService.UpdateAsync(Guid id, PlanUpdateInput input)We have the code in Azure DevOps, if you need access to the repository, please share the email.