Replies: 1 comment
-
Me too! I can't view the detailed error to troubleshoot it. This error is from the lib folder, but I didn't touch it. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered some issues while debugging the frontend.
When I compile the frontend with command "npm run dist" , and copy the static files in folder frontend/dist/static to the folder mediacms/static,and restart mediacms service, it can show the video list, but can't play any video.
When I click a video, the error "a.default.plugin is not a function" shows in the browser console.
I also debug the frontend with command "npm run start" and open the react pages in the browser, it can display the video list, but can't play any video as well. When I click a video, the error "_video2.default.plugin is not a function" is printed in the browser console.
It seems that there are some issues with the javascript file "mediacms/frontend/src/static/js/components/comments/videojs-markers.js".
I printed the object _video2.default.plugin in the browser console and found that it was undefined.
Can anyone help me with this issue?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions