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
I had an issue in nextjs, with the node canvas, to save you time i found this workaround:
add this to your next config webpack: ( config, { buildId, dev, isServer, defaultLoaders, nextRuntime, webpack } ) => { config.externals.push({ canvas: 'commonjs canvas' }) return config },
The text was updated successfully, but these errors were encountered:
I had an issue in nextjs, with the node canvas, to save you time i found this workaround:
add this to your next config
webpack: ( config, { buildId, dev, isServer, defaultLoaders, nextRuntime, webpack } ) => { config.externals.push({ canvas: 'commonjs canvas' }) return config },
The text was updated successfully, but these errors were encountered: