Yes, it's OK now. Thanks !
There is something strange here
-
NodeBB v1.18.5
-
This seems to be broken by the upgrade of jquery-ui from 1.12.1 to 1.13.0, you can downgrade jquery-ui with
npm i [email protected]
and rebuild restart. -
Reported upstream https://github.com/jquery/jquery-ui/issues/2001
-
@baris This was not a solution. The problem persists.
Also, there is an error in the browser console as in the picture. I have the same error on my site.
-
@kurulumu-net Will get this fixed, thanks for reporting.
-
This is fixed on master and v.1.18.5 https://github.com/NodeBB/NodeBB/commit/50b2ebf844c6d77056929cede32e83f29a66e1bd, thanks for reporting.
As for the widget issue, I downgrade to jquery-ui 1.12.1 and it works for me.
-
@baris Yeap. It's done now. Thank you. Downgrading npm i [email protected] and rebooting and then rebuilding worked. I've done it before but it didn't happen now.