-
Couldn't load subscription status.
- Fork 15
Open
Description
response: Response {
[Symbol(realm)]: { settingsObject: {} },
[Symbol(state)]: {
aborted: false,
rangeRequested: false,
timingAllowPassed: false,
requestIncludesCredentials: false,
type: 'default',
status: 403,
timingInfo: null,
cacheState: '',
statusText: 'Forbidden',
headersList: [HeadersList],
urlList: [],
body: [Object]
},
[Symbol(headers)]: HeadersList {
cookies: null,
[Symbol(headers map)]: [Map],
[Symbol(headers map sorted)]: null
}
}
}
Error fetching page data: {
errors: [
{
message: "You don't have permission to access this.",
extensions: [Object]
}
],
response: Response {
[Symbol(realm)]: { settingsObject: {} },
[Symbol(state)]: {
aborted: false,
rangeRequested: false,
timingAllowPassed: false,
requestIncludesCredentials: false,
type: 'default',
status: 403,
timingInfo: null,
cacheState: '',
statusText: 'Forbidden',
headersList: [HeadersList],
urlList: [],
body: [Object]
},
I use the correct token and I can get the response from curl , but can't use in this app
Metadata
Metadata
Assignees
Labels
No labels