Please update the contents of the page RoadMap
https://docs.abp.io/en/commercial/latest/road-map#backlog-itemsThis page should also be updated
https://docs.abp.io/en/commercial/latest/aspnet-zero-vs-abp-commercialSo, we can understand what the next releases will be.
Example, when will this feature be implemented?
Thanks
2 months later, the Road map page is still severely outdated, claiming that 8.2 will be released in June
https://abp.io/docs/latest/release-info/road-map
the road map is already updated
Thanks for updating the page yesterday.
I wanted to know if there are any updates on the implementation of Real time notifications.
Thanks
Latest version now gives this error (assuming it is trying to use mkcert without installing it)
Some pre-requirements are missing. If you want the application to work as expected, you need to install the following tool(s):
- mkcert. (Installation link: https://github.com/FiloSottile/mkcert)If you have already installed the tool(s), please check the PATH environment variable.
As seen in the error message, we're using the
mkcertcommand during the solution creation process. So you should downloadmkcertby following the installation guide.
@ahmetfarukulu Why don't you use the dotnet tool? https://learn.microsoft.com/en-us/dotnet/core/additional-tools/self-signed-certificates-guide
Ok, thanks
Sorry, one last question. Since it is done: ApplicationConfigurationChangedService.Changed += ApplicationConfigurationChanged;
I should make a Dispose method with: ApplicationConfigurationChangedService.Changed -= ApplicationConfigurationChanged;
What is the correct way to write the Dispose method of the component?
It's an acceptable workaround. If I have other problems I will open a new ticket. Thanks
The solution is published on an on-premise server that is not accessible externally from our client's network. I try to create an environment on Azure and then I'll send you the link
https://github.com/abpframework/abp/issues/20483
Hi, do you think this issue could be related to my problem?
I sent you the logs of browser.
thanks