we are using identityUserRepository.GetAsync(guid) and it is throwing above error
There is no entity IdentityUser with id even though user exist in ABPUsers entity
ABPPermissionGrants table has custom permission created but unable to see these custom permissions in the identity, roles, permission angular modal pop up
How to update the AbpLocalizationTexts below. Needs to update the cookie consent message. Even after I updated the content in the entity directly, the old message is still getting appeared.
"{"Volo.Abp.Gdpr:010001":"You have previously requested to download personal data. Once the given request time period has passed, you can create a new one.","Volo.Abp.Gdpr:010002":"Your personal data is still being prepared. You can download it at {GdprDataReadyTime}.","PersonalData":"Personal Data","Menu:PersonalData":"Personal data","PersonalDataDescription":"Your account contains the personal data that you have given us. This page allows you to download or delete that data.","RequestPersonalData":"Request Personal Data","DeletePersonalData":"Delete Personal Data","CreationTime":"Creation Time","Action":"Action","Preparing":"Preparing","Download":"Download","ReadyTime":"Ready Time","DeletePersonalDataWarning":"Deleting this data will remove your account and you will no longer log in to the application! Are you sure you want to proceed?","PersonalDataDeleteRequestReceived":"Your personal data delete request is being processed... At the end of the data deletion process, your account will be deleted and you will no longer be able to use it.","PersonalDataPrepareRequestReceived":"Your personal data request is being processed. You can download it from this page, once it\u0027s ready!","NoDataAvailable":"No data is available.","Accept":"Accept","CookiePolicy":"Cookie Policy","PrivacyPolicy":"Privacy Policy","ThisWebsiteUsesCookie":"This website uses cookies.","CookieConsentAgreePolicies":"If you continue to browse, then agree our {0} and {1}.","CookieConsentAgreePolicy":"If you continue to browse, then you agree to our {0}.","CanNotGetDownloadToken":"You can\u0027t get a download token for this request!"}"
After added below tags, still the cookie consent message is not updated. "ThisWebsiteUsesCookie": "Your custom message here.", "CookieConsentAgreePolicies": "If you continue to browse, then you agree to our {0} and {1}.", "CookieConsentAgreePolicy": "If you continue to browse, then you agree to our {0}."
Hi,
How to update the default cookie consent message provides by ABP. As I did not find where the message is coming from?
Yes with a slash / in DB didn't work . Let me know if we can have a zoom call to look into this ? May be much faster than to and forth. We do have consultancy hours with our license .
@Mailming , can you guide here ? Have shared logs with you.