Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.
This repository was archived by the owner on May 1, 2026. It is now read-only.

bug: fix flush-notes #78

Description

@weboko

Problem

Currently flush-notes is not working due to problem with NextJS paths.

image

Solution

Update deploy step so that it copies out directory of flush-notes with _next, currently it doesn't in https://github.com/waku-org/lab.waku.org/blob/fcbf3539e0f41208b1ee9ebe5bcc70f3a2d12493/ci/Jenkinsfile#L86
image

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)

image

Notes

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
To Do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions