Add publisher mfe with tutor

I just manged to install nutmeg with tutor (dev mode)
I want to add publisher mfe to my installation
Is it possible to do that with tutor? and how?

Hello @nimsa

You can refer to this link, it might help Setting up Publisher MFE

Hello @chintan
Thanks,
I tried the the suggested link in that topic, i.e:

It is a little old and uses a fork of original GitHub - openedx/frontend-app-publisher: Publisher frontend to manage course creation and marketing content curation. i.e:
GitHub - Dicey-Tech/frontend-app-publisher: Publisher frontend to manage course creation and marketing content curation.

installation of plugin and docker image succeeds, but when pointing to:
http://local.overhang.io:18400/courses/new
I see the following error in the browser:

TypeError
courseOptionsData.type is undefined
Call Stack
 render
  src/components/CreateCoursePage/CreateCourseForm.jsx:157:55
 finishClassComponent
  node_modules/react-dom/cjs/react-dom.development.js:17160:31
 updateClassComponent
  node_modules/react-dom/cjs/react-dom.development.js:17110:44
 beginWork
  node_modules/react-dom/cjs/react-dom.development.js:18620:16
 callCallback
  node_modules/react-dom/cjs/react-dom.development.js:188:14
 invokeGuardedCallbackDev
  node_modules/react-dom/cjs/react-dom.development.js:237:16
 invokeGuardedCallback
  node_modules/react-dom/cjs/react-dom.development.js:292:31
 beginWork$1
  node_modules/react-dom/cjs/react-dom.development.js:23203:28
 performUnitOfWork
  node_modules/react-dom/cjs/react-dom.development.js:22154:12
 workLoopSync
  node_modules/react-dom/cjs/react-dom.development.js:22130:22

Hi @nimsa,

Publisher is not part of the default Open edX Release so to make it work, you will have some work to do. I started the plugin that you see there and in the process, I had to make changes to the publisher app (hence the fork). I got up to a point and then I stopped because I no longer needed it.

If you want to make it work, expect to have some work to do.

Hi @BbrSofiane
Thanks, your plugin is a good starting point, I will try to fix the problem myself.