PostgresException column "invocationdata" is of type jsonb but expression is of type text

so… I think it was because I did not use a proper db user when Hangfire schema was created.
I removed the old schema and let Hangfire re-create it and it works fine now.

1 Like