Steve Karam
Steve Karam
> @sion42x This looks like running an incompatible version of Elasticsearch. What version are you running @regisb? I didn't find the information in https://github.com/overhangio/tutor-richie Looks like it's running 7.8.1: ```...
I now have a working tutor/tutor-richie config on Maple in production, I'll add a subcategory and see if the issue is resolved.
Unfortunately the same issue occurred on tutor 13.0.2 and tutor-richie 13.0.0: ``` richie_1 | raise BulkIndexError("%i document(s) failed to index." % len(errors), errors) richie_1 | elasticsearch.helpers.errors.BulkIndexError: ('1 document(s) failed to...
> This is definitely related to [tutor-richie](https://github.com/overhangio/tutor-richie). We'll need your help @regisb I noticed the requirement that Richie and OpenEDX both be sibling subdomains under the same parent domain. What...
> I would say no. Thanks, I will organize a test where I switch the domain of OpenEDX to see if it resolves this issue. EDIT: I tested using Richie...
I definitely tried everything I could to make it work. Until @regisb is able to chime in, I changed `src/frontend/js/components/CourseRunEnrollment/index.tsx` on the `case step === Step.IDLE:` switch section (line 208)...
> we solved this problem by adding referrer policy in both richie and lms in settings. We changed the referrer policy to "no-referrer-when-downgrade" SECURE_REFERRER_POLICY = "no-referrer-when-downgrade" @neekesh would you mind...
@regisb would you be able to provide the right steps to add the change referenced in https://github.com/openfun/richie/issues/1547#issuecomment-1034537800? > we solved this problem by adding referrer policy in both richie and...
> You have to change it in the tutor file in case of openedx and for richie you have to change inside the docker for openedx (if your server is...
> Edit 2: I'm not sure why it worked that time, but it's back. Probably something to do with my environment? > > ~Edit: running `pip install --no-deps packaging ninja...