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.
added
<PackageReference Include="Volo.Abp.AspNetCore.Components.Web.LeptonXTheme" Version="1.0.4" />to our main Blazor projectnow i get
_Host.cshtml(5,42): Error CS0234 : The type or namespace name 'LeptonXTheme' does not exist in the namespace 'Volo.Abp.AspNetCore.Components.Web' (are you missing an assembly reference?)there are no v1.0.4 for UI.Theme.LeptonX and Components.Server.LeptonXTheme - not sure if this is correct
Hi, can you try again? (you might run abp clean command and then build your application)