Hello,
I am not a coder and am using no-code tools to connect to Moralis Streams.
However, the stream is producing errors. I manage to get the data though but still, errors persist.
Do you have any idea why these errors might appear? thanks
Hello,
I am not a coder and am using no-code tools to connect to Moralis Streams.
However, the stream is producing errors. I manage to get the data though but still, errors persist.
Do you have any idea why these errors might appear? thanks
if it is a failed delivery then it should be because the webhook didn’t respond with status code 200
hmm weird because I manage to successfully receive the first test webhook.
do you think the fault is the way I have configured my webhook?
for example, I have not entered the API key from Moralis anywhere in my configuration…
do I have to add it somewhere?
you don’t have to enter an API key, it may be that the webhook request doesn’t match that configuration, the test webhook has fewer elements and it may match that configuration
yeah, it is weird because bubble has an url of the form:
https://appName.bubbleapps.io/version-test/api/1.1/wf/update-collection/initialize
when initializing and then for the next calls requires you to remove the /initialize
at the end.
So, when I remove the /initialize
and edit the Moralis stream I get the error, but surprisingly in bubble I see the new webhook data.
You could use webhook.site for some tests to see how the data looks like that is sent to your webhook, in case that it helps.