<% content_for :title, "Redis Configuration Required - Maybe" %>
<%= icon "alert-triangle", class: "w-8 h-8 text-red-600" %>

Redis Configuration Required

Your self-hosted Maybe installation needs Redis to be properly configured.

<%= icon "info", class: "w-5 h-5 text-amber-600 mt-0.5 mr-3 flex-shrink-0" %>

Why is Redis required?

Maybe uses Redis to power Sidekiq background jobs for tasks like syncing account data, processing imports, and other background operations that keep your financial data up to date.

<%= render LinkComponent.new( text: "View Setup Guide", href: "https://github.com/maybe-finance/maybe/blob/main/docs/hosting/docker.md", variant: "primary", size: "lg", icon: "external-link", full_width: true, target: "_blank", rel: "noopener noreferrer" ) %>

Follow our complete Docker setup guide to configure Redis

Once you've configured Redis, refresh this page to continue.

<%= render ButtonComponent.new( text: "Refresh Page", variant: "secondary", icon: "refresh-cw", type: "button", full_width: true, onclick: "window.location.reload()" ) %>