I attempted to set up my forem on a Digitalocean droplet. After trying to log in, it showed a blank page. I'm pretty sure this has something to do with https.
My setup
- Ubuntu 18.04 LTS
- Forem Docker installation
- Nginx reverse proxy
I attempted to set up my forem on a Digitalocean droplet. After trying to log in, it showed a blank page. I'm pretty sure this has something to do with https.
My setup
For further actions, you may consider blocking this person and/or reporting abuse
Kiruthika_1669 -
Valiant -
Shital Kulkarni -
Shital Kulkarni -
Once suspended, sidthedev will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, sidthedev will be able to comment and publish posts again.
Once unpublished, all posts by sidthedev will become hidden and only accessible to themselves.
If sidthedev is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Siddharth Chaudhary.
They can still re-publish the post if they are not suspended.
Thanks for keeping Forem Creators and Builders π± safe. Here is what you can do to flag sidthedev:
Unflagging sidthedev will restore default visibility to their posts.
Top comments (4)
I suspect this could be any number of issues... Hard to figure it out from here. We are currently working on our official open source runbook, so your best bet is to wait just a little longer for us to release that. But congrats on getting it working to the point that it's running and is showing a blank page on login, that's better than nothing!
Once you're running our official instructions, it will be easy to work out these problems.
Iβve seen this trying to spin up a Forem, too. I havenβt investigated enough, so I'm not certain what causes it, but I wonder if it's missing seed data or something.
If I remember correctly, I ended up creating my admin user through the Rails console (this took some trial and error) and setting
SiteConfig.waiting_on_first_user = false
and it let me in. Does that work for you?Hi! How did you end up creating a user through the Rails console?
I think this is the same issue as described in forem.dev/manuel/forem-blank-page-...