mnutt / davros

Personal file storage server
Apache License 2.0
297 stars 35 forks source link

Clients data missing #105

Closed ghost closed 4 years ago

ghost commented 4 years ago

I'm still new to Sandstorm, so maybe I'm just missing something obvious, but when I open the Clients tab, all the text fields are empty. There's no server name, user or password I'd need to connect a WebDAV client. The debug log doesn't show any errors either.

ocdtrekkie commented 4 years ago

Is there any chance you're opening the Davros frame in a new tab outside of the Sandstorm UI, perhaps? I definitely see that behavior when Davros is accessed outside of Sandstorm, but in Sandstorm it looks fine to me.

Can you also check your browser's dev console for errors?

ghost commented 4 years ago

Ahh, the web console showed the error. I had my nginx configured with X-Frame-Options: “DENY”. Replacing that with a suitable Content-Security-Policy header fixed the issue.

ocdtrekkie commented 4 years ago

Glad to hear you got it resolved!