Closed ML-Chen closed 4 years ago
Hi @ML-Chen That error means that either your routes didn't get generated or they got generated right after Rollup started, in which case Rollup misses it. This should be fixed in v1.5.3.
@ML-Chen was it fixed with 1.5.3? :)
Yup, upgrading Routify to 1.5.3 fixed the issue! npm run dev
has a lot more helpful error messages now, and I don't see the "Cannot read property 'URL' of null" issue when building anymore.
After modifying the starter template and running
npm run dev
, I often get the error message from the splash screen "Your app should probably have loaded by now". There's nothing helpful logged in the console or the terminal where I rannpm run dev
. How do I know what's going on?Here's what I get from
npm run build && npm run serve
:The website seems to run fine after building and deploying, however.