Skip to content
Back

Login / Signup issue

  • 0
  • Auth
BananaBrother77
13 May, 2026, 20:48

So I have been trying to create an account on appwrite but no matter what I try it doesn't work.

I tried using GitHub at first but after logging in it just redirects me to the login or signup page. So I tried creating an account the normal way but it keeps telling me my email is invalid. I tried using multiple emails and none of them worked. Yes they are normal like "something7777@something.com".

I also looked in the console and there are just some error code 400 fetch errors.

I really wanna use the service but this is preventing me from doing so. I'd appreciate any kind of help a lot ^^

TL;DR
There are issues with logging in and signing up. The error messages indicate that the browser may be blocking requests to Appwrite due to ad blockers or privacy shields, especially on browsers like Brave. One error mentions a problem with the email format, possibly caused by using a sub-address with a GitHub account. To solve this, change the GitHub email or use sign-in with a password. The 400 Bad Request error needs more details from the network tab to investigate further. The user might need to adjust their email format if it contains prohibited symbols.
rlee128
13 May, 2026, 23:15

<@1259898070154481694> I had this issue too it wouldn't let me create an account with one I used and deleted before. I used another account and it worked. Not sure if you have had an account before but if so maybe this helps

BananaBrother77
13 May, 2026, 23:15

Unfortunately I'm completely new. Still thanks for your help

James
16 May, 2026, 00:36

Look in the console and see if it registered the email. Show us some code

BananaBrother77
16 May, 2026, 11:22
TypeScript
console/?error=%7B%22message%22%3A%22This+email+address+must+already+be+in+its+canonical+form.+Pleaโ€ฆ:126  GET https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447 net::ERR_BLOCKED_BY_CLIENT
o1063647.ingest.us.sentry.io/api/4504158071422976/envelope/?sentry_version=7&sentry_key=c7ce178bdedd486480317b72f282fd39&sentry_client=sentry.javascript.sveltekit%2F8.55.1:1  POST https://o1063647.ingest.us.sentry.io/api/4504158071422976/envelope/?sentry_version=7&sentry_key=c7ce178bdedd486480317b72f282fd39&sentry_client=sentry.javascript.sveltekit%2F8.55.1 net::ERR_BLOCKED_BY_CLIENT
preferences.ts:112  GET https://cloud.appwrite.io/v1/account/prefs 401 (Unauthorized)
+layout.ts:30  GET https://cloud.appwrite.io/v1/account 401 (Unauthorized)
+layout.ts:30  GET https://cloud.appwrite.io/v1/account 401 (Unauthorized)
o1063647.ingest.us.sentry.io/api/4504158071422976/envelope/?sentry_version=7&sentry_key=c7ce178bdedd486480317b72f282fd39&sentry_client=sentry.javascript.sveltekit%2F8.55.1:1  POST https://o1063647.ingest.us.sentry.io/api/4504158071422976/envelope/?sentry_version=7&sentry_key=c7ce178bdedd486480317b72f282fd39&sentry_client=sentry.javascript.sveltekit%2F8.55.1 net::ERR_BLOCKED_BY_CLIENT
BananaBrother77
16 May, 2026, 11:24

when trying to signup normally:

TypeScript
(anonymous) @ fetcher.js:77
(anonymous) @ fetch.js:75
Jn @ plausible.js:1
rr @ plausible.js:1
ir @ plausible.js:1
(anonymous) @ helpers.js:93
+page.svelte:55  POST https://cloud.appwrite.io/v1/account 400 (Bad Request)
(anonymous) @ fetcher.js:77
(anonymous) @ fetch.js:75
(anonymous) @ sdk.js:1213
(anonymous) @ sdk.js:26
o @ sdk.js:22
call @ sdk.js:1209
create @ sdk.js:1354
$ @ +page.svelte:55
f @ form.svelte:35
(anonymous) @ event-modifiers.js:97
(anonymous) @ events.js:67
ar @ shared.js:44
i @ events.js:66
(anonymous) @ helpers.js:93
analytics.ts:31  POST https://plausible.io/api/event net::ERR_BLOCKED_BY_CLIENT
๐”ธ๐•๐•จ๐•’๐•ง๐•–๐Ÿ˜๐ŸŸ โœจ
19 May, 2026, 05:56

Error says BLOCKED_BY_CLIENT

๐”ธ๐•๐•จ๐•’๐•ง๐•–๐Ÿ˜๐ŸŸ โœจ
19 May, 2026, 05:56

That means your browser is blocking the requests to Appwrite

๐”ธ๐•๐•จ๐•’๐•ง๐•–๐Ÿ˜๐ŸŸ โœจ
19 May, 2026, 05:56

What browser are you using

๐”ธ๐•๐•จ๐•’๐•ง๐•–๐Ÿ˜๐ŸŸ โœจ
19 May, 2026, 05:58

Disable ad blockers/privacy shields temporarily

Especially if using:

  • Brave Browser
  • uBlock Origin
  • DuckDuckGo Privacy
  • Ghostery

Brave Shields in particular can break signup flows sometimes.

๐”ธ๐•๐•จ๐•’๐•ง๐•–๐Ÿ˜๐ŸŸ โœจ
19 May, 2026, 06:00

Appwrite uses plausible to track things like SEO however as itโ€™s a tracker itโ€™s blocked by some adblockers if on strict mode

Meldiron
19 May, 2026, 08:33

Heyy ๐Ÿ‘‹ Sorry for late response, I was away for a few days.

As for this error, I see This+email+address+must+already+be+in+its+canonical+form.. You might be using sub-address with your github account, which is not allowed. We had to block it to prevent some of abuse, sorry for the appologies. To solve this, you would need to change your github email, or use sign-in with password

Meldiron
19 May, 2026, 08:34

ERR_BLOCKED_BY_CLIENT should be okay here, its requests to our analytics - exactly what adblock should be doing here.

This one is interesting: POST https://cloud.appwrite.io/v1/account 400 (Bad Request)

We would need to see more details about this 400 response from network tab to better understand what was denied. I would assume issue with subaddress too, but best to see the error first.

Meldiron
19 May, 2026, 08:34

^ All that said, taking note to reproduce those and see what UX is like. We surely have some improvement to do, if it isn't fully clear what the issue is during sign-ups.

BananaBrother77
19 May, 2026, 09:03

I'll look this up when I'm at home

James
19 May, 2026, 15:10

prob should rotate your sentry_key

BananaBrother77
19 May, 2026, 19:14

Can you maybe tell me what I should show you? I am still kinda new to all of this stuff ^^

BananaBrother77
19 May, 2026, 19:15

oh yea

BananaBrother77
19 May, 2026, 19:15

when I try to signup trying both methods

BananaBrother77
19 May, 2026, 19:16

Already tried that

BananaBrother77
19 May, 2026, 19:16

I used my main address

Meldiron
20 May, 2026, 08:24

Interestiing. What is your email? You can share it over PM with me if you dont prefer public.

It seems system thinks your email is in format like this: mymail+something@gmail.com - with suffix

Meldiron
20 May, 2026, 08:25

Depending on email provider, it might be disliking dot, plus, minus, different symbols..

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more