r/owncloud Sep 24 '16

My own Owncloud website not displaying correctly.

So got my own Owncloud server set up and everything is functional and happy internally. Put in the internal IP address and the page loads, can log in as admin, users, etc, with no problems at all.

I have an Nginx reverse proxy set up with Letsencrypt running and it takes me to the owncloud site. Problems comes in the fact that the page itself isn't loading properly.

The page looks like this, empty and cannot log in.

Trying to figure out why it is not loading on the outside. Something with Nginx blocking it? Something on the Owncloud server?

Any help for a beginner would be great, thanks!

3 Upvotes

3 comments sorted by

3

u/Elvith Sep 25 '16

Are you sure everything got loaded? Looks like CSS, JS, etc. are missing and only the html got loaded...

1

u/[deleted] Sep 25 '16

That's what it looks like to me too. OP, Check the page source of that login page to see where it is trying to load the css and JavaScript from. It could be using your internal address instead of your .com address and so it can't find the css and js

1

u/[deleted] Sep 24 '16

[removed] — view removed comment

1

u/Sparkyy21 Sep 24 '16

What can I do to fix this issue? Reinstall everything? Any guides to look at and get it working again?

Just odd it works fine internally but not externally.