RE: CORS error in 7.2?

Mark Clarke, modified 6 Years ago. Regular Member Posts: 107 Join Date: 3/3/12 Recent Posts
Hi all,
I am troubleshooting the forms on some of my older sites, done before 7.2 and before the locale fix, and notice that when a form input get focus the google captcha disappears making it impossible to submit the form. I had a look in the javascript console and  noticed that anytime I load a site I get the following CORS error which may be unrelated to the captcha issue:
"Access to resource at '%2E[url=https://abc.us/o/page-theme/images/favico/manifest.json' from origin 'https://abc.us' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.]https://abc.us/o/page-theme/images/favico/manifest.json' from origin 'https://abc.us' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https."
I have changed the domain names above in case you want to test on the site and it gives 404. I checkrf my templates to see if there is a typo somewhere as the "%2E", or "." but couldn't locate it.  Is this in the core Liferay or something in my theme?

thanks
Mark Clarke, modified 6 Years ago. Regular Member Posts: 107 Join Date: 3/3/12 Recent Posts
It was a bug in my protal_normal.ftl. Still got the issue with dissapearing captchas but will post a different thread.