appwrite / website

The Appwrite website, docs and blog 🏠
https://appwrite.io
216 stars 204 forks source link

fix: added await in session call in nextjs-ssr-auth tutorial (step3) #1502

Closed ChiragAgg5k closed 5 days ago

ChiragAgg5k commented 5 days ago

What does this PR do?

Added missing await while fetching the session via cookies().get("my-custom-session") in nextjs-ssr-auth tutorial, step 3.

Test Plan

Documentation is now correct for this.

Related PRs and Issues

1365

Have you read the Contributing Guidelines on issues?

Yes.

ChiragAgg5k commented 5 days ago

my bad already done.