|
|
|
|
|
by lucasmerlin
971 days ago
|
|
We've been having a lot of problems with weird bugs with nextjs, so I can't really recommend it. Feels like it's a eternal beta. First, we've had a problem with nextjs not caching the response code for 404 pages, so 404 pages would have a 200 status code. Now they've fixed this they have a bug where they are caching the 304 response code, responding with 304 to every request and completely breaking the site. This has been open for a month now and has affected a lot of people but it seems like Vercel just doesn't care. https://github.com/vercel/next.js/issues/56018 |
|
Infuriating. The longer I do this, the more that issue management responsiveness becomes a real consideration when choosing a dependency.