-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting async error #2
Comments
I was seeing the same error when using the image from Docker Hub. At the moment, the "latest" image is 3 months old. Building the image from the repo resolved the error. However, a new error surfaced: the app was unable to verify my Canvas instance cert. As a temporary workaround, I told node to not verify certs by setting NODE_TLS_REJECT_UNAUTHORIZED=0 in the container environment. Now to figure out how to tell node in a container to use the correct CA cert... |
Hi Christopher and Frob, Need help in setting process.env.NODE_TLS_REJECT_UNAUTHORIZED=0 setting in config. I have canvas up and running with recent stable version from Jan'19. However, "Files" link under right side toolbox for course editing seems to be disabled. Found the following error while inspecting the source in browser: "Failed to load resource: net::ERR_NAME_NOT_RESOLVED |
@srdurai Not sure if this is still relevant to you, but you can set this env var when you fire up your docker container:
Instructure just pushed an updated image to Docker Hub, so the original problem mentioned in this ticket has been resolved. I'm still working on a solution to the TLS error. |
I have canvas up and running and I am trying to add the RCE. Everything in canvas is working (seemingly) fine, but when I attempt to use RCE linking features I am getting this error in my browsers js console.
I don't think this is a cors issue because I am getting this output form the RCE log.
I probably have something misconfigured somewhere as I am just starting to get this settup, but I cannot determine from the above error what the missconfiguration is.
I am running the latest (as of 2nd Oct, 2018) RCE docker image. I am running everything locally with the intent of eventually running this in production. My docker-compose.yml is as follows.
My canvas-lms dockerfile is simple enough, it sets up a production environment according to the prod documentation and copies in some custom configuration files. While it isn't based on the canvas-lms official docker image is accomplishes much the same thing.
I am running chrome, macos 10.13.6, Docker CE stable Version 18.06.1-ce-mac73 (26764)
The text was updated successfully, but these errors were encountered: