Sign in to enhance your access to articles, forums, and events—and to participate by sharing insights, engaging in discussions, and connecting with your network of edtech peers.
I am attempting to run instructure’s canvas-lms through GitHub codespace and am encountering the following issue. I am using the free 4 core plan. The repository and instructions for the codespace setupcan be found here. Has anyone run into this issue after using bundle exec rails canvas:compile_assets while trying to run…
Hi Canvas community, I am trying to make a customed navbar that sticks on the top of the window when the user is scrolling. I uploaded the CSS file and JS file via the Theme editor, the CSS works, but JS is not working. Any suggestions? My js file: window.onscroll = function() {myFunction()}; var contentnavbar =…
I'm trying to query the '/v1/comm_messages' API end point using an admin-authorised token in Powershell, and I get the message "user not authorised to perform that action". Does anybody know why there would be a problem with this? The token works fine for all other requests. I've tried using user ids in the URI like so:…
Calling url:PUT|/api/v1/courses/:course_id/quizzes/:quiz_id/questions/:id to update a quiz question answer. When updating an existing quiz question answer using Python request library, the following error results b'{"errors":[{"message":"An error occurred.","error_code":"internal_server_error"}],"error_report_id":4595}'…
Hello, We have created a Canvas system on a personal server using source code from GitHub (https://github.com/instructure/canvas-lms) for exploration purposes. We would like to know the maximum number of student accounts that can be created on a self-built system like this. Please provide us with this information. Thank…
I have encountered a weird error for the first time while installing Canvas from our own git repository on this step: RAILS_ENV=production bundle exec rake db:initial_setup or RAILS_ENV=production bundle exec rake canvas:compile_assets These are the software versions installed till this step: psql - 12 git - 2.25.1 ruby -…
I have a placement of resource_selection setup but can't seem to get Canvas to use the link. Here are the claims for the initial request. { "https://purl.imsglobal.org/spec/lti/claim/message_type": "LtiResourceLinkRequest", "https://purl.imsglobal.org/spec/lti/claim/version": "1.3.0",…
Hi all, I am now developing a LTI1.3 tool pretty much like Zoom LTI Pro1.3. I want to sync calendar events in a canvas course after users use our LTI tool to create meetings. According to the tutorial videos I watched on Youtube, it seems like Zoom LTI pro1.3 could sync calendar events without popping the canvas oauth…
Background: I'm developing a LTI 1.3 app. I'm doing testing in a local instance of Canvas thats running with docker (http://canvas.docker/). Expected Behavior: When sending deep linking response back to canvas it succeeds. The "working in submission type placement - low.mov" attachment shows the expected behavior but it's…
We are tool that offers a canvas integration to our customers. We want to give our customers the ability to sync some data from us into already created grades in canvas. We want to do this because often, teachers already have their courses set up at the beginning of the semester, with the right categories etc, and we just…
Hi, In the GraphQL documnetation, it was mentioned that one should " Request reasonable page sizes to avoid being limited." What is limited in this context? Does this mean that the call would return an error or null? Or would it return an incomplete response with missing data. Does this affect unpaginated queries? Does the…
I m trying to perform user registrations through API but I always get 400 bad request. I send the mandatory requirements but it doesn't work, attached example
We've created an API to add an account calendar to all users' calendar list, but it's visibility is automatically set to false. The only way we've found that it can be set to visible is to get all of the users' course calendars and make them all visible. The goal is to enable the account calendar and have it visible…
Today we started getting support tickets that items containing Kaltura LTI embeds break if you go to edit mode for the item. It's happening to other LTIs that use iframe embeds, too, Kaltura was just the first one that somebody noticed. Going to edit mode seems to be stripping portions of the html. An error message…
Context: I'm developing a LTI 1.3 tool that runs inside of Canvas. The placement is the "Submission Type Placement". I do not have this problem when running canvas locally in docker (canvas.docker). I'm running into this problem on a remote instance of canvas (asu-dev.instructure.com). Expected Behavior: After successfully…