It is the same issue in any browser
I see, so how should I make my menu items not appears on the bottom menu and the burger while on mobile view? I do not mind to go through the burger to reach my menu items, but by default it show like this so it should be fixed or maybe remove from the main menu what is already on the burger if not able to make it scroll
Thanks to not close and issue not fixed, I reopen it
I finally edited "MainMenuItem" component and removed all items. There is no point to show only 2.
Hopefully, someday you will find it useful to fix it...
There are many other issues on this menu anyway (some were not here before), so it could be good that someone test it properly:
I fixed menu icons missing from admin (user) menu by removing bi on the icon class
As I said before:
Without Redis:
When I first run the application, I need to reload the page, otherwise the filter do not work (with Edge Browser Version 107.0.1418.35)
--> I tried this again with abp 6.0.2 and still get the error on Edge and Firefox:
Now when I add Redis, it works after reloading the page too. So the issue is not about Redis apparently.
I will send you the project by email, but it's just a basic template from abp suite
I just updated my solution from 6.0.1 to 6.0.2 and now the menu filter is working with Redis. But there is still the issue that the page needs to be reloaded once, otherwise it doesn't work
I just add a comment to not let your bot close the ticket
On this last example it is a "brand new" project and I do not overwrite anything
Our SAAS solution is using Stripe to make payment. We are using the subscriptionway, so we can charge our clients on regular bases (monthly in my case). Everything have been implemented using Stripe API and all is running well. I do not use ABP integration as it doesn't (didn't?) support "Stripe subscription"
I now want to add a "first-time extra charge" for our client, this amount will be taken only once (unlike subscription). It is simple to do with Stripe as I simply need to add this new priceId in options when creating my subscription on Stripe. But, for that, I now need to have 2 Gateway plans (price) per plan, one that will be charged once (the new one), then a second one as a "subscription" (which is already fine for now).
My issue here is that I got an error when trying to save this second "Gateway plan".
I see on the logs Microsoft.Data.SqlClient.SqlException (0x80131904): Violation of PRIMARY KEY constraint 'PK_PayGatewayPlans'. Cannot insert duplicate key in object 'dbo.PayGatewayPlans'. The duplicate key value is (a58f425e-7eff-9cd4-f217-3a015f7298c6, stripe)
I see that it doesn't allow having the same PlanId/Gateway.
As I do not use your integration, I do not mind selecting another gateway than "Stripe", but for now I do not have any other option
Is there any way to add another gateway to this list? Without installing packages for another payment platform of course
Otherwise is there any other way to bypass this key violation?
I am stuck because of this limitation and can not implement the new feature that I need very soon
Thanks