-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Version Information
Server Version:
CLI Version (for CLI related issue):
Environment
Cloud
What is the current behaviour?
View Event Details in the Hasura Cloud
What is the expected behaviour?
In Cloud Hasura, an error occurs when you click the detail view of any event in the Processed Events tab item on the Events tab.
How to reproduce the issue?
- Go to a project in the Hasura Cloud.
- On the Events page, enter the Processed Events tab.
- Press the View details button for any event.
Screenshots or Screencast
Please provide any traces or logs that could help here.
r | "unexpected error while fetching event with id f28fea56-9e60-4ca2-b185-cc9e36004fe7: database query error"
-- | --
internal | Object { error: 'Failed to decode the following bytes in UTF-8: "\\NUL\\NUL\\NUL\\202"', prepared: true, statement: "\n SELECT *\n FROM hdb_catalog.event_invocation_logs\n WHERE event_id = $1\n ORDER BY created_at DESC LIMIT $2 OFFSET $3;\n ", … }
arguments | [ '(Oid 25,Just ("f28fea56-9e60-4ca2-b185-cc9e36004fe7",Binary))', '(Oid 20,Just ("\\NUL\\NUL\\NUL\\NUL\\NUL\\NUL\\NULd",Binary))', '(Oid 20,Just ("\\NUL\\NUL\\NUL\\NUL\\NUL\\NUL\\NUL\\NUL",Binary))' ]
error | 'Failed to decode the following bytes in UTF-8: "\\NUL\\NUL\\NUL\\202"'
prepared | true
statement | "\n SELECT *\n FROM hdb_catalog.event_invocation_logs\n WHERE event_id = $1\n ORDER BY created_at DESC LIMIT $2 OFFSET $3;\n "
pat