Describe the bug
Cannot use proxy
To Reproduce
Steps to reproduce the behavior:
Activate default proxy, launch request.
Expected behavior
Request should work.
Result
Blocage d鈥檜ne requ锚te multiorigines (Cross-Origin Request) : la politique 芦 Same Origin 禄 ne permet pas de consulter la ressource distante situ茅e sur https://postwoman.apollotv.xyz/. Raison : l鈥檈n-t锚te CORS 芦 Access-Control-Allow-Origin 禄 est manquant. (CORS policy issue)
Error: "Network Error"
NuxtJS 2
exports
onerror
Desktop (please complete the following information):
Additional context
Bug hunting as promised 馃槅
There's no problem here. I can't reproduce the bug.
Whilst I do know French, errors and error reports in English would be appreciated!
I have not been able to reproduce the error myself, however I'm noticing that this bug was reported 5 hours ago, almost precisely the time that I briefly took down the Apollo server for some brief maintenance.
Could you please test again now and let us know if the situation is resolved?
Issue is that your API must allow request with this header: Origin: https://postwoman.io
Or, you can just get repo and run it locally. :)
Most helpful comment
Issue is that your API must allow request with this header:
Origin: https://postwoman.ioOr, you can just get repo and run it locally. :)