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:
Enable Immerse Reader in Feature Settings
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"
}
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:
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: