Base solution for your next web application

Activities of "musa.demir"

Hi @aslam.loni

Can you please follow that to get access to the github project https://support.aspnetzero.com/QA/Questions/9580/How-to-access-the-ASPNET-Zero-private-GitHub-repository

Can you please check the implementation of the Migrator project and see if you forget the add some code.

https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Migrator/Program.cs https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Migrator/AbpZeroTemplateMigratorModule.cs

Hi @ayoyusuf

I could not reproduce it in clean AspNet Zero project. Can you please share your project with [email protected]

Hi @aslam.loni It seems like you forgot to add some part of code. Can you please verify that you implemented those:

https://github.com/aspnetzero/aspnet-zero-core/pull/4488/files#diff-4193057d53f587480db3ccfd1a5ed167d0b46371461c12ac9782e0012768b809R30

https://github.com/aspnetzero/aspnet-zero-core/pull/4488/files#diff-4193057d53f587480db3ccfd1a5ed167d0b46371461c12ac9782e0012768b809R189

https://github.com/aspnetzero/aspnet-zero-core/pull/4488/files#diff-4193057d53f587480db3ccfd1a5ed167d0b46371461c12ac9782e0012768b809R531-R558

https://github.com/aspnetzero/aspnet-zero-core/pull/4488/files#diff-62571f284f4986759baa1210492103467d49ce107ca53e02389acf51e119b3cdR50-R51

Thanks @ayoyusuf We will investigate and fix your problem asap.

Hi @MarturAbpUser

Can you please check that: https://stackoverflow.com/questions/35284988/angular-2-404-error-occur-when-i-refresh-through-the-browser

Hi @LAD666

Can you please also update AppSettingProvider. Here is the pull-request that we implement that changes. https://github.com/aspnetzero/aspnet-zero-core/pull/4295/files#diff-f3a21f5a48c63bb08cb9d65f0ff8f9443148d09c3051bff7aaeee526d5fd58ccR605-R608

As you see here it now uses dashboard name to save settings.

Hi @omkarchoudhari

Can you please check that https://support.aspnetzero.com/QA/Questions/10426/Stripe-Webhook-Error

Hi @amasanad

It happens because you use same table to sync data. IEventHandler<EntityCreatedEventData<InsurancePlan>> will always be fired after you create InsurancePlan. It will not check if It is in the tenant db or host db. You may use another db table to sync data on host side (like we did in https://github.com/aspnetboilerplate/aspnetboilerplate/blob/79f4de19f89885c51f65a69d1d7798309a70918e/src/Abp.Zero.Common/Authorization/Users/UserAccountSynchronizer.cs#L20). Or add a new field to your data to check if it is synchronized data or not. If it is synchronized data. Don't do anything. And you will breake the loop.

Hi @LAD666

I could not reproduce it in clean project. Can you please check that https://stackoverflow.com/questions/32845336/column-names-in-each-table-must-be-unique-column-name-striperecipientid-in-ta. If it does not solves your problem. Can you please try removing one of these https://github.com/aspnetzero/aspnet-zero-core/blob/f790a94013d76819e7580ef907149107f7f7327d/aspnet-core/src/MyCompanyName.AbpZeroTemplate.EntityFrameworkCore/Migrations/20221014130904_Upgraded_To_Abp_7_4.cs#L15-L33 and these https://github.com/aspnetzero/aspnet-zero-core/blob/f790a94013d76819e7580ef907149107f7f7327d/aspnet-core/src/MyCompanyName.AbpZeroTemplate.EntityFrameworkCore/Migrations/20221014130904_Upgraded_To_Abp_7_4.cs#L49-L67

Showing 681 to 690 of 690 entries