appwrite-ssr-next-js
appwrite-ssr-next-js copied to clipboard
Appwrite Loves Next.js! Demo application with authorized server-side and client-side rendering.
Results
2
appwrite-ssr-next-js issues
Sort by
recently updated
recently updated
newest added
So it seems that to make SSR work we need to make appwrite API a subdomain of our SSR server. I made it work, but it's only for hosted websites....
Right now, when an API route is used to proxy the user login process, it doesn't look like [the session object](https://appwrite.io/docs/models/session) that'll be retrieved when I call appwrite's `getSession` endpoint...