how do we test the workflow using
how do we test the workflow using
wrangler dev
?
4 Replies
If you ping this endpoint you can see any of your worker log statements http://localhost:8787/
Make sure to pass some dummy id or a uuid into the create command though
this is what i get pinging the endpoint
Yeah so in that .create() command pass .create({id: 'something'})
Its trying to destructure params which are not present so you have to give it some
yeah this is a known bug in local dev (works properly in prod)