Activities of "rajasekhard2015"

https://yourdomain.com/Abp/ServiceProxyScript

successfully loading

2020-08-11 10:11:40.613 +00:00 [INF] Completed: Setting status of inactive sessions... 2020-08-11 10:11:40.616 +00:00 [INF] Request starting HTTP/1.1 GET https://domain/Account/Login
2020-08-11 10:11:40.627 +00:00 [INF] Executing endpoint '/Account/Login' 2020-08-11 10:11:40.628 +00:00 [INF] Route matched with {page = "/Account/Login", action = "", controller = "", area = ""}. Executing page /Account/Login 2020-08-11 10:11:40.636 +00:00 [INF] Executing handler method Volo.Abp.Account.Public.Web.Pages.Account.LoginModel.OnGetAsync - ModelState is "Valid" 2020-08-11 10:11:40.638 +00:00 [INF] Executed handler method OnGetAsync, returned result . 2020-08-11 10:11:40.640 +00:00 [INF] Executing an implicit handler method - ModelState is "Valid" 2020-08-11 10:11:40.642 +00:00 [INF] Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult. 2020-08-11 10:11:40.708 +00:00 [INF] Executed page /Account/Login in 78.1705ms 2020-08-11 10:11:40.714 +00:00 [INF] Executed endpoint '/Account/Login' 2020-08-11 10:11:40.715 +00:00 [INF] Request finished in 99.3678ms 200 text/html; charset=utf-8 2020-08-11 10:11:41.209 +00:00 [INF] Request starting HTTP/1.1 GET https://domain/Abp/ApplicationConfigurationScript
2020-08-11 10:11:41.214 +00:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)' 2020-08-11 10:11:41.219 +00:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Get() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController (Volo.Abp.AspNetCore.Mvc). 2020-08-11 10:11:41.233 +00:00 [INF] Authorization was successful. 2020-08-11 10:11:41.239 +00:00 [INF] Authorization was successful. 2020-08-11 10:11:41.241 +00:00 [INF] Authorization was successful. 2020-08-11 10:11:41.242 +00:00 [INF] Request starting HTTP/1.1 GET https://domain/Abp/ServiceProxyScript
2020-08-11 10:11:41.251 +00:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)' 2020-08-11 10:11:41.253 +00:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult GetAll(Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel) on controller Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController (Volo.Abp.AspNetCore.Mvc). 2020-08-11 10:11:41.289 +00:00 [INF] Executing ContentResult with HTTP Response ContentType of application/javascript 2020-08-11 10:11:41.292 +00:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 38.4914ms 2020-08-11 10:11:41.293 +00:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)' 2020-08-11 10:11:41.294 +00:00 [INF] Request finished in 52.2982ms 200 application/javascript

these are my logs in logs folder

only account module not working. after login evrything working fine.

Yes I have added the migrations.

application working in debug and release mode.

after deploying the application in the cloud its's showing above error.

Getting issue while running the migrator console after upgrade the application

ERR] Failed executing DbCommand (845ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] CREATE TABLE [AbpAuditLogs] ( [Id] uniqueidentifier NOT NULL, [ExtraProperties] nvarchar(max) NULL, [ConcurrencyStamp] nvarchar(max) NULL, [ApplicationName] nvarchar(96) NULL, [UserId] uniqueidentifier NULL, [UserName] nvarchar(256) NULL, [TenantId] uniqueidentifier NULL, [TenantName] nvarchar(max) NULL, [ImpersonatorUserId] uniqueidentifier NULL, [ImpersonatorTenantId] uniqueidentifier NULL, [ExecutionTime] datetime2 NOT NULL, [ExecutionDuration] int NOT NULL, [ClientIpAddress] nvarchar(64) NULL, [ClientName] nvarchar(128) NULL, [ClientId] nvarchar(64) NULL, [CorrelationId] nvarchar(64) NULL, [BrowserInfo] nvarchar(512) NULL, [HttpMethod] nvarchar(16) NULL, [Url] nvarchar(256) NULL, [Exceptions] nvarchar(4000) NULL, [Comments] nvarchar(256) NULL, [HttpStatusCode] int NULL, CONSTRAINT [PK_AbpAuditLogs] PRIMARY KEY ([Id]) ); [08:28:52 ERR] There is already an object named 'AbpAuditLogs' in the database. Microsoft.Data.SqlClient.SqlException (0x80131904): There is already an object named 'AbpAuditLogs' in the database. at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action1 wrapCloseInAction) at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action1 wrapCloseInAction) at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at Microsoft.Data.SqlClient.SqlCommand.InternalEndExecuteNonQuery(IAsyncResult asyncResult, Boolean isInternal, String endMethod) at Microsoft.Data.SqlClient.SqlCommand.EndExecuteNonQueryInternal(IAsyncResult asyncResult) at Microsoft.Data.SqlClient.SqlCommand.EndExecuteNonQueryAsync(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization)

I am unable to see the identity server menu at tenant level without menu how can i create identity client

Yes i done this way but i need to change the logo tenant based. is any other way to display tenant based logo?

I am doing like this,

   public class TestAppFeaturesDefinitionProvider : FeatureDefinitionProvider
    {
        public override void Define(IFeatureDefinitionContext context)
        {
            var myGroup = context.AddGroup(TestAppFeatures.GroupName);
            myGroup.AddFeature(TestAppFeatures.Chat,"false", L("Feature:Chat"), L("Feature:Test:Description"),null,false);
        }
        private static LocalizableString L(string name)
        {
            return LocalizableString.Create<TestAppResource>(name);
        }
    }

Is it Correct way?

After adding this. i am getting this feature in edit edion features modal. but unable to see the proper way like checkboxes for enabling/disabling not showing properly

  1. .Net Core MVC
  2. Non Tired Application

I have configured 2 Clients in indetity server. i am trying to login with one client its successfully happening with asking consent page!. and in same browser i am trying to another client its again asking consent page.

for SSO login i don't want accept the claims/scopes every time in consent page

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