luccame
Forum Replies Created
-
The error I am getting in the Firefox dev console is the same reported in this other thread https://ww.wp.xz.cn/support/topic/possible-issue-accessing-font-library-php/
Uncaught (in promise) TypeError: The specifier “@wordpress/boot” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”.
options-connectors.phpSo maybe the next plugin version will fix this issue as well.
Thanks @ervael
I can confirm your findings, I was using Firefox Developer Edition and switching to Chrome fixed the issue for me.
I am experiencing the same issue on multiple websites.
In my case FileBird Pro comes bundled with the Avada theme.
Disabling this plugin makes the Connectors page accessible again.
I had the same issue and solved it by adding this line to the page header:
<script src="https://code.jquery.com/jquery-migrate-3.0.0.min.js"></script>- This reply was modified 5 years, 8 months ago by luccame.