Skip to content

Pages are all just HTML Login page #35

Closed
@intrepidsilence

Description

@intrepidsilence

So, we got our Bookstack instance upgraded and the script runs without error. However, while all of the images are downloaded correctly, all of the pages are exactly the same page - an HTML login page.

I don't understand why it would pull down an HTML login page when it is using the API which is clearly working since the images are downloading correctly.

Config yaml looks like this:

host: "https://wiki.redacted.com"
credentials:
    token_id: "<redacted>"
    token_secret: "<redacted>"
formats:
  - markdown
output_path: "/root/Wiki"
assets:
  export_images: true
  modify_markdown: true
  export_meta: false
  verify_ssl: true
  keep_last: 1

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