I am uploading a worker using `wrangler deploy` and getting this error ` workers.api.error.unknown

I am uploading a worker using
wrangler deploy
and getting this error
  workers.api.error.unknown [code: 10013]
. If I remove
upload_source_maps = true
from wrangler.toml it starts working correctly. This used to be working before.
Are there any issues with source maps uploads right now?
Was this page helpful?