Michiel de Jong

Results 722 comments of Michiel de Jong

Also, Inrupt are dropping WAC support now.

what do you see when you visit https://dev.inclusie-in-4d.ilabt.imec.be/.well-known/openid-configuration from the box that runs NSS? I see a 502 when I visit it from the public internet. The cert is valid...

Try `curl -k` to ignore the SSL error. Also make sure to run node-solid-server with the `NODE_TLS_REJECT_UNAUTHORIZED=0` to work around your self-signed cert. An easy way to do this is...

Probably it created `something.png` next to `something.jpg` since the filename is different? What happens when you upload `something.png` a second time?

This curl command works every time, but then the content of the file is also updated. Maybe a 200 response would be more correct than 201 if it's overwriting, but...

@andydavison is your React component sending a `Content-Type` request header or is it leaving the server to guess the content type? In any case we should probably add a failing...

This same bug also reported in https://gitter.im/solid/chat?at=5f4e21ef9bad075eacef0d8c

Hm, I have no problem opening https://otto-aa.github.io/solid-filemanager/?url=https://michielbdejong.solid.community/public in Chrome 84 on Mac OS, or Chrome on Android. I'll try updating Chrome on my Android to the latest version.

Hm, even with Chrome 85 on Android I can't reproduce any problem. I set `chrome://flags/#same-site-by-default-cookies` to Enabled in my Chrome on Mac OS, will see if that helps to reproduce...