Skip to content
Discussion options

You must be logged in to vote

I'd expect there should be some sort of log output that might indicate the problem. Using the sample project from the repo I do not see any problems.

When exactly does the problem start appearing? As soon as you add the webpack plugin?

The more details you share, the easier it will be to help.

Yes, adding the plugin caused the issue. Unfortunately there were no helpful logs being generated, just the usual NextJS refresh logs.

In the end, I added the public/alphaTab directory to the watchOptions ignore property and the issue went away. Here's the config for anyone else having trouble with this:

import { AlphaTabWebPackPlugin } from '@coderline/alphatab/webpack';

/** @type {import('next'…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ricardomatias
Comment options

Answer selected by ricardomatias
@Danielku15
Comment options

@ricardomatias
Comment options

@Danielku15
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants