Michiel
09/10/2024, 10:05 AMThe notification block was invalid: KeyError(\"No class found for dispatch key 'slack-incoming-webhook' in registry for type 'Block'.\
When I run : prefect block type ls
I see that the block type is registered.
slack-incoming-webhook │ Block holding a Slack webhook for use in tasks and flows │ prefect block create slack-incoming-webhook
Running prefect block register -m prefect_slack
also didn't solve my issue.
Does anyone have a clue what could be the issue? Should I install the prefect_slack integration on the pod of the prefect server?