create-t3-app
create-t3-app copied to clipboard
bug: tweet section in landing page using dummy data in prod
Provide environment information
N/A
Describe the bug
https://user-images.githubusercontent.com/89210438/202898984-0e87b314-607b-4183-bf39-c82f0ffeeef3.mp4
To reproduce
- Go to https://create.t3.gg/
- Scroll down to the tweets section
Additional information
IIRC, three different tweets were shown there before. Or am I remembering wrong?
It seems our twitter api token has expired or become invalidated.
We need to either update it, or just hardcode/"fake" the tweets.
Wtf i just fixed this last night is twitter rate limiting me or something?
If I am not mistaken, the build will fail if there is no valid twitter API token provided (the request fails) (here). Are you sure Vercel has the twitter token added when building the docs?