dev-resources.site
for different kinds of informations.
Need help with the following error…!
Published at
2/1/2023
Categories
selfhost
forem
help
admin
Author
knhchris
Author
8 person written this
knhchris
open
Hi team!
I was not able to find any answers to this so I thought I might try my luck here.
I created Forem using selfhost guide which is now done.
However, when I try to create the admin user for the first time, it just redirects me to the same page.
I got a log file of what happen when I try to sign up but wasn’t too sure how to resolve this.
Would anyone be able to help me out please?
Feb 01 13:19:11 www.waitwhatfirst.com forem-rails[6972]: I, [2023-02-01T13:19:11.080472 #9] INFO -- : [50f8cb54-66c9-4bd5-a004-45f044280343] [dd.env=production dd.service=rails-production dd.trace_id=1638366970051613229 dd.span_id=0] Started POST "/users" for 203.91.233.86 at 2023-02-01 13:19:11 +0000
Feb 01 13:19:11 www.waitwhatfirst.com forem-rails[6972]: I, [2023-02-01T13:19:11.103651 #9] INFO -- : [50f8cb54-66c9-4bd5-a004-45f044280343] [dd.env=production dd.service=rails-production dd.trace_id=1638366970051613229 dd.span_id=0] Processing by RegistrationsController#create as HTML
Feb 01 13:19:11 www.waitwhatfirst.com forem-rails[6972]: I, [2023-02-01T13:19:11.104127 #9] INFO -- : [50f8cb54-66c9-4bd5-a004-45f044280343] [dd.env=production dd.service=rails-production dd.trace_id=1638366970051613229 dd.span_id=0] Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"admin", "username"=>"admin", "email"=>"[FILTERED]", "password"=>"[FILTERED]"}, "commit"=>"Create my account"}
Feb 01 13:19:12 www.waitwhatfirst.com forem-rails[6972]: I, [2023-02-01T13:19:12.015060 #9] INFO -- : [50f8cb54-66c9-4bd5-a004-45f044280343] [dd.env=production dd.service=rails-production dd.trace_id=1638366970051613229 dd.span_id=0] Rendered devise/registrations/by_email.html.erb within layouts/application (Duration: 52.5ms | Allocations: 7660)
Feb 01 13:19:12 www.waitwhatfirst.com forem-rails[6972]: I, [2023-02-01T13:19:12.042337 #9] INFO -- : [50f8cb54-66c9-4bd5-a004-45f044280343] [dd.env=production dd.service=rails-production dd.trace_id=1638366970051613229 dd.span_id=0] Rendered layout layouts/application.html.erb (Duration: 79.9ms | Allocations: 13469)
Feb 01 13:19:12 www.waitwhatfirst.com forem-rails[6972]: I, [2023-02-01T13:19:12.051026 #9] INFO -- : [50f8cb54-66c9-4bd5-a004-45f044280343] [dd.env=production dd.service=rails-production dd.trace_id=1638366970051613229 dd.span_id=0] Completed 200 OK in 946ms (Views: 88.7ms | ActiveRecord: 8.4ms | Allocations: 19832)
Feb 01 13:19:12 www.waitwhatfirst.com forem-rails[6972]: I, [2023-02-01T13:19:12.323033 #9] INFO -- : [3eb5102d-a7a2-4686-b65c-b5835e554e74] [dd.env=production dd.service=rails-production dd.trace_id=2682673655117032949 dd.span_id=0] Started GET "/async_info/base_data" for 203.91.233.86 at 2023-02-01 13:19:12 +0000
Feb 01 13:19:12 www.waitwhatfirst.com forem-rails[6972]: I, [2023-02-01T13:19:12.343844 #9] INFO -- : [3eb5102d-a7a2-4686-b65c-b5835e554e74] [dd.env=production dd.service=rails-production dd.trace_id=2682673655117032949 dd.span_id=0] Processing by AsyncInfoController#base_data as JSON
Feb 01 13:19:12 www.waitwhatfirst.com forem-rails[6972]: I, [2023-02-01T13:19:12.344210 #9] INFO -- : [3eb5102d-a7a2-4686-b65c-b5835e554e74] [dd.env=production dd.service=rails-production dd.trace_id=2682673655117032949 dd.span_id=0] Parameters: {"locale"=>nil}
Feb 01 13:19:12 www.waitwhatfirst.com forem-rails[6972]: I, [2023-02-01T13:19:12.366237 #9] INFO -- : [3eb5102d-a7a2-4686-b65c-b5835e554e74] [dd.env=production dd.service=rails-production dd.trace_id=2682673655117032949 dd.span_id=0] Completed 200 OK in 21ms (Views: 0.6ms | ActiveRecord: 2.3ms | Allocations: 1315)
Feb 01 13:19:12 www.waitwhatfirst.com forem-rails[6972]: F, [2023-02-01T13:19:12.397721 #7] FATAL -- : [562eb491-42fa-46fa-8be2-f0fab24e2216] [dd.env=production dd.service=rails-production dd.trace_id=2309254324490364783 dd.span_id=0]
Feb 01 13:19:12 www.waitwhatfirst.com forem-rails[6972]: [562eb491-42fa-46fa-8be2-f0fab24e2216] [dd.env=production dd.service=rails-production dd.trace_id=2309254324490364783 dd.span_id=0] ActionController::RoutingError (No route matches [POST] "/ahoy/visits"):
Feb 01 13:19:12 www.waitwhatfirst.com forem-rails[6972]: [562eb491-42fa-46fa-8be2-f0fab24e2216] [dd.env=production dd.service=rails-production dd.trace_id=2309254324490364783 dd.span_id=0]
Feb 01 13:19:12 www.waitwhatfirst.com forem-rails[6972]: E, [2023-02-01T13:19:12.403797 #7] ERROR -- honeybadger: ** [Honeybadger] Unable to send error report: API key is missing. id=0d98fbe7-a24a-49c0-ae1f-69110f6abbf2 level=3 pid=7
selfhost Article's
28 articles in total
Portainer + gitops ❤️: A simple way to deploy and manage your self-hosted applications
read article
Information flow - how I capture the notes
read article
I Am Done With Self-Hosting
read article
Hoppscotch Cloud vs. Self-Hosted Community vs. Self-Hosted Enterprise – Which One Should You Choose?
read article
Hoppscotch v2024.3.0: Access Control, Variable Scopes and more..
read article
Exploring Open Source # 1: Calibre E-book Library
read article
A Year of Self-Hosting: 6 Open-Source Projects That Surprised Me in 2023
read article
Dockerize an OCI Instance
read article
OCI Instance with External Block Volume
read article
Open-source Fine-Tuning on Codebase with Refact
read article
Deploying Medusa to Oracle Cloud
read article
CapRover - Easy and Free Self-Hosted PaaS!
read article
2023 On Prem Kubernetes Container Attached Storage Options
read article
BEST Postman Alternative: Hoppscotch 🛸 - open source, self hosted API Development Ecosystem
read article
Self-hosted Matomo - an implementation guide for production
read article
PresenceJS: The Simplest Way to Power Realtime Experience in My Collaborative Apps , From Current to The Future
read article
A minimal ChatGPT client by vanilla javascript, run from local or any web host
read article
Need help with the following error…!
currently reading
What's on my Raspberry-Pi
read article
Connect to Kubernetes Pods with Tailscale
read article
self-host forem on cloud other than gcp,aws,digitalocean
read article
Self-hosted newsletter tech stack for $0-7/mo
read article
Self-hosting Quirrel
read article
Please help how to host two forem domain in a single server
read article
O que é selfhosting e por que adotá-lo
read article
Leaving Feedly for Miniflux
read article
Connect Your Home to the Cloud with Tailscale
read article
Pixelfed (beta) with Docker and Traefik
read article
Featured ones: