Hi,
Abp supports Blazor full stack in 8.2 https://github.com/abpframework/abp/pull/18876
If we go to redis and edit features' values manually then we able to see the hidden modules .
No, it's not a bug. you should use a remote Redis server instead of a local.
If everything is installed locally on the client, even without Redis, the customers can change the database directly, right?
This is by design, if the lock is not acquired, it returns immediately
You can consider specifying a waiting time, or issuing a compensation event See: https://github.com/madelson/DistributedLock?tab=readme-ov-file#tryacquire
Hi,
I can confirm this issue, I'm not sure why the leptonx theme team didn't add Progress component to the layout, I will ask them. your ticket was refunded.
You can try adding the following code to the Wasm Module class:
Configure<AbpLayoutHookOptions>(options =>
{
options.Add(LayoutHooks.Body.Last, typeof(UiPageProgress), StandardLayouts.Application);
});
Hi,
It's not possible, even if there are multiple Incognito tabs, they still share the same cookie and session
It's all about the browser, not ABP. You might consider using a different browser to log into a different tenant
Hi,
This is the certificate used for encryption internally by openiddict, unlike HTTPS. it's necessary
Hi,
Probably because other modules are using the package reference.
I don’t recommend that you customize it through source code, it may make it difficult for you to upgrade in the future.
Could you describe your use case and I will try to help you
Provide custom registration model, use Register.cshtml from commercial source (with @model change)
Could you share your code?
Hi,
Your approach is correct, it will have no effect when upgrading to a new version.
Actually in version 8.2, we added app.razor to the application template instead of the theme
Hi,
I will check it.https://github.com/abpframework/abp/issues/19030