From c2ae9544fae27f763bdbc18c033eeedce6735af5 Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:09:32 +0600 Subject: [PATCH] Update README.md for Accelerate starter (#7569) * Update README.md for Accelerate starter Closes https://github.com/prisma/prisma-examples/issues/6963 * Update accelerate/nextjs-starter/README.md --------- Co-authored-by: Nikolas --- accelerate/nextjs-starter/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/accelerate/nextjs-starter/README.md b/accelerate/nextjs-starter/README.md index fe81c274aa35..3ddaf8e052b3 100644 --- a/accelerate/nextjs-starter/README.md +++ b/accelerate/nextjs-starter/README.md @@ -75,6 +75,9 @@ You can run the app with the following command: npm run dev ``` +> If you encounter issues making `POST` requests to the database, particularly failures when adding a new quote—try setting the environment variable to bypass TLS certificate validation. In your development environment, run `export NODE_TLS_REJECT_UNAUTHORIZED='0'`. + + You can see the performancen and other stats (e.g. cache/hit) for the different Accelerate cache strategies at the bottom of the UI: ![Demo](./demo.gif)