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-notes
is not working due to problem withNextJS
paths.Solution
Update deploy step so that it copies
out
directory offlush-notes
with_next
, currently it doesn't inlab.waku.org/ci/Jenkinsfile
Line 86 in fcbf353
Then we should fix paths in the output so that it loads
js
files and others from subfolder inlab.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)Notes
The text was updated successfully, but these errors were encountered: