Using overpass turbo (https://overpass-turbo.eu), I always receive this error message when overpass has chosen to send the query to https://overpass.openstreetmap.fr/:

Here, some more information, there seems to be issues with CORS. The messages are from the browser's debugging tool (F12):

According to https://help.openstreetmap.org/questions/81727/overpass-turbo-request-rejected/81779, this error stems from the server configuration which seems not to allow for request from http://overpass-turbo.eu. Could you please have a look at the issue that the user escada describes, thanks! Would be great if this could be fixed :)
Below, all details of the debugging messages in text format:
Access to XMLHttpRequest at 'https://overpass.openstreetmap.fr/api/interpreterinterpreter' from origin 'https://overpass-turbo.eu' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
turbo.4decdd916893e57ee8ff.js:66 Uncaught TypeError: Cannot read property 'getBaseLayer' of undefined
at Object.j.a.handlers.onDone (turbo.4decdd916893e57ee8ff.js:66)
at e (turbo.4decdd916893e57ee8ff.js:40)
at Object.error (turbo.4decdd916893e57ee8ff.js:40)
at u (turbo.4decdd916893e57ee8ff.js:24)
at Object.fireWith [as rejectWith] (turbo.4decdd916893e57ee8ff.js:24)
at i (turbo.4decdd916893e57ee8ff.js:24)
at XMLHttpRequest.<anonymous> (turbo.4decdd916893e57ee8ff.js:24)
j.a.handlers.onDone @ turbo.4decdd916893e57ee8ff.js:66
e @ turbo.4decdd916893e57ee8ff.js:40
error @ turbo.4decdd916893e57ee8ff.js:40
u @ turbo.4decdd916893e57ee8ff.js:24
fireWith @ turbo.4decdd916893e57ee8ff.js:24
i @ turbo.4decdd916893e57ee8ff.js:24
(anonymous) @ turbo.4decdd916893e57ee8ff.js:24
error (async)
send @ turbo.4decdd916893e57ee8ff.js:24
ajax @ turbo.4decdd916893e57ee8ff.js:24
run_query @ turbo.4decdd916893e57ee8ff.js:40
(anonymous) @ turbo.4decdd916893e57ee8ff.js:66
(anonymous) @ turbo.4decdd916893e57ee8ff.js:66
e.parse @ turbo.4decdd916893e57ee8ff.js:58
(anonymous) @ turbo.4decdd916893e57ee8ff.js:58
(anonymous) @ turbo.4decdd916893e57ee8ff.js:82
(anonymous) @ turbo.4decdd916893e57ee8ff.js:66
success @ turbo.4decdd916893e57ee8ff.js:66
u @ turbo.4decdd916893e57ee8ff.js:24
fireWith @ turbo.4decdd916893e57ee8ff.js:24
i @ turbo.4decdd916893e57ee8ff.js:24
(anonymous) @ turbo.4decdd916893e57ee8ff.js:24
load (async)
send @ turbo.4decdd916893e57ee8ff.js:24
ajax @ turbo.4decdd916893e57ee8ff.js:24
t @ turbo.4decdd916893e57ee8ff.js:66
e.get @ turbo.4decdd916893e57ee8ff.js:66
e.getBest @ turbo.4decdd916893e57ee8ff.js:66
s @ turbo.4decdd916893e57ee8ff.js:82
e.parse @ turbo.4decdd916893e57ee8ff.js:58
getQuery @ turbo.4decdd916893e57ee8ff.js:66
update_map @ turbo.4decdd916893e57ee8ff.js:66
onRunClick @ turbo.4decdd916893e57ee8ff.js:66
dispatch @ turbo.4decdd916893e57ee8ff.js:24
_.handle @ turbo.4decdd916893e57ee8ff.js:24
turbo.4decdd916893e57ee8ff.js:24 POST https://overpass.openstreetmap.fr/api/interpreterinterpreter net::ERR_FAILED
Using overpass turbo (https://overpass-turbo.eu), I always receive this error message when overpass has chosen to send the query to https://overpass.openstreetmap.fr/:
Here, some more information, there seems to be issues with CORS. The messages are from the browser's debugging tool (F12):
According to https://help.openstreetmap.org/questions/81727/overpass-turbo-request-rejected/81779, this error stems from the server configuration which seems not to allow for request from http://overpass-turbo.eu. Could you please have a look at the issue that the user escada describes, thanks! Would be great if this could be fixed :)
Below, all details of the debugging messages in text format: