vercel / react-tweet

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

https://react-tweet.vercel.app/api/tweet returns 404 #93

Closed ocavue closed 12 months ago

ocavue commented 1 year ago
/tmp ❯ curl -Is https://react-tweet-next.vercel.app/api/tweet/1629307668568633344  | grep HTTP
HTTP/1.1 200 Connection established
HTTP/2 200

/tmp ❯ curl -Is https://react-tweet.vercel.app/api/tweet/1629307668568633344  | grep HTTP
HTTP/1.1 200 Connection established
HTTP/2 404
lfades commented 12 months ago

Fixed in https://github.com/vercel-labs/react-tweet/pull/95