instructure / canvas-lms

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

Development start fails after Quick Start Installation #1439

Open valeriimars opened 5 years ago

valeriimars commented 5 years ago

Summary:

After successfully installing Canvas on linux (following https://github.com/instructure/canvas-lms/wiki/Quick-Start), and running in development mode, getting 500 error when trying to load http://canvas.docker/login

Steps to reproduce:

  1. ./script/docker_dev_setup.sh
  2. docker-compose up
  3. Open http://canvas.docker/login in the browser

Expected behavior:

Load login page

Actual behavior:

canvas.docker is currently unable to handle this request.
HTTP ERROR 500

Additional notes:

Seeing the following stack trace in the console



jobs_1               | process_type: BackgroundJob
jobs_1               | worker_name: f31fb971b505:299
jobs_1               | exception_message: ''missing attribute: source caused by missing attribute: source
jobs_1               |  caused by missing attribute: expires_at''
jobs_1               | hostname: f31fb971b505
jobs_1               | pid: 299
`
stale[bot] commented 2 years ago

Thanks for contributing to this issue. As it has been 2 years since the last activity, we are automatically closing the issue in 30 days. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please respond before the issue is closed, or post a message on the mailing list. We'll gladly take a look again!

Soumyaranjanpal commented 1 year ago

Hi @valeriimars , how did you solve this issue? It will be really helpful if you can provide some details.