Hi there, I'm trying to test out the PR by @loks0n, which is seen here: https://github.com/appwrite/demos-for-astro/pull/7 Don't think it's an issue with the PR, I think it could be something on my end.
Any idea?
TypeScript
15:41:15 [ERROR] app.65c146e09d77d9329c1a@service.cloud.appwrite.io (role: applications) missing scope (public)
Stack trace:
at /home/korbs/Documents/assr/node_modules/luke-node-appwrite-ssr/lib/client.js:219:15
[...] See full stack trace in the browser, or rerun with --verbose.
TL;DR
Developer is encountering an "missing scope (public)" error while testing a PR by <@185460546336718859>. They believe the issue might be on their end.
No solution is provided.Recommended threads
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...