Skip to content

403 You don't have permission to access this. #55

@14790897

Description

@14790897
  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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions