Activities of "maliming"

hi Ravisha

It seems to be the right approach. return Redirect("/index.html");

Does the first load work now? Does the routing work after refreshing the page?

There is example to handle the refresh.

<!-- IIS URL Rewrite for Angular routes -->
<rewrite>
  <rules>
    <rule name="Angular Routes" stopProcessing="true">
      <match url=".*" />
      <conditions logicalGrouping="MatchAll">
        <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
        <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
        <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" />
      </conditions>
      <action type="Rewrite" url="/" />
    </rule>
  </rules>
</rewrite>

hi

Can you try to disable your other nuget source? Or just use nuget source? dotnet tool install -g Volo.Abp.Cli --add-source https://api.nuget.org/v3/index.json

hi

I think there are culture&ui-culture parameters in the current URL.

It similar to QueryStringRequestCultureProvider, It takes precedence over cookies.

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-5.0#querystringrequestcultureprovider-2

hi @lalitChougule

How can I reproduce your problem?

hi

You can add abp-data-datepicker="false" to abp-input to prevent the framework from changing it.

Then you can full use jquery to control it.

<abp-input asp-for="Observation.ObservationDate" value="@DateTime.Now.ToString("yyyy-MM-dd")" type="date" abp-data-datepicker="false" />

hi

Maybe you can cancel the ConfigureVirtualFileSystem method call in your web module.

hi

Can you share the details of error?

Do you have a web.config file? What is the content?

I've always get UNAUTHORIZED_CLIEN

Can you share the details of error? You can check the Identity Server logs.

Answer

hi

The framework will use memory cache if you don't use Redis. It caches permissions related instead of querying the database multiple times

https://docs.abp.io/en/abp/latest/Caching https://docs.abp.io/en/abp/latest/Redis-Cache

hi

We plan implement the Tenant/User impersonation feature.

https://docs.abp.io/en/commercial/latest/road-map

Showing 10701 to 10710 of 11560 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.