Skip to content

Commit

Permalink
Update README.md for Accelerate starter (#7569)
Browse files Browse the repository at this point in the history
* Update README.md for Accelerate starter

Closes #6963

* Update accelerate/nextjs-starter/README.md

---------

Co-authored-by: Nikolas <[email protected]>
  • Loading branch information
ankur-arch and nikolasburk authored Feb 20, 2025
1 parent 620658f commit c2ae954
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions accelerate/nextjs-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c2ae954

Please sign in to comment.