vercel / react-tweet

Embed tweets in your React application.
https://react-tweet.vercel.app
MIT License
1.48k stars 82 forks source link

Tweet not found #134

Closed XahidEx closed 10 months ago

XahidEx commented 10 months ago

Tweet not found, even though It exist. No tweets are being rendered. image

nekochan0122 commented 10 months ago

Same here, it's only happened on Vercel, local it's fine.

XahidEx commented 10 months ago

Same here, it's only happened on Vercel, local it's fine.

Seems like a CORS issue 🥱

gonstoll commented 10 months ago

Getting the same here. Working locally, not working on Vercel

Edit: could it be related to this thread?

panayiotis commented 10 months ago

It works on localhost and vercel edge.
My guess is that cdn.syndication.twimg.com where the tweets are fetched from, might be blocking some vercel / AWS IP ranges.

A workaround is:

nekochan0122 commented 10 months ago

@panayiotis It's working, Thank you so much.

https://blog.nekochantw.xyz/posts/hello-world#twitter image

Fardeen-Awais commented 3 months ago

Check the solution: https://github.com/vercel/react-tweet/issues/137#issuecomment-2036823051