NextJS-chat-app
NextJS-chat-app copied to clipboard
A chat app built using Ably and Next JS and hosted with Vercel
## Description Fix typo.
I noticed that I always got the same nonce. https://faqs.ably.com/40105-nonce-value-replayed Workaround: I could suppress the error by adding the revalidation. > export const revalidate = 0; > return Response.json(tokenRequestData, {...
app/layout.js refers to global.css and I got the following error. > https://nextjs.org/docs/messages/module-not-found > ⨯ ./app/layout.js:1:0 > Module not found: Can't resolve './global.css' > > 1 | import './global.css' > 2...
Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
Bumps [next](https://github.com/vercel/next.js) from 13.5.6 to 14.1.1. Commits 5f59ee5 v14.1.1 f48b90b even more 7f789f4 more timeout ab71c4c update timeout 75f60d9 update trigger release workflow 74b3f0f Server Action tests (#62655) a6946b6 Backport...