batman✅
Sentry in Solid / Vercel
I'm on the same boat. I faced 2 issues:
1. sentry/solidstart - which can be bypassed with
--legacy-peer-deps
.
2. I got stuck at instrument.server.mjs
. Mine is a js project, and npm kept looking for instrument.server.ts
. I have not found a solution fo rthat yet!!
Anyway ... I have parked it for a couple of days and working on other features atm. Will revisit this in a few days.
Did you manage to solve it? Is it working for you?2 replies
Need help debugging this error: Client-only API called on the server side. Run client-only code in
11 replies
Need help debugging this error: Client-only API called on the server side. Run client-only code in
Do you mean https://docs.solidjs.com/solid-router/reference/data-apis/query#query? All my query calls are part of client side components.
Currently only 2 files use
use server
which are talking to pocketbase using pocketbase sdk and the client side components are calling these files either directly or via REST endpoont (middleware)11 replies