react-tweet icon indicating copy to clipboard operation
react-tweet copied to clipboard

Vercel Build Says tweets do not exist

Open JamesSingleton opened this issue 1 year ago • 0 comments

I decided to add generateStaticParams() for my website as not having it was causing a lot of fast origin transfer for my website. However, watching the output of the build, I noticed that I was getting messages saying that a tweet does not exist or has been deleted by the account owner and that I need to remove it from my code.

Screenshot 2024-06-12 at 9 29 52 PM

However, all but one of the tweets do exist:

  1. https://react-tweet-next.vercel.app/dark/1755434792525373894
  2. https://react-tweet-next.vercel.app/dark/1629601322541432833
  3. https://react-tweet-next.vercel.app/dark/1591500756850733058
  4. https://react-tweet-next.vercel.app/dark/1769146744695029979
  5. https://react-tweet-next.vercel.app/dark/1621529647941820416
  6. https://react-tweet-next.vercel.app/dark/1625207138581680142
  7. https://react-tweet-next.vercel.app/dark/1584993261139415040

JamesSingleton avatar Jun 13 '24 04:06 JamesSingleton