I deployed my React Vite app with vercel and now I have a blank screen with this message: Uncaught TypeError: Failed to resolve module specifier "appwrite". Relative references must start with either "/", "./", or "../".
really no idea what this is
TL;DR
Developers deployed a React Vite app on Vercel and encountered an error: "Uncaught TypeError: Failed to resolve module specifier 'appwrite'". The error is related to module specifiers not starting with "/", "./", or "../". Check the Discord link for more information and a possible solution.