How would you recommend dealing with standard and daylight savings? Potientially a date can show as the wrong day when this changes.
Hi,
Still trying to find an answer for this
Thanks,
Each of our tenants must be able to set their own time zone, so we are restricted to using Clock.Provider = ClockProviders.Utc;
Client UTC = +12
The result we see is that if a userr enters a value of 2021-06-22 (no time value) the value as it passes into the API is converted to
dateTime: "2021-06-21T12:00:00+00:00",
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
On submitting the data delow to an API post method using the swagger interface the time zone (+12:00) information is stripped out and has converted it to 2021-06-21T12:00:00+00:00.
{ "dateTime":"2021-06-21T00:00:00+12:00", }
If I view the Audit Log I can see that the data is already altered to 2021-06-20T12:00:00+00:00.
This is having the effect of showing date controls getting confused and showing 2021-06-19
Our web servers are running on MS Azure Web apps
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi,
We are always being directed to detailed developer error messages and not the Custom error page. Web.config error setting is as below. Any suggestions as to why we are still getting detailed develoer error messages?
The errors in question are unhandled errors thrown by the API
<customErrors mode="On" defaultRedirect="Error"> </customErrors>
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi After upgrading from 7.1 to 8.8 we are getting a 500 error on the ExternalLogin method when using OpenIdConnect,
This is working fine with the 7.1 version using the same OpenIdConnect config. We are unable to locate any logging information or indication of what the error may be.
Help please
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi,
Can you provide any guidance on WS02 SAML integration for identity services? Where to start or what materials to review?
Any help appreciated.
Cheers
The main project is using abp 5.8.0 the test project was using Abp.TestBase 5.1.0. I updated the Test projects to use Abp.TestBase 5.8.0 but am still throwing the following error on running the xunit tests
System.MissingMethodException : Method not found: 'Abp.DynamicEntityParameters.IDynamicEntityParameterConfiguration Abp.Configuration.Startup.IAbpStartupConfiguration.get_DynamicEntityParameters()'.
Hi,
Just a question about your implementation. Can you reccomend any guides on how to implement this?
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
hi,
We Need to integrate with a SAML V2.0 Authentication service. Can you recommend any approach or products that would help in this? The Service in question is https://developers.realme.govt.nz/
Thanks