Anybody have a good way to debug what Wappler is sending for a custom oauth provider connection?
I have a custom connection that works in Postman but fails in Wappler, so I would like to see what is being sent during the token gathering process.
Anybody have a good way to debug what Wappler is sending for a custom oauth provider connection?
I have a custom connection that works in Postman but fails in Wappler, so I would like to see what is being sent during the token gathering process.
I normally just console.log()
the hell out of whatever module I need to understand deeper.
So just look for the oauth logic in the SC files and place the thing.