You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then we should fix paths in the output so that it loads js files and others from subfolder in lab.waku.org/flush-notes/_next.
I couldn't find a way to do this through next.config.js so we should use following: vercel/next.js#45422 (comment)
Problem
Currently
flush-notesis not working due to problem withNextJSpaths.Solution
Update deploy step so that it copies

outdirectory offlush-noteswith_next, currently it doesn't in https://github.com/waku-org/lab.waku.org/blob/fcbf3539e0f41208b1ee9ebe5bcc70f3a2d12493/ci/Jenkinsfile#L86Then we should fix paths in the output so that it loads
jsfiles and others from subfolder inlab.waku.org/flush-notes/_next.I couldn't find a way to do this through
next.config.jsso we should use following: vercel/next.js#45422 (comment)Notes