
Today i started build my first app with appwrite â€ïž
and i working with tutorial on apwrite.io but my console is logging:
./node_modules/node-fetch/lib/index.js
./node_modules/cross-fetch/dist/node-ponyfill.js
./node_modules/appwrite/dist/esm/sdk.js
./src/lib/context/user.tsx
â ./node_modules/node-fetch/lib/index.js
Module not found: Can't resolve 'encoding' in '/Users/sta/WebstormProjects/appwrite-project/node_modules/node-fetch/lib'
Import trace for requested module:
./node_modules/node-fetch/lib/index.js
./node_modules/cross-fetch/dist/node-ponyfill.js
./node_modules/appwrite/dist/esm/sdk.js
./src/lib/context/user.tsx```

Install the encoding package

oh, It really works. Thank you. But it's not mentioned anywhere.

ya...are you using nextjs?

yes

im pretty sure i've only seen this with nextjs...and when executed in the edge runtime

i hate nextjs ð

I noticed ð You only have documentation for pure React
Recommended threads
- Fixing OAuth2 authentication issue
I am using React-Router and Vite to implement google auth , I have setup my Google CLient ID and the consent forms comes , But after I have signed up with Googl...
- Querying and filtering on relationship a...
Hello! A few short months ago, we decided to migrate from SupaBase over to Appwrite, because we were experiencing a lot of headache with the former when it fina...
- Oauth details are inconsistance
Found some inconsistancy in Oauth (in React Native, dont know if its same case for other sdks ) 1. The `getSession` does not return `ProviderAccessToken` or `pr...
