Base solution for your next web application

Activities of "ismcagdas"

Hi @huntethan89

Your Startup file seems fine. Is it possible to share your latest source code with [email protected] ? We will investigate your project to detect possible causes.

Hi @dominici

We don' suggest setting useConventionalHttpVerbs = false. If you are going to use Angular as your client app, we are using NSWAG and it will auto-generate client proxy classes for you.

Hi @huntethan89

Could you share your final Startup.cs ?

Answer

Hi @mittera

Thanks for sharing your solution :) I hope it will not cause any issues in the future.

Hi,

I just checked your project and it seems like you haven't moved to module per page approach in your project. I think that is the problem. As you can see here https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/src/app/admin/webhook-subscription/webhook-subscription.module.ts, we created a module for each page in the Angular app and it imports several otehr modules.

You can try to move to this approach manually and see if it helps.

Hi @Jorahealth

Is it possible to share the latest verison of Angular project to [email protected] ? We will check it.

Hi,

This could be something else because as I can see, there is no Timezone section in the settings page. Could you check windows event viewer's logs if this is deployed to a windows server ?

Hi,

Here are what each item is for;

| Key | Desc | | --------------------------------------------- | ---- | | AspNet.Identity.SecurityStamp | Generated by ASP.NET Core | | token_validity_key | A key to valited JWT token stored in cache, see https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Core/Authentication/JwtBearer/AbpZeroTemplateAsyncJwtSecurityTokenHandler.cs | | AbpZeroMultiTenantLocalizationDictionaryCache | A localization cache to store localized values based on Tenants. | | AppUserFriendCache | To store chat Friends of a user | | AbpZeroUserPermissions | To store permissions of a user | | AbpZeroTenantFeatures | To store features of a tenant | | AbpZeroLanguages | To store Languages in the application | | AbpZeroTenantCache | To store Tenants in the application | | AbpZeroRolePermissions | To store permissions of a role | | TempFileCacheName | To store files temporarily when uploading file to server. | | AbpTenantSettingsCache | To store settings specific to a tenant (like 2FA enabled, email settings etc...) | | AbpApplicationSettingsCache | To store settings of the application | | AbpZeroEditionFeatures | To store Features of an edition | | AbpUserSettingsCache | To store settings specific to a user |

Hi @mittera

If I understand correctly, you want to call one of the AppServices via your plugin, is that right ? If so, Plugins are not designed to work that way. As you faced, there might be unexpected problems.

Maybe, instead of using AppServices, you can create a shared project (which contains the implementation) and use it in your PlugIn and Application.

Ideally, Plugins shouldn't be aware of your main application.

Showing 1 to 10 of 12720 entries