From 15711495c75f4fa8dc2bdf34a174115e11b22097 Mon Sep 17 00:00:00 2001 From: Dmitry Popov Date: Sun, 17 Aug 2025 00:17:17 +0200 Subject: [PATCH] fix(Core): Fixed auth redirect URL --- lib/wanderer_app/ueberauth/strategy/eve.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wanderer_app/ueberauth/strategy/eve.ex b/lib/wanderer_app/ueberauth/strategy/eve.ex index c061eeaa..33e93f38 100644 --- a/lib/wanderer_app/ueberauth/strategy/eve.ex +++ b/lib/wanderer_app/ueberauth/strategy/eve.ex @@ -195,7 +195,7 @@ defmodule WandererApp.Ueberauth.Strategy.Eve do tracking_pool = WandererApp.Character.TrackingConfigUtils.get_active_pool!() base_options = [ - redirect_uri: callback_url(conn), + redirect_uri: "#{WandererApp.Env.base_url()}/auth/eve/callback", with_wallet: with_wallet, is_admin?: is_admin?, tracking_pool: tracking_pool