Open a1exus opened 1 month ago
hey @a1exus
here is the logs that we get
F, [2024-10-27T10:06:20.289635 #17] FATAL -- : [e347fa4f-525e-4f20-8d91-25988a191370] [e347fa4f-525e-4f20-8d91-25988a191370] ActionView::Template::Error (Site owner: You need to delete app/views/home/about.html.erb and write your own about page): [e347fa4f-525e-4f20-8d91-25988a191370] 1: <% render partial: 'about/subnav' %> [e347fa4f-525e-4f20-8d91-25988a191370] 2: [e347fa4f-525e-4f20-8d91-25988a191370] 3: <div class="box wide"> [e347fa4f-525e-4f20-8d91-25988a191370] 4: <%- raise "Site owner: You need to delete app/views/home/about.html.erb and write your own about page" if Rails.env.production? and Rails.application.name != 'Lobsters' -%> [e347fa4f-525e-4f20-8d91-25988a191370] 5: [e347fa4f-525e-4f20-8d91-25988a191370] 6: <div class="story_text"> [e347fa4f-525e-4f20-8d91-25988a191370] 7: <p>
this means that the about page is not provided by the author. You can create your own image with your custom files or, as we did, redirect via nginx the about page to the home page.
hey @a1exus
here is the logs that we get
F, [2024-10-27T10:06:20.289635 #17] FATAL -- : [e347fa4f-525e-4f20-8d91-25988a191370] [e347fa4f-525e-4f20-8d91-25988a191370] ActionView::Template::Error (Site owner: You need to delete app/views/home/about.html.erb and write your own about page): [e347fa4f-525e-4f20-8d91-25988a191370] 1: <% render partial: 'about/subnav' %> [e347fa4f-525e-4f20-8d91-25988a191370] 2: [e347fa4f-525e-4f20-8d91-25988a191370] 3: <div class="box wide"> [e347fa4f-525e-4f20-8d91-25988a191370] 4: <%- raise "Site owner: You need to delete app/views/home/about.html.erb and write your own about page" if Rails.env.production? and Rails.application.name != 'Lobsters' -%> [e347fa4f-525e-4f20-8d91-25988a191370] 5: [e347fa4f-525e-4f20-8d91-25988a191370] 6: <div class="story_text"> [e347fa4f-525e-4f20-8d91-25988a191370] 7: <p>
this means that the about page is not provided by the author. You can create your own image with your custom files or, as we did, redirect via nginx the about page to the home page.
how is your environment a lot more noisy then mine? how do you turn on logging up?
however, you're probably right.. and i can't use this example image as is, and i'd have to rebuild the image however there is no Dockerfile
included with repo.. are there any instructions how to actually do that though?
$ docker exec -it lobster-elestio ls /lobsters/app/views/about/
404.html.erb _subnav.html.erb about.html.erb chat.html.erb privacy.html.erb
$
i do see about is included w/ image though.. why wouldn't it work out of the box? rest seems to be working fine though)
hello,
i ran lobster instance, yet while instance appears to be working fine once i click on "about" page, I get 500 error and there is nothing in the logs of the container
please advise