canvas-lms
canvas-lms copied to clipboard
The open LMS by Instructure, Inc.
### Summary: I was trying to run the docker_dev_setup.sh script and noticed it failed with not being able to resolve the address for redis and postgres. I looked at the...
### Summary: When I select scopes from API key graphQL API doesn't return me anything ### Steps to reproduce: 1.create API key turn on "Enforce Scopes" and select scope for...
Hi, On a fresh install following the production guide I get failures when running: RAILS_ENV=production bundle exec rake canvas:compile_assets, in the "Generate Assets" section. Error --------------------- rake aborted! Parallel::UndumpableException: NoMethodError:...
### Summary: Sometimes, canvas can't display quizzes in the course. refresh page many times and data show again ### Steps to reproduce: 1. go to course 2. click to quizzes...
### Summary: only the host is being used to build the `aud` (no port). ### Steps to reproduce: 1. Setup Canvas locally for development using a port other than 80/443...
I tried to install canvas-lms in ubuntu 20.04 I can't install the thrift gem ``` An error occurred while installing thrift (0.9.3.0), and Bundler cannot continue. Make sure that `gem...
我在 Ubuntu 16.04 的这一步遇到了同样的错误,谁能帮忙解决这个问题? rake aborted! StandardError: An error has occurred, this and all later migrations canceled: unknown attribute 'singleton' for Delayed::Backend::ActiveRecord::Job. /var/canvas/vendor/bundle/ruby/2.7.0/gems/activemodel-6.0.4.2/lib/active_model/attribute_assignment.rb:52:in `_assign_attribute' /var/canvas/vendor/bundle/ruby/2.7.0/gems/activemodel-6.0.4.2/lib/active_model/attribute_assignment.rb:43:in `block in _assign_attributes' /var/canvas/vendor/bundle/ruby/2.7.0/gems/activemodel-6.0.4.2/lib/active_model/attribute_assignment.rb:42:in `each'...
Fix for initial compile:assets when DataBase is not inititialised yet. https://github.com/instructure/canvas-lms/issues/2023
### Summary: We are implementing / building Open source Canvas-iOS project using web view mobile application. We have integrated this url “http://www.example.com/login/canvas” in web view, its working fine and with...
This commit adds a devcontainer.json file and some associated configuration files to automatically configure a Canvas development environment in GitHub Codespaces (or locally, via the VSCode remote containers extension). This...