openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
263 stars 85 forks source link

Frontend error on sandbox #2520

Open igobranco opened 1 week ago

igobranco commented 1 week ago

Bug Report

Problematic Behavior The frontend code is not starting up correctly on the browser.

Uncaught ReferenceError: exports is not defined
    at ./node_modules/react-intl/node_modules/tslib/tslib.es6.mjs (index.mjs:18278:1)
    at __webpack_require__ (bootstrap:19:1)
    at ./node_modules/react-intl/lib/src/components/createFormattedComponent.js (createFormattedComponent.js:1:1)
    at __webpack_require__ (bootstrap:19:1)
    at ./node_modules/react-intl/lib/index.js (index.js:1:1)
    at __webpack_require__ (bootstrap:19:1)
    at index.js:166489:69
    at index.js:166700:2
    at index.js:166701:12

Expected behavior/code This error appears on the JS console on every page of Richie sandbox.

Steps to Reproduce Open any page. Open browser console.

Environment

FYI @sandroscosta @tiago-Salles

igobranco commented 1 day ago

@jbpenrath have you seen this ticket? I talked with @Tiago-Salles and he also have been experience this issue. Do you have this issue?