Hello
I have a mobile ID and smart ID login buttons to authenticate Joomla user. Unfortunetly those buttons is not opening modal window. Screen is just hangs, only page refresh helps.
In console I have an error: "Access to XMLHttpRequest at 'javascript:;' from origin 'https://www.logopeed.ee' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https."
When I change the theme to Joomla default e.g protostar, buttons works. So I suspect something is with ja_medicare (ver:2.0.1) theme. But what?
Also I add Header set Access-Control-Allow-Origin "*" to apache2 site config. It did not help 🙁