From 08fd83ca5d6d032dd9150c395c4899483c608d8b Mon Sep 17 00:00:00 2001 From: vbd537 Date: Thu, 6 Jul 2023 21:00:55 -0300 Subject: [PATCH] Temporary Poe Fix By adding "/Sage" or any other page name that exists to the end of the "home_url" variable, Poe's problem is solved and it can be used normally again --- src/poe-client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poe-client.js b/src/poe-client.js index 4e0365ba9..23080a70a 100644 --- a/src/poe-client.js +++ b/src/poe-client.js @@ -312,7 +312,7 @@ function logObjectStructure(obj, indent = 0, depth = Infinity) { class Client { gql_url = "https://poe.com/api/gql_POST"; gql_recv_url = "https://poe.com/api/receive_POST"; - home_url = "https://poe.com"; + home_url = "https://poe.com/Sage"; settings_url = "https://poe.com/api/settings"; formkey = "";