create-t3-app icon indicating copy to clipboard operation
create-t3-app copied to clipboard

bug: tweet section in landing page using dummy data in prod

Open AyanavaKarmakar opened this issue 2 years ago • 3 comments

Provide environment information

N/A

Describe the bug

https://user-images.githubusercontent.com/89210438/202898984-0e87b314-607b-4183-bf39-c82f0ffeeef3.mp4

To reproduce

  1. Go to https://create.t3.gg/
  2. Scroll down to the tweets section

Additional information

IIRC, three different tweets were shown there before. Or am I remembering wrong?

AyanavaKarmakar avatar Nov 20 '22 11:11 AyanavaKarmakar

It seems our twitter api token has expired or become invalidated.

We need to either update it, or just hardcode/"fake" the tweets.

c-ehrlich avatar Nov 20 '22 11:11 c-ehrlich

Wtf i just fixed this last night is twitter rate limiting me or something?

juliusmarminge avatar Nov 20 '22 12:11 juliusmarminge

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?

iAverages avatar Nov 23 '22 11:11 iAverages