Hello,
I use Angular 7.2, adf-content-services 3.5.0, adf-core 3.5.0 and js/api 3.5.0
I use the following alfresco composent in a angular component:
<adf-userinfo class="adf-app-layout-user-profile" [menuPositionX]="'before'" [menuPositionY]="'above'">
</adf-userinfo>
I have a scss file with it.
It works nice on chrome :-) :
But it doesn't appear on firefox (and IE):
What is missing ?
I compare config files with an othe projet where this composent appears in production but I don't find the problem
Thank's in advance
Hi @anakin98000
In Firefox - is there anything in the Developer Console or Network tabs that indicate an issue? If not, can you see the component output in the HTML source code?
Hi,
I see the component :
And there is just a warning message (i don't know if there is a link)
If i translate (excuse my english) : "Some cookies use incorrectly SameSite recommended attribute" adf-core.js:1792
Thank you for your help
Waouhh ! In the same window, If I open a new tab with another project that uses too this component (that works), and then I refresh the first tab, the coponent is displayed !!
Can it be css or scss files conflicts ?
In angular.json, i have removed for testing the other css files references, same result...
Hi @anakin98000
Could it be a caching issue with Firefox? Can you try using Icognito mode - this should use a fresh cache - and see if it appears as expected?
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.