I am following along with the tutorial on Next.js SSR from the docs and faced the error any help would be much appreciated.
versions i am using Next.js: 14.1.3 node-appwrite:12.0.0 i did not change any code (copied as it is from the docs)
my .env file is setups like this: NEXT_APPWRITE_KEY=apikey NEXT_PUBLIC_APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1 NEXT_PUBLIC_APPWRITE_PROJECT=projectid
Recommended threads
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...