Base solution for your next web application

Activities of "[email protected]"

Thank you!

The new code has resolved the issue and now the getScripts.js is downloading

thanks again

Julian

I noticed you have closed the ticket due to not being able to reproduce

I have uploaded the project and screen shots - Clean download - Clean DB. Running OSX

[LINK DELETED]

hopefully you can find the cause

thanks!

Sorry . mistake

Framework 5.4.1 .Net Code 2.0

Mac OSX

New Database

Minimum install to test the UTC issue

We have downloaded the latest version of the Framework (4.6.1) that has the above changes. From this clean project, the only code we add is Clock.Provider = ClockProviders.Utc;

When we go to the settings and change timezone to New Zealand we get the exception again on the getScripts

Anything else we can do....

thanks

I am unsure on the fix after reading the linked page.

I have installed 2.4.1 of the TimeZoneConverter in the Core Project

Exception details

Exception: Unable to map Pacific/Auckland to iana timezone.

Abp.Timing.Timezone.TimezoneHelper.WindowsToIana(string windowsTimezoneId) in D:\Github\aspnetboilerplate\src\Abp\Timing\Timezone\TimezoneHelper.cs, line 45

Stack Query Cookies Headers 

Exception: Unable to map Pacific/Auckland to iana timezone.
    Abp.Timing.Timezone.TimezoneHelper.WindowsToIana(string windowsTimezoneId) in D:\Github\aspnetboilerplate\src\Abp\Timing\Timezone\TimezoneHelper.cs
    Abp.Web.Timing.TimingScriptManager+<GetUsersTimezoneScriptsAsync>d__3.MoveNext() in D:\Github\aspnetboilerplate\src\Abp.Web.Common\Web\Timing\TimingScriptManager.cs
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Abp.Web.Timing.TimingScriptManager+<GetScriptAsync>d__2.MoveNext() in D:\Github\aspnetboilerplate\src\Abp.Web.Common\Web\Timing\TimingScriptManager.cs
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Abp.AspNetCore.Mvc.Controllers.AbpScriptsController+<GetScripts>d__9.MoveNext() in D:\Github\aspnetboilerplate\src\Abp.AspNetCore\AspNetCore\Mvc\Controllers\AbpScriptsController.cs
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    lambda_method(Closure , object )
    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeActionMethodAsync>d__12.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextActionFilterAsync>d__10.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)
    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)
    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeInnerFilterAsync>d__14.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker+<InvokeNextExceptionFilterAsync>d__23.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ExceptionContext context)
    Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)
    Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker+<InvokeNextResourceFilter>d__22.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context)
    Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)
    Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker+<InvokeFilterPipelineAsync>d__17.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker+<InvokeAsync>d__15.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware+<Invoke>d__4.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    IdentityServer4.Hosting.IdentityServerMiddleware+<Invoke>d__3.MoveNext() in C:\local\identity\server4\IdentityServer4\src\IdentityServer4\Hosting\IdentityServerMiddleware.cs
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__6.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware+<Invoke>d__7.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    IdentityServer4.Hosting.BaseUrlMiddleware+<Invoke>d__3.MoveNext() in C:\local\identity\server4\IdentityServer4\src\IdentityServer4\Hosting\BaseUrlMiddleware.cs
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Abp.AspNetZeroCore.Web.Authentication.JwtBearer.JwtTokenMiddleware+<>c__DisplayClass0_0+<<UseJwtTokenMiddleware>b__0>d.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Abp.AspNetZeroCore.Web.Authentication.JwtBearer.JwtTokenMiddleware+<>c__DisplayClass0_0+<<UseJwtTokenMiddleware>b__0>d.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__6.MoveNext()
    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware+<Invoke>d__7.MoveNext()

System.Exception: Unable to map Pacific/Auckland to iana timezone.
   at Abp.Timing.Timezone.TimezoneHelper.WindowsToIana(String windowsTimezoneId) in D:\Github\aspnetboilerplate\src\Abp\Timing\Timezone\TimezoneHelper.cs:line 45
   at Abp.Web.Timing.TimingScriptManager.<GetUsersTimezoneScriptsAsync>d__3.MoveNext() in D:\Github\aspnetboilerplate\src\Abp.Web.Common\Web\Timing\TimingScriptManager.cs:line 49
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Abp.Web.Timing.TimingScriptManager.<GetScriptAsync>d__2.MoveNext() in D:\Github\aspnetboilerplate\src\Abp.Web.Common\Web\Timing\TimingScriptManager.cs:line 36
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.<GetScripts>d__9.MoveNext() in D:\Github\aspnetboilerplate\src\Abp.AspNetCore\AspNetCore\Mvc\Controllers\AbpScriptsController.cs:line 93
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at lambda_method(Closure , Object )
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeActionMethodAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextActionFilterAsync>d__10.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeInnerFilterAsync>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeNextExceptionFilterAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ExceptionContext context)
   at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeNextResourceFilter>d__22.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context)
   at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeFilterPipelineAsync>d__17.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeAsync>d__15.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.<Invoke>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at IdentityServer4.Hosting.IdentityServerMiddleware.<Invoke>d__3.MoveNext() in C:\local\identity\server4\IdentityServer4\src\IdentityServer4\Hosting\IdentityServerMiddleware.cs:line 72
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.<Invoke>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.<Invoke>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at IdentityServer4.Hosting.BaseUrlMiddleware.<Invoke>d__3.MoveNext() in C:\local\identity\server4\IdentityServer4\src\IdentityServer4\Hosting\BaseUrlMiddleware.cs:line 43
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Abp.AspNetZeroCore.Web.Authentication.JwtBearer.JwtTokenMiddleware.<>c__DisplayClass0_0.<<UseJwtTokenMiddleware>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Abp.AspNetZeroCore.Web.Authentication.JwtBearer.JwtTokenMiddleware.<>c__DisplayClass0_0.<<UseJwtTokenMiddleware>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.<Invoke>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.<Invoke>d__7.MoveNext()

Variable Value v 636610367367788430 Variable Value .AspNetCore.Antiforgery.vbDEJeYVN-0 CfDJ8D5sMoNYrEhFnnVwRWCXBlBDX7mUvI9qvBRlVqUdppm_qv72TM7Kb1DHfZRM4cHjvQdtKiqf_t48a_Dmc4UAcSCCHPcQSaKDWIaqxOOcNu30bNTmAinZ8mxkdr1_h-rBDUVzXWTzFJniV6QqkuSIajc .AspNetCore.Culture c=en|uic=en .AspNetCore.Identity.Application CfDJ8D5sMoNYrEhFnnVwRWCXBlCfkd6pKYcUR3s99SRDgIki7TT9BF1BD7F4e_6AmL2mOk8NikscI8v6Qrufx1f3_iVrifttlF_0dUDy-dbtv9wzPd_ySLm7VD9qG52S5dm2HNafZh4aBEGIEyWX5PxjUg7pW_rGOMSmExW0va7qP4XmX635xespRVf79vA_BisFLDEsGb5L8gjbOBqPHqB0PtkAZTq48Vldj_DtuWhg7io3wJo0WNtOG7eEKLikkUTxgylHdR5FH4wMVDQrOkNg5-2Ea5p9rRnTsKQ1jpLRZE3GqhQ-pT9wwifJFnjMkbeJJHhzDvpSVwBVD22XvGc-y-W9wa7niK-NAMeFehU99z1R7O2V9o_dB_F2FbyBH1TRalPX_Eug8jEfAVbec-tCQll6obigCr2PbpB7Qy6aBFullC28mrxYVuomazJ9C_8iNIc6-RR6oDQUX-e9wMLjMk8z0McIhCDY74PQ8iJASB2VfBnZlM6QaQ7ho2xsLPkvCJu28tBrWOyI1NJP5aDLJm3Q4oK7LlZ7K7ynZyoX9hyL8izN-o1HnqgKVA_ZDt8dxpjH-ym4VOy-MGSb_uXGI56oGgsbxlQXN5hFEs2HZOtwv2asUKt6bUQT-ueJ8IulFTWl3oH5ipdvp8eblj8Zroy_R_CS0siiC_4eOSgGGPh89y2PTcI5_KdR9FuUVZW6MC7DbbQj39SYnKHadS_pWFGT71xtE8MaOryYbO5rkoQeNhGQ5naBnU5eMtHn42KCbO2S6Cuzgu5zI2RjCkwBIIVRgYKZfaoEXr28xEa3a11op3mK8kzujtu3sXAyT2P3-BFhKnm9LcVF8sS8XcAHrd4P03HuFnOwqC_aqDs4NhG7io-Js6XxOLfxyfTorfIcRAMTp-MIkad9k2vuSGwgtraJduE9mXOLD7RVhNL1Q4mI Abp.TenantId 1 idsrv.session edbecc295f62eb0698fc0c6ad2419ad6 XSRF-TOKEN CfDJ8D5sMoNYrEhFnnVwRWCXBlBrbOsWHY4d9VqQfGX4PtOBCQjk5qFWbRTMBTOAVSM5uzghhWqEVM5_vpwneFaLgjQr6eQvoGw9HxrdursoY5iWmCGEsEXq46SMi9V-kJ3KkhuuU9bbRnnlskT5keB1wB8XLwLtobyEq4pNkEmlCa1gZyigKZNiZ9MbjWY5GOC8aA Variable Value Accept / Accept-Encoding gzip, deflate Accept-Language en-US,en;q=0.5 Cache-Control no-cache Connection keep-alive Cookie .AspNetCore.Culture=c%3Den%7Cuic%3Den; Abp.TenantId=1; .AspNetCore.Antiforgery.vbDEJeYVN-0=CfDJ8D5sMoNYrEhFnnVwRWCXBlBDX7mUvI9qvBRlVqUdppm_qv72TM7Kb1DHfZRM4cHjvQdtKiqf_t48a_Dmc4UAcSCCHPcQSaKDWIaqxOOcNu30bNTmAinZ8mxkdr1_h-rBDUVzXWTzFJniV6QqkuSIajc; XSRF-TOKEN=CfDJ8D5sMoNYrEhFnnVwRWCXBlBrbOsWHY4d9VqQfGX4PtOBCQjk5qFWbRTMBTOAVSM5uzghhWqEVM5_vpwneFaLgjQr6eQvoGw9HxrdursoY5iWmCGEsEXq46SMi9V-kJ3KkhuuU9bbRnnlskT5keB1wB8XLwLtobyEq4pNkEmlCa1gZyigKZNiZ9MbjWY5GOC8aA; idsrv.session=edbecc295f62eb0698fc0c6ad2419ad6; .AspNetCore.Identity.Application=CfDJ8D5sMoNYrEhFnnVwRWCXBlCfkd6pKYcUR3s99SRDgIki7TT9BF1BD7F4e_6AmL2mOk8NikscI8v6Qrufx1f3_iVrifttlF_0dUDy-dbtv9wzPd_ySLm7VD9qG52S5dm2HNafZh4aBEGIEyWX5PxjUg7pW_rGOMSmExW0va7qP4XmX635xespRVf79vA_BisFLDEsGb5L8gjbOBqPHqB0PtkAZTq48Vldj_DtuWhg7io3wJo0WNtOG7eEKLikkUTxgylHdR5FH4wMVDQrOkNg5-2Ea5p9rRnTsKQ1jpLRZE3GqhQ-pT9wwifJFnjMkbeJJHhzDvpSVwBVD22XvGc-y-W9wa7niK-NAMeFehU99z1R7O2V9o_dB_F2FbyBH1TRalPX_Eug8jEfAVbec-tCQll6obigCr2PbpB7Qy6aBFullC28mrxYVuomazJ9C_8iNIc6-RR6oDQUX-e9wMLjMk8z0McIhCDY74PQ8iJASB2VfBnZlM6QaQ7ho2xsLPkvCJu28tBrWOyI1NJP5aDLJm3Q4oK7LlZ7K7ynZyoX9hyL8izN-o1HnqgKVA_ZDt8dxpjH-ym4VOy-MGSb_uXGI56oGgsbxlQXN5hFEs2HZOtwv2asUKt6bUQT-ueJ8IulFTWl3oH5ipdvp8eblj8Zroy_R_CS0siiC_4eOSgGGPh89y2PTcI5_KdR9FuUVZW6MC7DbbQj39SYnKHadS_pWFGT71xtE8MaOryYbO5rkoQeNhGQ5naBnU5eMtHn42KCbO2S6Cuzgu5zI2RjCkwBIIVRgYKZfaoEXr28xEa3a11op3mK8kzujtu3sXAyT2P3-BFhKnm9LcVF8sS8XcAHrd4P03HuFnOwqC_aqDs4NhG7io-Js6XxOLfxyfTorfIcRAMTp-MIkad9k2vuSGwgtraJduE9mXOLD7RVhNL1Q4mI Host localhost:22743 Pragma no-cache Referer <a class="postlink" href="http://localhost:22743/App/Users">http://localhost:22743/App/Users</a> User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Firefox/60.0

We are on version AspNetZero 5.2 and I have updated the TimeZoneConverter to 2.4.1

If I change the site's time zone to anything but UTC I get the above error on GetScripts and all the action menus have disappeared.

Is there a fix for this?

We are building on Mac OSX and AWS Containers

Hi there

I have added this to my table but unsure how the create record works

Is the org Id set automatically based on log on details?

Do we need to get the org Id and set the value on the table as part of the create?

If a user belongs to more that one item in the org chart how does this work? Which id is used?

Can we restrict the user to only belong to one item in the Org chart?

Can we get a list of user that sit under the current user i.e he is a manager of a department

thanks

Sorry for so many questions :(

Hi there

I have records inserting to the database via a background hang fire process

question I have is, how can I ensure the record is insert as a Tennant user i.e FullAuditedEntity, IMustHaveTenant

I will be processing different records on behave of different users in different tenants

thanks

Question

Hi,

Is there a different approach to have the user log on to the correct tenant via the mobile app. Is it possible to pick the tenancy from of the login process?

thanks

Showing 1 to 10 of 33 entries