๐ Bug Report: Database not found
ramAdam opened this issue ยท 1 comments
ramAdam commented
๐ Reproduction steps
- My environment config is below
export const environment = {
production: false,
APP_ENDPOINT: 'http://localhost:8080/v1',
APP_PROJECT: 'xxxxxxxxxxx',
APP_COLLECTION_ID: 'xxxxxxx',
};
2: sign up and logs in works fine, user is created in database
3. When i navigate to main page after logging in, alert pops up saying Database not found
๐ Expected behavior
Should add TO DOs to the backend database
๐ Actual Behavior
nothing gets added to the backend database
i believe database id needs to be set !!
its not set in helpers/api.ts
๐ฒ Appwrite version
Version 0.10.x
๐ป Operating system
Linux
๐งฑ Your Environment
No response
๐ 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