The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
I've been trying to debug a problem with our Canvas instance for a while now. No matter what I try, neither course invitations or password reset emails will send out. This would point me towards something to do with outbound email config itself being the issue, but we have other outbound emails that are working. I can't seem to track down the error. There are no errors being written to the delayed job log file. The only thing I can find that might have something to do with it is in the error_reports table. When I run the command `select message, created_at from error_reports order by created_at desc;` it prints out row after row of the following message: `Canvas::Security::InvalidJwtKey`. I believe this to be the cause. I've been looking through the code base to see if it can give me any clues but I'm drawing a blank.
We can live without the password resets for the time being, but the course invitations not being sent out is a big deal and we have an upcoming class starting next week. Can anybody point me in the right direction? Or maybe you've experienced this and have a solution? I'd greatly appreciate it. Thanks.
Solved! Go to Solution.
Hi @zach_springer Welcome to the Canvas Community.
Dare I ask, is the course published? Only then will the invitations send.
If this isn't the case then I would submit a ticket.
Go to your Help menu in the bottom left of Canvas. Then click 'Report a Problem'.
Best of luck.
Hi @zach_springer Welcome to the Canvas Community.
Dare I ask, is the course published? Only then will the invitations send.
If this isn't the case then I would submit a ticket.
Go to your Help menu in the bottom left of Canvas. Then click 'Report a Problem'.
Best of luck.
I feel somewhat foolish. That did indeed clear up one of the issues. Thank you Bobby! Very helpful. Turns out it might just be my admin account that doesn't have the ability to receive password reset emails. Think it might have something to do with a second account that was somehow created under that email.
I've been caught with that one before @zach_springer . You aren't alone!
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.