Base solution for your next web application

Activities of "kumaran"

Additional information on my error: I have disabled multi-tenant and also i see that the seedHelper.cs code is not getting called when i run the host. Also i see that the seed folder is under the Migration folder vs seed folder found under EntityFrameworkCore folder for demo sites.

<cite>maliming: </cite> The application will automatically initialize the data when it starts. So start your website.

Hi I ran the site but still not working and there are no data in the table. I still see the seed code is not getting called.

I have the host running and when i run the angular site, i get internal error because there is no data.

OK, this is what i found. I went back and enabled multi-tenant and then ran the host and the site, then it created the user data. But there is a new problem. I have 2 admin account now in my user table. One with shouldChangePasswordOnNextLogin = true and the other one is false. I dont know what's going on.

additional difference in 2 admin rows. One had tenant id and one does not. Not this make sense that one of them is for the tenant. Now my only question is why do i have to enable multi-tenant to get the site working even if i dont want multi-tenant.

Yes you are right. Changing the entity name worked.

Found the problem. None of the data was returning back from the UI to the server. The reason is when i created a entity called "Show" it messed up with the method model.show and the model variable called show to create new instance of createoredit. I had to rename the show variable and update the angular page with the new variable.

Thanks for the reply. I can find the settings for paypal.

How to integration the payment solution in the application. Any example would be great.

Thanks Kumaran

I am not using paypal for tenant subscription. I am using paypal to place order in a new page. It is hard to understand the current tenant subscription related screen to understand the server side communication with paypal and convert that to my new screen paypal integration. Hope you understand what i am asking.

Also if there is a detail documentation on how paypal integration works other than the settings, it would be great.

I have the same issue. when i login, i cannot search forum

Showing 1 to 10 of 35 entries