I have spent plenty of time to find the cause for this error:
Which is happening in chrome, and safari, browsers only but not in Firefox. This is happening after deployment and not in local. I am running angular 13 in the front end and spring boot as a backend. I place angular build file under
resources/static/
folder of my API and build a jar
out of it.
I would really want to know what would be the cause of this and what is the best approach I could use to avoid it. Thank you in advance!