appwrite/demo-todo-with-angular

๐Ÿ› Bug Report: Database not found

ramAdam opened this issue ยท 1 comments

๐Ÿ‘Ÿ Reproduction steps

  1. 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?

#42 fixed it, PR not merged yet