We upgraded the ABP to 7.0.2 and created a Micro Service sample solution using ABP Suite. The solution created successfully and we ran the migrator and able to login to application as a admin user without any issues, but surprisingly not able to see the SAAS management and Product Service in the site.
All databases got created successfully, is it any issue with latest ABP Suite?
We just created a sample micro service solution on ABP 7.1 and when creating a tenants. tenants are getting created and default user also created. but when we are logging in with tenant user not able to see any applications, are we missing anything??
also we observed there is entries in below table , as per us it should not be empty
We would like to Turn Off the Audit Logging for Specific Tenants , we have a feature for Audit Logging but it just hiding the adult log page for that tenant not the entries into Audit Tables "AbpAuditLogs" & "AbpAuditLogActions"
are we missing anything here? Please advise.
ABP Framework version: v5.1.3 UI type: MVC DB provider: EF Core / MongoDB Tiered (MVC) or Identity Server Separated (Angular): yes Exception message and stack trace: Steps to reproduce the issue:"
We are having the Method which may take more than a minute to execute so getting the Timeout error (after deploying the application), I am suspecting that because of request timeout default values, I tried by adding the below code in Web Layer (UI) but still not working. Can you please help us to understand the things which we are missing
ABP Framework version: v5.1.3 UI type: MVC DB provider: EF Core / MongoDB Tiered (MVC) or Identity Server Separated (Angular): yes Exception message and stack trace: Steps to reproduce the issue:"
We have created some Views in MongoDB and would like to call the same from ABP solution, do you have any reference sample/link which may help us in the process.
In the Micro Service Template we would like to having the Sliding Expiration with "x" minutes for Reids, can you please let me know what is the process to configure the same for entire Hosts and UI?
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
We are trying to implement Azure B2C and made the below changes for the same,
AppSetting.json of Auth Server
We are able to see Azure B2C Login page when running the AuthServer alone, Authentication is getting success
but still all claims are not coming after login process
When we try to Launch Web layer , the application is not going to Auth Server and getting the below error
Any clue or idea?
We had to pass additional query string parameter along with ReturnUrl to the Auth Server (when the application is redirecting from Application to Auth Server on the initial call) , Can you guide us the relevant file/code to achieve the same.
When we are running our MVC application of our Micro Service based solution, we have been observed that api/abp/api-defination and api/abp/api-configuration being called, any specific usage for this? if possible we don't want to have that called if no use.
Please advise.