We've been having some problems with our users being unable to upload files - the uploads fail. These failed uploads are the result of this error:
ActionController::InvalidAuthenticityToken: app/controllers/application_controller.rb:885:in `verify_authenticity_token'Turning off
protect_from_forgery in the application controller fixes this, but that's obviously not a solution. I'm also getting the same error at this url:
https://canvas.ocadu.ca/page_views/{...}
Has anyone else seen this error? Any ideas? Thanks in advance.