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
Attempted making the following call within a component. Locally through the toolkit, it doesn't work. If I upload the component to an OCM instance, my folders are created.
I believe the toolkit isn't passing the body of my request on, since the error I get looks like this:
{
"errorCode": "-97",
"errorKey": "!csFldUnableToCreateFolder!csItemMustSpecifyName",
"errorMessage": "Unable to create folder. You must specify an item name.",
"title": "Unable to create folder. You must specify an item name.",
"type": "https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html"
}
See relevant code on/around this section of the documentsRouter
I know pull requests aren't typically merged or used in this repository. #18 is simply for other toolkit users to have a quick reference if they also need to be able to test this API locally.
Attempted making the following call within a component. Locally through the toolkit, it doesn't work. If I upload the component to an OCM instance, my folders are created.
I believe the toolkit isn't passing the body of my request on, since the error I get looks like this:
See relevant code on/around this section of the documentsRouter
content-and-experience-toolkit/sites/test/server/documentsRouter.js
Line 116 in 46740c3
@hzeng99 @BrianJCheyne
Can this be addressed, or was it intentionally left out?
The text was updated successfully, but these errors were encountered: