401 unauthorised How to resolve it
What is the response body?
This means you're not logged in. Did you create a session?
But i access all in collection
What are the permissions settings for your collection?
All
Means not only users
Well then that explains why you can access all documents....
So how i resolve this query?
What do you mean?
How this can be resolved?
Guidelines or steps to follow?
It's expected so there's nothing to resolve 🧐
You're calling account.get() but you haven't created a session...so it's expected
So how i create account first 😂
?
How to create session?
Ok thanks
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...