kian
05/25/2023, 1:39 PMts
export default <ExportedHandler> {
fetch() {
return new Response(null, {
status: 500,
});
},
};
That'd cause what you're seeing - where the script outcome was ok
as it didn't encounter any issues but the response status is 500.