@PitaJ said in Help NodeBB doesn't work after upgrade to 1.3.0:
i love you bro 😄
The URL becomes the URL of the plugin page, but the plugin page doesn't show until I refresh the page. It's weird.
@esiao - It never loads. There is no loading indicator, the page loads instantly on reload, but never loads on initial page request.
git rev-parse HEAD
returns aa116e6b4d2f42731729db01f28875494988a684
I've looked through the Chrome dev console in the network section and it seems that ajaxify is receiving 304: Not modified
responses, and gets stuck on opacity:0
. A very weird functionality. All of the elements are loaded in, but they are all invisible. Very odd.
There is an Uncaught Error: Mismatched anonymous define() module
error that occurs on page load in ajaxify.
Okay, I guess never mind. One of the external sources I was including was causing the problem. I removed the define
call and now it's working.