-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
👟 Reproduction steps
- I cloned the console repo for appwrite
- I configured the
.env.examplefile with the credentials of my local instance of Appwrite - After installing the dependencies on my local system just did
npm run dev - The app didn't even run, just throws the error
ReferenceError: window is not defined. The error is coming formsrc/lib/stores/sdk.ts. - Here in the
sdk.tsfile on line number16the error is seems to be located at
👍 Expected behavior
After configuring the env file and installing the dependencies the app is suppose to run without errors
👎 Actual Behavior
The app is throwing this error
Here is the typescript error in src/lib/stores/sdk.ts
🎲 Appwrite version
Version 1.1.x
💻 Operating system
Windows
🧱 Your Environment
I'm running Appwrite on my local machine using docker.
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

