Hi
Im using version 8.2 but upgraded the angular version to 8. After the upgrade everything works except that it doesnt disply on Ios (most likly safari as well). The reason seems to to be how script set the type module and is rejected for some reason. Tried a suggested solution of setting "crossOrigin": "use-credentials" in angular.json. It then renders but the tenant settings becomes corrupt?
this is the problem Im facing; https://www.ilove-it.com/post/2019/08/28/safari-unauthorized-401-on-loading-angular-8-application-solved
Anyone has an easy and quick solutiion for this?
Thanks in advance!
3 Answer(s)
-
0
Hi @kallhag
Could you share the exact error message as well ? As far as I remember, we haven't received such a report before.
Thanks,
-
0
-
0
Hi @kallhag
Thanks. When I look for this problem on the web, the solution seems to be updating hte NPM dependencies. Are you able to reproduce this problem on development time ? In that case, it will be easier to detect which library causes this problem.