From a337660258508fff6fde4c25c121fd41c20870ef Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 00:09:57 +0000 Subject: [PATCH] Fix Discord Activity manifest - add proxy domain to rpc_origins cgen-57becb83f30540cf860846204b4c0831 --- public/discord-manifest.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/public/discord-manifest.json b/public/discord-manifest.json index 5cbd31c8..955c631d 100644 --- a/public/discord-manifest.json +++ b/public/discord-manifest.json @@ -3,11 +3,13 @@ "version": "1", "name": "AeThex", "description": "AeThex Creator Network & Talent Platform - Activity", - "rpc_origins": ["https://aethex.dev", "https://discord.com"], - "verifyToken": "aethex-verify-token-v1", + "rpc_origins": [ + "https://aethex.dev", + "https://discord.com", + "https://*.discordsays.com", + "https://578971245454950421.discordsays.com" + ], "interactions": { "request_url": "https://aethex.dev/api/discord/interactions" - }, - "instanceUrl": "https://aethex.dev/activity", - "orientation": "portrait-primary" + } }