Closed xyunp closed 5 years ago
Describe the bug Can not create files in POD. It shows "POST https://xyunp.inrupt.net/public/ 500 (Internal Server Error)500 (Internal Server Error) https://xyunp.inrupt.net/public/"
To Reproduce const fileClient = SolidFileClient;
fileClient.createFile('https://xyunp.inrupt.net/public/zhy',null,'text/turtle').then( fileCreated => { console.log('Created file ${fileCreated}.'); }, err => console.log(err) );
Expected behavior In last week , i use "solid-file-client" to create and write folder and file, it works
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
@xyunp Unfortunately I don't have the rights to transfer this Issue, but I think this could be a problem in Node Solid Server. Could you report this issue there?
thank your help!
Describe the bug Can not create files in POD. It shows "POST https://xyunp.inrupt.net/public/ 500 (Internal Server Error)500 (Internal Server Error) https://xyunp.inrupt.net/public/"
To Reproduce const fileClient = SolidFileClient;
fileClient.createFile('https://xyunp.inrupt.net/public/zhy',null,'text/turtle').then( fileCreated => { console.log('Created file ${fileCreated}.'); }, err => console.log(err) );
Expected behavior In last week , i use "solid-file-client" to create and write folder and file, it works
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.