Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

🐛 Bug Report: #69

Closed
2 tasks done
muzammilsyed opened this issue Aug 11, 2023 · 2 comments
Closed
2 tasks done

🐛 Bug Report: #69

muzammilsyed opened this issue Aug 11, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@muzammilsyed
Copy link

👟 Reproduction steps

same database collection are showing for any user login or sign up

👍 Expected behavior

need a separate DB collection for individual users. what went wrong? in my cloud appwrite config need to be work on?

👎 Actual Behavior

same database collection are showing for any user login or sign up

🎲 Appwrite version

Version 0.10.x

💻 Operating system

Windows

🧱 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?

@muzammilsyed muzammilsyed added the bug Something isn't working label Aug 11, 2023
@adityaoberai
Copy link
Member

adityaoberai commented Aug 11, 2023

Hi @muzammilsyed
Each document (todo) in the collection has its permissions set in a way that only the user who creates a document can read, update, or delete it. Therefore, even in the same collection, a user would only be able to access their own todos only.

You should enable Document Level Security in your Collection settings once to fix this.

@muzammilsyed
Copy link
Author

Thanks @adityaoberai. I enabled Document Level Security and now working fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants