You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spend more time than I would like to admit into figuring out why uploads / downloads where not working, it was due to the DID I was submitting not being correctly split into scope and name by the regex.
This was due to the fact that the regex does not act on the actual did string, but on a modification of it. I can't speak as to why this is needed (I'm sure there is a good reason) but at least the comments / error messages should be more clear.
The text was updated successfully, but these errors were encountered:
I spend more time than I would like to admit into figuring out why uploads / downloads where not working, it was due to the DID I was submitting not being correctly split into scope and name by the regex.
This was due to the fact that the regex does not act on the actual did string, but on a modification of it. I can't speak as to why this is needed (I'm sure there is a good reason) but at least the comments / error messages should be more clear.
The text was updated successfully, but these errors were encountered: