If you are using IIS or Azure App Service, they may display a “Keyset does not exist” error while trying to set the application pool identity. As in your log records, so I assume you use IIS or Azure App Service and it seems your problem is in the certifications.
To avoid that, It's recommended to creating self-signed self-signed certificates and store them in the X.509 certificates store of the host machine(s). Please refer to: https://documentation.openiddict.com/configuration/encryption-and-signing-credentials.html#registering-a-development-certificate.
For more info check the documentation and also you can see this answer.
Hi @Buckoge, we release v2.0.1 last week and your problem should be resolved, so I close the question. Feel free to re-open it, if your problem persists.
Best Regards.
So, I commented out this section from my environment.prod.ts and the issue is no longer happening. What is that section for?
}, }, //remoteEnv: { //url: '/getEnvConfig', //mergeStrategy: 'deepmerge' //} } as Environment;
It's used to integrate an existing config into the environment. Please, read the documentation for more info.
Hi, can you check https://support.abp.io/QA/Questions/414/ABP-Suite-install-problem-How-can-I-reinstall-clean-install#answer-9c56ff0e-0a46-ffd1-dd08-39f78e032607 and make a clear installation for ABP Suite?
ABP CLI and Suite versions should be the same, 7.0.1 in your case. So, please also ensure they are in the same version.
Hello one more question. Do you know which release version this will get in?
https://github.com/abpframework/abp/milestones
As I understand this fix will come with 7.1 release?
You now going to release 7.0.2 sooner?
We are considering releasing both 7.1 and 7.0.2 versions. This fix will be included in them both. (we will probably release 7.1, next week)
Thank you very much. Do you know when this fix is available in some stable release?
Hi, sorry I can't give you an exact date (as you know deadlines are pretty changeable :)) but I can say we are planning to release a stable version soon.
We already checked that same comment before posting this support request. It is not relevant. It does not look like configuration issue for us.
Could you please check it and fix bug or provide the solution?
Sure, I'll try to reproduce the problem and if it's a bug will create an issue and fix it. I'll inform you during the day.
Hi, sorry for the late response. Can you check some points mentioned in this issue comment? Because it seems like a configuration issue to me.
If the issue comment doesn't help you, please check the stripe cli's secret same within the stripe dashboard or not.
Hi, you can inject the PageLayout
class and add new BreadcrumbItems. See PageLayout.cs and the documentation for more info.
Also, you can read https://docs.abp.io/en/commercial/latest/themes/lepton-x/blazor?UI=Blazor#common-components for customizing the breadcrumb component, if you want to override it completely.