We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7078a88 commit 76e34e5Copy full SHA for 76e34e5
packages/css/src/uma/UmaClient.ts
@@ -382,7 +382,7 @@ export class UmaClient implements SingleThreaded {
382
if (!umaId) {
383
throw new Error(`Trying to remove UMA registration that is not known: ${resource.path}`);
384
}
385
- const url = joinUrl(endpoint, umaId);
+ const url = joinUrl(endpoint, encodeURIComponent(umaId));
386
387
this.logger.info(`Deleting resource registration for <${resource.path}> at <${url}>`);
388
0 commit comments