You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent quite some time trying to figure out why my vite project was not working when I did everything per this guide. https://docs.farcaster.xyz/auth-kit/installation
this should include instructions to install vite node polyfills "vite-plugin-node-polyfills": "^0.21.0"
And configure it in vite.config.ts plugins: [react(), nodePolyfills({ include: ["buffer"] })],
Sorry for not contributing with a PR, but I think the person in charge of docs can change this way faster than me.
The text was updated successfully, but these errors were encountered:
I spent quite some time trying to figure out why my vite project was not working when I did everything per this guide.
https://docs.farcaster.xyz/auth-kit/installation
this should include instructions to install vite node polyfills
"vite-plugin-node-polyfills": "^0.21.0"
And configure it in vite.config.ts
plugins: [react(), nodePolyfills({ include: ["buffer"] })],
Sorry for not contributing with a PR, but I think the person in charge of docs can change this way faster than me.
The text was updated successfully, but these errors were encountered: