Getting error related to build-min.js after doing composer update (wn-backend-module)- Ace Editor migration to Monaco Editor #1454
Replies: 1 comment
-
|
Duplicate of wintercms/wn-pages-plugin#51 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hell Everyone,
Can someone please help me with the solution related to below error after doing composer update.
This is related to ace editor as on the pages i am getting below error. What i can understand from latest changes ,migration is done to monaco editor.
I also did a fresh installtion for laravel version 12 and wn-backend-module as dev-wip/1.3 but i am getting this same error .
============================================================================================
I was checking the code and it seems to be calling
$this->addJs('/modules/backend/formwidgets/codeeditor/assets/js/build-min.js', 'core');
this is being called from plugins/winter/pages/controllers/Index.php.
i commented the code and is working properly with no errors on console.
can someone please suggest what to do or if this is the correct solution i did it?
Beta Was this translation helpful? Give feedback.
All reactions