This sounds strange, it might be that there is a missing file in the tinymce-plugin-folder that we're providing.
What version of Umbraco are you running on?
It might be that some settings is different between you local env. and live, probably some debug-setting? Did you have trace debug="false" on live and "true" on dev in web.config?
Would be nice to figure this one out. Thanks for the help!
Failed to load plugin: nsMergeFields from url
Hi Markus,
I just published a website after installing NewsletterStudio. On my local mashine everything works just fine.
On the server, when I go to
and I try to edit the default template I get the folowing error message in the editor:
In Devtools I get the following error:
Am I doing something wrong?
Edgar
Problem solved. At least for my case.
I had another close look in the folder and figured out that there was only the
when instead Newsletterstudio is expecting
After renaming the file everything is working as expected.
Hi!
This sounds strange, it might be that there is a missing file in the tinymce-plugin-folder that we're providing.
What version of Umbraco are you running on?
It might be that some settings is different between you local env. and live, probably some debug-setting? Did you have trace debug="false" on live and "true" on dev in web.config?
Would be nice to figure this one out. Thanks for the help!
Hi Markus,
sorry for getting back so late:
I am on Umbraco version 8.7.0
in web.config I have got the following lines:
local:
live:
Hope that helps.
Thanks
Hi!
Thanks for getting back!
I see, need to test this - it might be that Umbraco uses different files for the plugin depending on debug = true or false.
But if I understand you correct you have a temporary fix for this now?
Yes, as I explained above after renaming the file everything is working as expected.
Thank you
Great!
I'll have a closer look at this and make sure to include a fix in upcoming releases.
All the best!
Hi!
Just following up on this one, it's a core change in Umbraco that introduced this.
When Umbraco runs with it uses the .min.js-file and when debug="false" it uses the file without ".min".
This will be addressed in the next release.
Cheers!
Hi again!
This is solved in RC1, more details on the release can be found here: https://www.newsletterstudio.org/newsletter-studio-3-is-out/
is working on a reply...