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
Using rebase along with nextJS gives a webpack error on build:
Failed to compile.
./node_modules/@firebase/database/dist/index.node.cjs.js
Module not found: Can't resolve 'request' in '/Users/.../node_modules/@firebase/database/dist'
> Build error occurred
Error: > Build failed because of webpack errors
at Object.build [as default] (/Users/.../node_modules/next/dist/build/index.js:192:15)
at process._tickCallback (internal/process/next_tick.js:68:7)
Reproduce error:
Go to (repo and clone)[https://github.com/billcastillo/next-page3]
Using rebase along with nextJS gives a webpack error on build:
Reproduce error:
Although it runs fine locally:
The text was updated successfully, but these errors were encountered: