Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ahuggins's avatar

Nothing showing, no login, no page, no errors.

Posting this in case anyone else experiences this.

I think I had an older version of Spark, and tried to upgrade, but then the app wouldn't show anything. No pages, and very curiously, no errors in the console.

Eventually I tracked it down to something involving the v-cloak directive. No link was turning up anything that was explaining what was happening. So I did a fresh install of Spark and everything was working. So I began trying to find what was causing the problem.

Looks like Spark was built before Vue 2.0, and was using inline-templates, and maybe there was another change that the v-cloak directive needs to be on the actual Vue instance div.

In older versions of Spark, the v-cloak directive was on the body tag, and moving it to the the spark-app div, then the site begins appearing again.

Unfortunately, this does not seem to be mentioned in the upgrade guide.

0 likes
3 replies
huskeyweb's avatar

Thanks for posting this. I had a similar problem when upgrading a while back and eventually gave up on it. I'm putting this in favorites for when I try to upgrade again.

Cronix's avatar

You can always make a PR and fix the upgrade guide in the docs. I've made several.

Please or to participate in this conversation.