[SOLVED] Error when running own server - Not supported operation getNFTTrades

that is the default error that you will get, it means that it works as expected, when you call a cloud function you will have to provide the app id in order to be authorised

I have updated the server url on my dapp, from moralis server to own server, and on many APIs I am getting this error

You have to check the app id to be identical on the server configs and in front end
You can also disable the app id in the server code if you want, not user easy to do it

App ID is same, some API’s are working and some are saying not authorized.

  1. code: 101
  2. error: “Moralis auth failed, invalid data”

This looks like an error specific to auth api. If some requests are working then the app id probably is ok

yeah, How can I debug or correct it ?

Can you provide more info for when you get an error?

Hey, can you have a look at it

can you also check what was the request payload that was sent in that request?

Its resolved, I found the solution, Actually auth from client app was different,
Now I need to set stream hooks, and When I go to my /stream-webhooks it says, route does not exist

you can create a separate forum thread for that issue with streams