Robert Chandler
Robert Chandler
Ok, change of plan, I'm now using the 'field' property inside the TipTap `Collaboration` extension for each new document and it seems to work. ```typescript Collaboration.configure({ document: getYjsDoc(collaborativeStore), field: documentId,...
I don't think this is anything to do with caching but I'm experiencing the same issue :/
I have the same issue, did anyone ever find a workaround?
Also experiencing this on `0.1.7`, just a simple API
Seemed to be caused by having a `name` in function path ```typescript api.route('POST /webhooks/scrape_profiles', { handler: 'src/workflow/handlers/scrapeProfilesWebhookCallback.scrapeProfilesWebhookCallback', // name: 'ScrapeProfilesCallbackWebhook', // fixed when removed timeout: '1 minute', memory: '512 MB',...