Hi, I just upgraded from v.14.x to v.16.1 and found a browser error after rebuilding my forum. Here's the snippet of the error:
Uncaught Error: Script error for "forum/footer"
https://requirejs.org/docs/errors.html#scripterror
makeError require.js:168
onScriptError require.js:1738
load require.js:1943
load require.js:1685
load require.js:834
fetch require.js:824
check require.js:856
enable require.js:1176
enable require.js:1557
enable require.js:1161
bind require.js:134
each require.js:59
enable require.js:1113
init require.js:788
o require.js:1460
setTimeout handler*req.nextTick< require.js:1815
o require.js:1449
requirejs require.js:1797
<anonymous> (index):876
EventListener.handleEvent* (index):875
require.js:168:16
I looked into my old install and found footer.js in public/src/client.
My question is, is footer.js is still required? If not, how can resolve the browser error above? Thanks!