Open Mosquid opened 1 month ago
UPD: I was able to "fix" it by changing the timestamp format from ISO string to a Unix timestamp, like so:
request.timestamp => timestamp: new Date(request.timestamp).getTime().toString()
in apps/server/src/app/reporting/reporting.service.ts
Report
getting this error when trying to test any prompt locally
Expected behavior
No response
Steps to reproduce the problem
Logs (if applicable)
Pezzo version
0.8.0
How do you use Pezzo?
Local Development Setup