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

pdellepiane's avatar

Bug on Spark + Breeze Vue

Hello!

I'm getting the following error when I'm trying to access to /billing:

Uncaught (in promise) Error: Cannot find module './BillingPortal.vue'

I've installed Spark Next Paddle + Breeze with Vue.

Does anybody know how to fix this issue?

Thanks in advance!

0 likes
1 reply
pdellepiane's avatar

Update:

I found out that this issue happens when I use:

<BreezeDropdownLink :href="route('spark.portal')" as="button">
    Log Out
</BreezeDropdownLink>

Or even:

<BreezeDropdownLink :href="/billing" as="button">
    Log Out
</BreezeDropdownLink>

Am I missing some import?

But when I use the following it works:

<a href="/billing">
    Billing
</a>

Please or to participate in this conversation.