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?
inequivalent arg 'x-dead-letter-exchange' for queue 'AppV3_AdministrationService' in vhost '/': received none but current is the value 'AppV3_dead_letter' of type 'longstr''
That means that you have a AppV3_AdministrationService queue on the broker already and it is without an 'x-dead-letter-exchange' argument. Probably you have created it before with that state.
You can remove all RabbitMQ queues and try again.
Thanks for the response, yes we found the issue is with queues, after clearing those it worked perfectly. Thanks
logs shared to liming.ma@volosoft.com
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.
We can't fix this. You may consider using a shorter Scope name.
Ok, Thanks for the update
hi
Please share a such URL
We do not add any extra parameters to the URL.
Its not because of any additional parameters, its due to the encryption of Return URL I think (because some times the Length will be around 800 characters and some times more then 3000). we would like to restrict this below 1200 characters all the time(if possible)
https://authserver.xxxxxxxx.com/Account/Login?ReturnUrl=%2Fconnect%2Fauthorize%2Fcallback%3FLOGINUSING%26client_id%3DAppV3_Web%26redirect_uri%3Dhttps%253A%252F%252Fexceego.ehswatch.com%252Fsignin-oidc%26response_type%3Dcode%2520id_token%26scope%3Dopenid%2520profile%2520role%2520email%2520phone%2520AuthServer%2520IdentityService%2520AdministrationService%2520SaasService%2520EmployeeService%2520IncidentService%2520AttachmentService%2520ObservationsService%2520ActionService%2520UserTaskService%2520HSEPlansService%2520NCRService%2520CustomerService%2520InspectionService%2520Forms%2520FileManagement%2520RMService%2520TMService%26response_mode%3Dform_post%26nonce%3D638071896570293599.M2VkZDBkMDctY2U2MS00NmI5LThiMjktNzlmNmYzNWVjOWQ0MzU5NjcyMWMtMjliZC00OTM2LThjYzctMzZhMDBiMjhiYzhh%26state%3DCfDJ8FRhYrLUrBdPg2ipof6Ze15HVIyX7WS4ApP5QoDnN0sbMASqwYqqMGy9rEmEjK6TMFeOm_zu4Eb9w3MveX0N56QEyLnmm5YNKxgGUvl4F3FI2rfnhKM5NJpX8nYQCURZP9QypINWTaqNJqlyx5IpsEKoyffePii8EeTjK8llh99Fy4gqqMxD4DtLt4R1VQ5yFpM5hvBzQHRTLPpRbAhmhgnKgdfw1jgfCC2PjHX1zbm6OTKXCbngXc-FUSadf4m9AeNPjoj-BRvRSDYvQHdg60TE-Io8jbpZTz1N_wt0zqj6J8IX8BI2NU61tmXwGtfEf4ABMGtzFxS8ifUbb77WVd4%26x-client-SKU%3DID_NET6_0%26x-client-ver%3D6.21.0.0
With Tenant ID:
https://authserver.xxxxxxxx.com/Account/Login?ReturnUrl=%2Fconnect%2Fauthorize%2Fcallback%3F__tenant%3D8e3e606e-2370-663b-d891-39ff8fe68689%26LOGINUSING%26client_id%3DAppV3_Web%26redirect_uri%3Dhttps%253A%252F%252Fbarik.ehswatch.com%252Fsignin-oidc%26response_type%3Dcode%2520id_token%26scope%3Dopenid%2520profile%2520role%2520email%2520phone%2520AuthServer%2520IdentityService%2520AdministrationService%2520SaasService%2520EmployeeService%2520IncidentService%2520AttachmentService%2520ObservationsService%2520ActionService%2520UserTaskService%2520HSEPlansService%2520NCRService%2520CustomerService%2520InspectionService%2520Forms%2520FileManagement%2520RMService%2520TMService%26response_mode%3Dform_post%26nonce%3D638071898544026331.ZDQ2YmMzZGEtNmM1Ny00NzU5LTlkOTgtY2M2NTUwMDNiNjk3OTQ1MDc5ZjEtMzliZS00OGYxLWFiNWQtMTdjZGJjOWNjZTY5%26state%3DCfDJ8FRhYrLUrBdPg2ipof6Ze14mEFk5bIQXNQjsIL-lp9gw5t-ix4H0JDqNfa76u7WhP6qsyI5e9taMVSetz5Crd4zSk8hxuws0GCunnqJ5kjJkvYdYkuUO7-vQMrG9PJP66ngYwgXW_2hv1sGNa3NDcK4UlBH36zJe3Gqvzfa4WM-73PcKiOkE1tEcodC8eoWv4-AGfrlnx3YVov5CZ6dm0-d8C376N7R-f9SjQlsK2vif_Waams8HN9V5tElVd5JxJPoHTuj8PIclJ0r8TF5lJKTwPVTCo-7otEd2RrMpmiU-qiPsR12iRM5aT6_KKU5vtRgrIfmLOu_AOsWb4PLQSfI%26x-client-SKU%3DID_NET6_0%26x-client-ver%3D6.21.0.0
builder.WebHost.ConfigureKestrel(x => x.Limits.KeepAliveTimeout = xx);
hummm, Yes. we already tried this but no luck. anyway will try once again with different ways and update you back.
Will try but that wont be the final solution right as we had to use the Azure Web App as well... don't we have any override as I mentioned in my initial posting.