Hi again,
For this, you can create the file Themes/LeptonX/Layouts/Application/_Footer.cshtml and customize its content as follows:
<div class="lpx-footbar-container">
<div class="lpx-footbar">
<div class="lpx-footbar-copyright">
<span>@DateTime.UtcNow.Year©</span>
<a href="https://leptontheme.com/" target="_blank">Lepton Theme</a>
<span>by</span>
<a href="https://volosoft.com/" target="_blank">Volosoft</a>
</div>
<div class="lpx-footbar-solo-links">
<a href="#">About</a>
<a href="#">Privacy</a>
<a href="#">Contact</a>
</div>
</div>
</div>
I am closing this question. If you have any other questions, you can open a new question.
As far as I understand, the problem does not seem to be related to ABP. I found a content like below in ASP.NET's Blazor documentation:
To prevent developer code in OnInitializedAsync from running twice when prerendering, see the Stateful reconnection after prerendering section. The content in the section focuses on Blazor Web Apps and stateful SignalR reconnection. To preserve state during the execution of initialization code while prerendering, see Prerender ASP.NET Core Razor components.
Reference: https://learn.microsoft.com/en-us/aspnet/core/blazor/components/lifecycle?view=aspnetcore-9.0#component-initialization-oninitializedasync
You can also look here on how to prevent this.
Hi,
I can reproduce the problem according to the information you provided. I am opening an internal issue to fix this problem in the code generated by Suite.
Hello,
When you look at the pod's container, can you see that the relevant environment variable is set? ,
Also, the problem seems to be caused by CORS, but can you disable it as mentioned in this document to clear your doubts here?
You can search for context.Services.AddCors in the solution and find where it is configured.
Hello,
Sorry for the late reply, but we missed this question because the friend dealing with the subject was on vacation. However, next Monday, the friend who is interested in the subject will return to you. Thank you for your patience.
Hello,
Sorry for the late reply, but we missed this question because the friend dealing with the subject was on vacation. However, next Monday, the friend who is interested in the subject will return to you. Thank you for your patience.
Hi,
Can you upload this sample application to drive and send the link to berkan.sasmaz@volosoft.com?
Hello,
Can you send the code of the component you created?
The problem may be caused by the lifecycle of Blazor Components. See more: https://learn.microsoft.com/en-us/aspnet/core/blazor/components/lifecycle?view=aspnetcore-9.0#after-component-render-onafterrenderasync