solid-contrib / information

Old location of information now available on site
https://solidproject.org
Other
134 stars 48 forks source link

Can not create files in POD. #181

Closed xyunp closed 5 years ago

xyunp commented 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.

Vinnl commented 5 years ago

@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?

xyunp commented 5 years ago

thank your help!