I am creating a website using React Js and Appwrite and I keep getting an error:-
HomePage.jsx:2 Uncaught SyntaxError: The requested module ‘/node_modules/.vite/deps/appwrite.js?v=47c77f22’ does not provide an export named ‘createClient’ (at HomePage.jsx:2:10)
import { createClient } from 'appwrite';
const client = createClient({
endpoint:'',
project:'',
});
when I am trying to run my code all I can see is the white page and the uncaught error.
New contributor
Jhalak Jain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.