Users can now access Free-for-Teacher accounts in a secure, limited capacity until 11:59am ET on July 30, 2026. Sign in and export your content now.
Hi All,
Is anyone else having trouble accessing the drop-down menus on the Canvas Live API site?
Whenever I try to expand one of the rows, I just get no response from the page.
Hi @wguida,
I have seen some chatter on this issue on a different chat platform, and one of my colleagues from UMich, Matt Jones, posted a temporary workaround there. I'll paste it here:
---
Local override method:
this.isCollection = this.dataType && (this.dataType.toLowerCase() === 'array' || this.dataType.toLowerCase() === 'list' || this.dataType.toLowerCase() === 'set');
to
this.isCollection = Array.isArray(this.dataType) ? true : this.dataType && ['array', 'list', 'set'].includes(this.dataType.toLowerCase());
Refresh.
Someone else there was informed by Canvas support that an official fix is scheduled to go to production on Feb 26.
I hope this info helps!
-Chris
@wguida
I don't use the Live API, but I went and checked. Yes, there is a problem with it.
If you open the Developer Tools console and reload the page, there are a bunch of warnings about missing Swagger information and there's an uncaught type error. That error stops any additional JavaScript in the file from running and so nothing seems to work.
Hello! Loving the new stickers. I wonder: could we have X and Check Mark stickers in Canvas for shorter grading feedback? Thanks!
Good afternoon, I hope all is well and I just wanted to bring up the topic of the Canvas Portfolio again. I was involved in early iterations of this project and have reviewed all of the other discussions, which are now closed. We are looking to use the portfolio tool as a foundation for our new Master of Organizational…
We use course pacing to manage due dates, because we run ~20 something courses each quarter and manually setting due dates would be a nightmare. Several courses have two core topics. We want to allow students to choose which of these they will pursue first. Is there any way to configure multiple course paces with different…
Hoping someone can explain for me. We're using pacing to avoid manually dating regular assignments each quarter, but the dates I see are based on when the course was instantiated, while students see dates based on when they were added to the course by [backend software I don't know anything about, presumably]. If I set…
Has anyone else had issues with an influx of duplicate users in Canvas? Ours is currently in the form of an email that already exists, becoming a new user - and not automatically merging with the user ID with the same email that also is linked to our SIS ID correctly as well. For example, user 1 is xyz@gmail.com without a…