Stream webhook issue

when i am using the stream webhook which provided by moralis so it getiing data but now showing in the mongodb what’s the issue


when i am using the stream webhook which provided by moralis so it getiing data but now showing in the mongodb what’s the issue

we need more context
did it work before with mongo db? do you see any error in the server logs?
you are using a self hosted parse server or something else?

yes we are using self hosted parse server when we are working with ngrok stream webhook it’s working and getting the data in the parse dashboard and mongodb but when we using this
https://webhook.site/a5456336-ebe2-41b0-be45-50a95e182f13 which morralis provide so it’s not adding the event data in to the data base it’s getting in the url only

when you use this url the request is sent only to this url, it is not going to make it to your ngrok proxy or your self hosted server

so now how can use to my selfhosted sever this webhook and get data

i am getting the result in this url but how can i add to the parseserver becuase not getting the event data in table

I thought that you said here that it is working with your server

you have to check your local server, the one where ngrok proxy is pointing, the server has to respond with status code 200 to those webhook requests