vercel / react-tweet

Embed tweets in your React application.

Home Page:https://react-tweet.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ocavue opened this issue · comments

commented
/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

Fixed in #95