Do any of you have a good debugging workflow for a...
# developers
d
Do any of you have a good debugging workflow for apps in the app-store? I've setup something that works on its own but when I try to run it within calcom I get the following.
Copy code
@calcom/web:dx: wait  - compiling /success (client and server)...
@calcom/web:dx: event - compiled client and server successfully in 264 ms (3103 modules)
@calcom/web:dx: 
@calcom/web:dx: error - unhandledRejection: FetchError: invalid json response body at <https://calendar.heyyep.com/api/channel> reason: Unexpected token Y in JSON at position 0
@calcom/web:dx:     at /home/loftwah/gits/cal.com/node_modules/next/dist/compiled/node-fetch/index.js:1:51227
@calcom/web:dx:     at runMicrotasks (<anonymous>)
@calcom/web:dx:     at processTicksAndRejections (node:internal/process/task_queues:96:5)
@calcom/web:dx:     at async sendPostRequest (webpack-internal:///(api)/../../packages/app-store/jitsivideo/lib/VideoApiAdapter.ts:23:33) {
@calcom/web:dx:   type: 'invalid-json'
Is there anyone with any experience with these that might be able to point me in the right direction?