Access to fetch blocked by CORS Policy
lymine1996 opened this issue · 3 comments
I noticed some other people had the same issue before but not sure how things got fixed eventually.
The link previews for my website worked for a couple of days until a sudden stop yesterday. I would assume that the problem comes with the related RLP-proxy Heroku App. However, if no recent update has been made to the deployment, why is the access denied out of nowhere? Has anyone been experiencing the same problem over and over?
I wonder if this has something to do with Heroku's backend service since my own backend apps deployed on Heroku have the exact same issues once in a while even though no change has been made.
I'm facing the same issue in my website (shibhouse.tv) and suddenly the previews are no longer working.. I hope this gets fixed because this library was doing its job as it should be done..
@azizbecha I noticed the issue has been brought up a couple of times before but remains unresolved because like the author mentioned, the Heroku proxy server would be down when the requests got overloaded. He suggested forking it and creating a new deployment, which is probably a good idea in the long run. Another alternative is to use this MicroLink package, which is fairly more stable and has similar syntax.
Got it ! Thanks for your help.