Oops, sorry about that...

There has been a server error. <%= if ee?() do %> But don't worry, we're on it! <% end %>

<%= if assigns[:trace_id] && ee?() do %> If you would like to help, tell us what you were trying to do. Our development team will receive your report. <% else %> We have been notified. <% end %>

<%= if ee?() do %> <%= if assigns[:trace_id] do %>
<%= form_for :error, Routes.error_report_path(PlausibleWeb.Endpoint, :submit_error_report), fn f -> %> <%= hidden_input(f, :trace_id, value: @trace_id) %> <%= label(f, "What happened?", class: "block text-sm font-medium text-gray-700 dark:text-gray-300" ) %> <%= textarea(f, :user_feedback, rows: 5, class: "block w-full max-w-xl border-gray-300 dark:border-gray-700 resize-none shadow-sm focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm rounded-md dark:bg-gray-900 dark:text-gray-300", placeholder: "I clicked on 'X' and then hit 'Confirm'..." ) %> <%= submit("Send feedback →", class: "button mt-4 w-full") %> <% end %>
<% end %>

<%= link("Home page", to: "/", class: "text-indigo-500 mr-8") %> <%= link("Status page", to: "https://status.plausible.io", class: "mr-8 text-indigo-500" ) %> <%= link("Contact us", to: "https://plausible.io/contact", class: "text-indigo-500") %>

<% end %>