After install "nodebb-plugin-sso-beer-qq", my server crashed and nginx return code 502.
After reset all plugins, my server is back to normal again.
As you can see from the console screenshot above, it try to get the jquery-ui images from the wrong path (double "vendor/jquery/cc/smoothness".
To reproduce this, add a datepicker input in admin template as follow:
app.loadJQueryUI(function() {
$('#inputDate').datepicker({
defaultDate: '-1d'
});
});
What did I possibly did wrong? Because the account's birthday input has no issue.
Please advise, thanks!
I solved the issue using other widget instead of jquery-ui.