hi @ash.jackson
Can you check this?
https://support.abp.io/QA/Questions/1915/Timeout-Error-Creating-a-Tenant
hi PravinRaijade
Can you try with a new template project?
hi
Please refer to the microsoft document https://docs.microsoft.com/en-us/aspnet/core/tutorials/publish-to-iis?view=aspnetcore-6.0&tabs=visual-studio https://docs.microsoft.com/en-us/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-error-500-19-webpage
Question Credits Refunded
hi
We will check and fix this. Thanks.
Can you try to reproduce the problem in a new template project? Or steps and code that we can get the error locally?
I have tried to add input hidden in my application to add this solution but still return hijri in ar culture .
Can you share your code?
DId you use CultureInfo.CurrentUICulture
or new CultureInfo()
?
Does the API have any error logs?
hi
Try to run abp bundle
to update the JS and CSS in your Blazor WASM project,
<div class="input-group">
<span class="input-group-text">@L["StartDate"].Value</span>
<input type="text"
class="form-control"
name="StartDate"
value="@DateTime.Now.AddMonths(-1).Date.ToString(CultureInfo.CurrentUICulture.DateTimeFormat.ShortDatePattern)" />
</div>
Maybe you can change the culture
here.
MyCompanyName.MyProjectName.Web\Pages\HostDashboard.cshtml
hi
Share a full project with me liming.ma@volosoft.com