-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Thank you a mllion times for this awesome piece of software. I'm currently trying it out with an integration with a Vue 2 app via self-hosting. I'm handling page view events manually and that's working smoothly. However, custom events return 400 errors. A sample Prisme log looks like this:
{"v":0,"pid":1,"hostname":"a577eb75d135","name":"access_log","request_id":"a12a7bd0c80f279dae2a349e10be4dc4","duration_ms":3000.231128,"source_ip":"xxx, xxx","method":"POST","path":"/api/v1/events/custom/Completed","status_code":400,"error":"session not found","level":50,"time":"2025-03-23T16:20:37Z","msg":"request handled"}
Please do you have any idea what the issue might be?
My investigation into the source code doesn't reveal much. Before the custom event is sent, they have been other successful page view events. So, I guess there is a session. Or which other session does it require for custom events?
Metadata
Metadata
Assignees
Labels
No labels