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
admin Article's
30 articles in total
You Won't Believe What This Salesforce Admin Training Can Do!
read article
5 Key Errors That Can Cost You the Salesforce Admin Exam
read article
Introducing Flashboard: Instant Admin Panels for PostgreSQL
read article
Text Editor
read article
Backpex - a highly customizable admin panel for Phoenix LiveView applications
read article
Navigating Your Salesforce Journey: Choosing Between Admin and Developer Paths
read article
Top 5 Php Frameworks to be included in the Best of 2025 List
read article
Vue-extendable Tailwind admin panel
read article
GWS Admin Tips #1 - Automate work through csv
read article
Free Bootstrap 5 Admin Template - Ranger
read article
Goodbye SSH: Discover Stalwart's Web-Based Admin Interface
read article
Building a Full-Fledged Application Using Only Django Admin
read article
Better monitoring of Traces with Grafana Tempo
read article
From Darkness to Light Managing Linux Servers with Web UI
read article
Pimcore Demo installed locally but can not log into Admin using the credentials set at the time of installation
read article
50 Bootstrap 5 Admin Dashboard Templates 2024.
read article
Shifting Linux Filesystem From One SSD To Another
read article
Need an advice about dashboard creating
read article
Permission/Roles Voyager Laravel
read article
Need help with the following error…!
currently reading
How to Become a Salesforce Administrator in Easy Steps?
read article
15+ Free Angular Dashboard Templates of 2022
read article
Install Mac Apps without admin rights
read article
Build an Admin Panel Fast with Rails7 and Infold
read article
The Admin Framework for Minimalist
read article
WHY HTML DEVELOPERS USE BOOTSTRAP 5 ADMIN TEMPLATES TO MAKE DEVELOPMENT FASTER
read article
We added a few new job categories
read article
10 Best Angular 14 Admin Templates in 2022
read article
Admin-panel testing
read article
Sync folders using diff + awk
read article
Featured ones: