https://cloud.appwrite.io/v1/databases/6634aff3001750676b50/collections/6634bd780003c3878416/documents?queries%5B0%5D=%7B%22method%22%3A%22equal%22%2C%22attribute%22%3A%22AccountID%22%2C%22values%22%3A%5B%2266447c6000159d7cf05c%22%5D%7D 401 (Unauthorized) (anonymous) @ appwrite.js?v=08d2d413:412 (anonymous) @ appwrite.js?v=08d2d413:28 __awaiter @ appwrite.js?v=08d2d413:10 call @ appwrite.js?v=08d2d413:371 (anonymous) @ appwrite.js?v=08d2d413:2194 (anonymous) @ appwrite.js?v=08d2d413:28 __awaiter @ appwrite.js?v=08d2d413:10 listDocuments @ appwrite.js?v=08d2d413:2181 getCurrentUser @ api.ts:90 await in getCurrentUser (async) checkAuthUser @ AuthContext.tsx:45 (anonymous) @ AuthContext.tsx:72 commitHookEffectListMount @ chunk-P3FVMTXM.js?v=e32c9684:16936 commitPassiveMountOnFiber @ chunk-P3FVMTXM.js?v=e32c9684:18184 commitPassiveMountEffects_complete @ chunk-P3FVMTXM.js?v=e32c9684:18157 commitPassiveMountEffects_begin @ chunk-P3FVMTXM.js?v=e32c9684:18147 commitPassiveMountEffects @ chunk-P3FVMTXM.js?v=e32c9684:18137 flushPassiveEffectsImpl @ chunk-P3FVMTXM.js?v=e32c9684:19518 flushPassiveEffects @ chunk-P3FVMTXM.js?v=e32c9684:19475 (anonymous) @ chunk-P3FVMTXM.js?v=e32c9684:19356 workLoop @ chunk-P3FVMTXM.js?v=e32c9684:197 flushWork @ chunk-P3FVMTXM.js?v=e32c9684:176 performWorkUntilDeadline @ chunk-P3FVMTXM.js?v=e32c9684:384 Show 19 more frames Show less (index):1 Third-party cookie will be blocked. Learn more in the Issues tab. api.ts:108 AppwriteException: The current user is not authorized to perform the requested action. at Client.<anonymous> (http://localhost:5173/node_modules/.vite/deps/appwrite.js?v=08d2d413:421:17) at Generator.next (<anonymous>) at fulfilled (http://localhost:5173/node_modules/.vite/deps/appwrite.js?v=08d2d413:13:24)
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...