Open a1exus opened 1 week 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.
thank you, you probably right and i have to rebuild the image, and i can't use this example as is..
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