I made a change to an API endpoint and published. The endpoint is a simple return c.json(“TEST2”), it was “TEST1”. When testing from Postman the returned value didn’t change leading me to believe the worker is being cached?
If I look at the Quick Edit tool, the new value appears fine.
Is there an issue with workers not getting updated after a wrangler publish? I waited a few minutes and still the same.
thanks
Update: I created a new API endpoint called “/test” and the new endpoint works in the Quick Link tool, but Postman shows 404 not found error.