I noticed when deploying this to cloudflare pages, and was trying to isolate the root cause. Eventually I found that the useDashboard composable was the issue. I suspect that createSharedComposable is the cause of the problem.
EDIT
Digging in some more it seems like the problem is defineShortcuts which seems to be clientside only:
I noticed when deploying this to cloudflare pages, and was trying to isolate the root cause. Eventually I found that the
useDashboard
composable was the issue. I suspect thatcreateSharedComposable
is the cause of the problem.EDIT
Digging in some more it seems like the problem is
defineShortcuts
which seems to be clientside only: