anmg

Results 114 comments of anmg

it works strange I can not edit text message, it does not save it.

well the issue is till there bundler version 2.5+ i use from module manual ``` - name: Install gems into ./vendor/bundle community.general.bundler: state: present deployment_mode: true ``` and got error...

I fixed it by editing this line https://github.com/instructure/canvas-lms/blob/cf4cdd2a2c373ea92d042ddadfa7355bdf907cbe/Gemfile.d/test.rb#L48 ` gem "pact-mock_service", ($canvas_rails == "7.1") ? ">= 3.12" : "3.11.2"` to ` gem "pact-mock_service", ($canvas_rails == "7.1") ? "3.12.1" : "3.11.2"`...

Last working for me is version "origin/stable/2024-01-31" also need to edit **Gemfile.rails71.lock**

https://github.com/instructure/canvas-lms/commit/edef2f19ca1c4cdefe96b0b9ec280b41581928c2 line 24 `gem "rack", "~> 3.0" if $canvas_rails == "7.1" # needed to force Rack 3 due to a confluence of dependencies involving pact` creates this issue due to...

@knaito-asial @jfoscue changing config/security.yml does not fix it. also it will brake some lti applications, eg. zoom

@jfoscue as I wrote change this value brakes LTI 1.3 integrations

@huangdengpan do you still seee it? I do not see this error in jobs any more