Rank 3: Container
Whenever I tried Authenticate - Appwrite Login in Browser - Paste Code,
it always says Error: calling "initialize": sending "initialize": Unauthorized
Already tried Refresh too.
Votes
0
Replies
24
Participants
2
Messages
25
Rank 3: Container
Whenever I tried Authenticate - Appwrite Login in Browser - Paste Code,
it always says Error: calling "initialize": sending "initialize": Unauthorized
Already tried Refresh too.
always an edge case with these clients 😢
will take a look, thanks for reporting!
@Venom should be fixed now
Rank 3: Container
Is the fix live on server?
Rank 3: Container
Cuz I'm not able to use now too
Core
try deleting and reattaching the config
Rank 3: Container
Still same
Rank 3: Container
Rank 3: Container
wait a sec
not because url is wrong, but because i think antigravity might be caching the wrong result
Rank 3: Container
Oh, now it works with https://mcp.appwrite.io/mcp
Rank 3: Container
Maybe I should try new url(https://mcp.appwrite.io/mcp) again later
hmm actually ur right, doesnt work when u remove /mcp
its always these clients not following rfc...
Antigravity strips the trailing slash from an origin-only OAuth resource. The root endpoint advertises
https://mcp.appwrite.io/, but Antigravity requests a token forhttps://mcp.appwrite.io; the verifier rejected that equivalent audience.
fixed it
Rank 3: Container
I found another bug
Rank 3: Container
You know there are Antigravity 2.0 & Antigravity IDE
Rank 3: Container
When I authenticate in one(e.g. IDE), the other one(e.g. 2.0) prints error appwrite: calling "initialize": sending "initialize": Unauthorized
Rank 3: Container
Vice versa applied
my god.. 😢
i infact did not know another version existed
@Venom it works
its just the error shown by antigravity isnt nice, and i think its their fault
Rank 3: Container
Did you try after restart both programs?