That's what I'm thinking as well. I will attempt this and follow-up.
As noted in other tickets, I have a multi-tenant application. I've come into some issues that I'm not sure how to work around. In addition, I don't know if this is by design or not. However, the problem I'm facing with multi-tenancy is that when I create a new tenant, I need to have certain data available to each and every new tenant. For instance; if I have a "species" table that has 50 different animal species in it I'd like TenantA, TenantB, TenantC and TenantD to have access to those 50 species. I'm wondering if this is due to the fact that when I was creating the table I selected that table to be multi-tentant?
I can't even get the application to run at the moment. I'm getting a 500.30 error.
I just tried to republish and now I'm getting 500.30 error. I have hosting bundle installed. I'm not sure why this is so hard to do. If you can help with this issue I can get you the Logs.txt file
Hello,
I've developed a Blazor Server application which uses the multitenant features. On my local development project, I'm able to create a new tenant and the user gets assigned to the tenant. I'm also able to login with the new tenant. However, in production I'm unable to create the tenant with the user. The tenant is created; however, the user is not created.
I’m trying to display a login message to ALL tenants. For instance, if I push out an upgrade release, I’d like the tenants to be notified upon login. This is a Blazor application.
@Sturla and @EngincanV,
Running the abp build command did resolve the issue that I was facing. Thank you for your response and recommended solution.
Support Team,
I've hit several issues with version 6.0.0 and requesting assistance in resolving them. I've added a new Blazor WASM project along with MAUI for mobile. After running the application I'm getting some unexpected results. First of which is that no icons are being displayed. This may be due to the second issue which, probably should be the first issue but... anyway. There appears to be a dependency missing or inaccessible and I'm not sure how to fix this. Please see the screenshots attached. Also, MAUI project is missing styles.xml and such. But I should probably create another ticket for this possible bug.
Thank you. That information is very helpful. However, what I'm attempting to do here, and maybe this is my fault for not explaining correctly. My customer is wanting to have a custom CRM application that integrates with Stripe. The idea is that they would create a new customer from within the application, process payment if needed, and see regular updates on the status of each subscription. So, something like the following:
Thank you for your response. I apologize for needing a bit more information. I’m understanding that Id put the webhook key in appsettings.json. So thank you.
As far as plans go. Let’s say I have a plan named “ATT Blue”, I’d create that plan in Stripe, obtain the product or price Id and add that into Abp payment module gateway.
How would I assign a customer to that plan? Also, since we hold are enabled for that plan, any changes would show back in Abp correct?