hi
The BundlingOptions.Value.BundleFolderName should be __bundles
And the __bundles/LeptonX.Global.8923ECD9CC3A022B71E966D19950185C.js contains the __bundles
You can set a breakpoint and try to navigate to /__bundles/LeptonX.Global.8923ECD9CC3A022B71E966D19950185C.js?_v=638515137047135053 in the browser.
hi
It seems our time zones are different.
Can you share a new micro-services template project and steps to reproduce the problem?
I will test it and check it locally.
Thanks.
hi
I have pushed the change. You can check. Leave a message if you have other problems.
https://github.com/Flo3Digital/ABPSupportProject/commit/0617af3c866a328b0ac954e0cc43becb993de5f4
Thanks
Thanks okains
Let's discuss on https://support.abp.io/QA/Questions/7228/
I'm closing this now.
Yes, this is unavoidable.
Thanks guven.uysall
We have a document to explain Deployment OpenIddict
https://docs.abp.io/en/abp/latest/Deployment/Configuring-OpenIddict
hi
Please push your changes to GitHub (ABPSupportProject).
I will pull and check the errors.
Thanks.
hi
You can inject the IDistributedCache<LanguageTextCacheItem> service and clear the cache.
IDistributedCache<LanguageTextCacheItem> Cache
await Cache.RemoveAsync(LanguageTextCacheItem.CalculateCacheKey(ResourceName, CultureName), considerUow: true);
And
The web application may need to be restarted for the new language to be fully applied.
hi
Can you edit a text on Language texts page and then check the database tables?
hi
Your project is a module instead of an app, so you can add one and more entity to store the localization text in your module database.