instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.67k stars 2.5k forks source link

Issue with Immersive Reader #1896

Open zjr opened 3 years ago

zjr commented 3 years ago

Summary:

Immersive Reader not working, may very well be user error with myself configuring something wrong, but I don't have any idea where to start. Rest of Canvas implementation seems to be working well without issue.

Steps to reproduce:

  1. Enable Immerse Reader in Feature Settings
  2. Click an Immersive Reader button

Expected behavior:

Something happens.

Actual behavior:

Visually, nothing happens. Checking console reveals that request to …/api/v1/immersive_reader/authenticate fails with 404 code and an uncaught promise fail logs as the following:

{
  code: "BadArgument"
  message: "Token must not be null"
}
joehobson commented 2 years ago

Same issue for my self-hosted Canvas installation - is this supported for OSS?