0
TMuska created
- ABP Framework version: v7.4.3
- UI Type: Angular
- Database System: EF Core SQL Server
Updated solution from 7.3.2 to 7.4.3 and now angular gives the following error message:
Error: src/app/app.module.ts:62:7 - error TS2345: Argument of type '{ cookieConsent: { privacyPolicyUrl: string; cookiePolicyUrl: string; }; }' is not assignable to parameter of type 'AbpCookieConsentOptions'. Object literal may only specify known properties, and 'cookieConsent' does not exist in type 'AbpCookieConsentOptions'.
cookieConsent: {
privacyPolicyUrl: 'gdpr-cookie-consent/privacy',
cookiePolicyUrl: 'gdpr-cookie-consent/cookie',
},
2 Answer(s)
-
0
hi TMuska, i believe this documentation below solves your problem;
https://docs.abp.io/en/commercial/7.4/migration-guides/v7_4
-
0
This question has been automatically marked as stale because it has not had recent activity.