I imported this in index.js
import "@appwrite.io/pink-icons";
everything works fine, but the terminal shows this failed warning
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from 'C:\Users\mitsy\Desktop\Appwrite\node_modules\node_modules\the-new-css-reset\css\reset.css' file: Error: ENOENT: no such file or directory, open 'C:\Users\mitsy\Desktop\Appwrite\node_modules\node_modules\the-new-css-reset\css\reset.css'```
cc @Thomas G. Lopes
Hi! Can you give me more info on the React project? Is it React with Vite, is it using Next, etc? Also, what package manager are you using, npm or something else?
I've used create-react-app
npm
Alright, I'll try and reproduce on my end to figure out what's going on. Thanks!
Recommended threads
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...
- Error When load the website
Hi, I am getting this error whenever I reload my website please help me, I am using react Error: ** GET https://cloud.appwrite.io/v1/account 401 (Unauthoriz...