db-migrate / node-db-migrate

Database migration framework for node
Other
2.32k stars 360 forks source link

require('db-migrate') goes to error on next js #736

Open Juzepe opened 3 years ago

Juzepe commented 3 years ago

The error is something like this:


node_modules/next/dist/compiled/webpack/bundle5.js:114742
                                fn: str => str.startsWith(condition)
                                               ^

TypeError: Cannot read property 'startsWith' of null

Has anyone any idea?