Base solution for your next web application

Activities of "Tesfayekb"

link doesnt seem to work. Could you please include the correct link. thank you!

In boilerplate framework we are already having a project for public website(Web.public) structured in MVC but in frontend it is using mvc cshtml pages so is there any possible ways in which we can use public website(Web.public) with Angular 8 in frontend

Hi,

Please can you assist with regards to the token validation error below: swagger UI works, but unable to open the login page at all

Microsoft.IdentityModel.Tokens.SecurityTokenInvalidSignatureException HResult=0x80131500 Message=IDX10503: Signature validation failed. Keys tried: '[PII is hidden]'. Exceptions caught: '[PII is hidden]'. token: '[PII is hidden]'. Source=System.IdentityModel.Tokens.Jwt StackTrace: at System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.ValidateSignature(String token, TokenValidationParameters validationParameters) at System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.ValidateToken(String token, TokenValidationParameters validationParameters, SecurityToken& validatedToken) at EthioAngOct7Demo.Web.Authentication.JwtBearer.EthioAngOct7DemoJwtSecurityTokenHandler.ValidateToken(String securityToken, TokenValidationParameters validationParameters, SecurityToken& validatedToken) in C:\Users\tesfa\OneDrive\Documents\WebDevelopment\EthioAngOct7\EthioAngOct7Demo\aspnet-core\src\EthioAngOct7Demo.Web.Core\Authentication\JwtBearer\EthioAngOct7DemoJwtSecurityTokenHandler.cs:line 40 at Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler.<HandleAuthenticateAsync>d__6.MoveNext()

I am having the same issue using v7.2.3 net core 2.2 angular

The following error message appears while trying to create a country entity using ASP power tool.

Error message:

ERROR in ./src/shared/service-proxies/service-proxy.module.ts 20:16-55 "export 'CountriesServiceProxy' (imported as 'ApiServiceProxies') was not found in './service-proxies' ERROR in ./src/app/admin/address/countries/countries.component.ts 146:71-92 "export 'CountriesServiceProxy' was not found in '@shared/service-proxies/service-proxies' ERROR in ./src/app/admin/address/countries/countries.component.ts 146:112-133 "export 'CountriesServiceProxy' was not found in '@shared/service-proxies/service-proxies' ERROR in ./src/app/admin/address/countries/create-or-edit-country-modal.component.ts 91:71-92 "export 'CountriesServiceProxy' was not found in '@shared/service-proxies/service-proxies' ERROR in ./src/app/admin/address/countries/create-or-edit-country-modal.component.ts 91:112-133 "export 'CountriesServiceProxy' was not found in '@shared/service-proxies/service-proxies' ERROR in ./src/app/admin/address/countries/view-country-modal.component.ts 38:33-43 "export 'CountryDto' was not found in '@shared/service-proxies/service-proxies' ERROR in ./src/app/admin/address/countries/create-or-edit-country-modal.component.ts 39:28-50 "export 'CreateOrEditCountryDto' was not found in '@shared/service-proxies/service-proxies' ERROR in ./src/app/admin/address/countries/create-or-edit-country-modal.component.ts 45:31-53 "export 'CreateOrEditCountryDto' was not found in '@shared/service-proxies/service-proxies' ERROR in ./src/app/admin/address/countries/view-country-modal.component.ts 37:25-45 "export 'GetCountryForViewDto' was not found in '@shared/service-proxies/service-proxies' i 「wdm」: Failed to compile.

ERROR in src/app/admin/address/countries/countries.component.ts(3,10): error TS2724: Module '"C:/Users/.../angular/src/shared/service-proxies/service-proxies"' has no exported member 'CountriesServiceProxy'. Did you mean 'AccountServiceProxy'?
src/app/admin/address/countries/countries.component.ts(3,33): error TS2305: Module '"C:/Users/.../angular/src/shared/service-proxies/service-proxies"' has no exported member 'CountryDto'.
src/app/admin/address/countries/create-or-edit-country-modal.component.ts(4,10): error TS2724: Module '"C:/Users.../angular/src/shared/service-proxies/service-proxies"' has no exported member 'CountriesServiceProxy'. Did you mean 'AccountServiceProxy'?
src/app/admin/address/countries/create-or-edit-country-modal.component.ts(4,33): error TS2305: Module '"C:/Users/.../angular/src/shared/service-proxies/service-proxies"' has no exported member 'CreateOrEditCountryDto'.
src/app/admin/address/countries/view-country-modal.component.ts(3,10): error TS2305: Module '"C:/Users/.../angular/src/shared/service-proxies/service-proxies"' has no exported member 'GetCountryForViewDto'.
src/app/admin/address/countries/view-country-modal.component.ts(3,32): error TS2305: Module '"C:/Users/.../angular/src/shared/service-proxies/service-proxies"' has no exported member 'CountryDto'.
src/shared/service-proxies/service-proxy.module.ts(8,27): error TS2551: Property 'CountriesServiceProxy' does not exist on type 'typeof import("C:/Users/.../angular/src/shared/service-proxies/service-proxies")'. Did you mean 'AccountServiceProxy'?
Showing 1 to 5 of 5 entries