[User] Failed to fetch profile - Full error: 71 | const resBodyBytes = await response.arrayBuffer(); 72 | const resBody = (0, util_1.httpResponseBodyParse)(response.headers.get('content-type'), resBodyBytes); 73 | const resCode = (0, types_1.httpResponseCodeToEnum)(resStatus); 74 | if (resCode !== types_1.ResponseType.Success) { 75 | const { error = undefined, message = undefined } = resBody && (0, util_1.isErrorResponseBody)(resBody) ? resBody : {}; 76 | throw new types_1.XRPCError(resCode, error, message, resHeaders); ^ error: Missing required scope "rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app%23bsky_appview" error: "ScopeMissingError", headers: { "access-control-allow-origin": "*", "access-control-expose-headers": "DPoP-Nonce", "alt-svc": "h3=\":443\"; ma=2592000", "cache-control": "private", "content-length": "138", "content-type": "application/json; charset=utf-8", date: "Fri, 05 Dec 2025 22:40:49 GMT", "dpop-nonce": "OJw6Lwy_JHwiRdodi_nfWNtkOOuz0Y3yqqKtmxWhI1k", etag: "W/\"8a-WqmIIJs1yj7sNRC3+oWt+zbM/+0\"", vary: "Authorization, Accept-Encoding", via: "1.1 Caddy", "x-powered-by": "Express", }, success: false, status: 403, at call (/Users/regent/Developer/wisp.place-monorepo/node_modules/.bun/@atproto+xrpc@0.7.5/node_modules/@atproto/xrpc/dist/xrpc-client.js:76:23) at async (/Users/regent/Developer/wisp.place-monorepo/apps/main-app/src/routes/user.ts:51:34) at async handle (file:///Users/regent/Developer/wisp.place-monorepo/node_modules/.bun/elysia@1.4.18+405bd604b2ba045f/node_modules/elysia/dist/bun/index.js:18:47) [User] Error message: Missing required scope "rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app%23bsky_appview" [User] Error stack: Error: Missing required scope "rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app%23bsky_appview" at call (/Users/regent/Developer/wisp.place-monorepo/node_modules/.bun/@atproto+xrpc@0.7.5/node_modules/@atproto/xrpc/dist/xrpc-client.js:76:35) at async (/Users/regent/Developer/wisp.place-monorepo/apps/main-app/src/routes/user.ts:51:34) at async handle (file:///Users/regent/Developer/wisp.place-monorepo/node_modules/.bun/elysia@1.4.18+405bd604b2ba045f/node_modules/elysia/dist/bun/index.js:18:47) at processTicksAndRejections (native:7:39) [main-app] [User] Failed to fetch profile {"error":"Missing required scope \"rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app%23bsky_appview\"","stack":"Error: Missing required scope \"rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app%23bsky_appview\"\n at call (/Users/regent/Developer/wisp.place-monorepo/node_modules/.bun/@atproto+xrpc@0.7.5/node_modules/@atproto/xrpc/dist/xrpc-client.js:76:35)\n at async (/Users/regent/Developer/wisp.place-monorepo/apps/main-app/src/routes/user.ts:51:34)\n at async handle (file:///Users/regent/Developer/wisp.place-monorepo/node_modules/.bun/elysia@1.4.18+405bd604b2ba045f/node_modules/elysia/dist/bun/index.js:18:47)\n at processTicksAndRejections (native:7:39)"}