yes
is it a url problem ? like is https://cloud.appwrite.io/v1 not working ?
it shouldnt be afaik
ya...it should work...The only thing i can think of is if you're using some framework where the env var doesn't work in some context
but it is being printed right in console.log
wait no...there are extra quotes
what?
in your .env file, you added single quotes around the value?
yes
its single
get rid of them
thats seems to decrease the erros
errors*
wait a min
get rid of the semicolon too
y6eah i did
so any other errors now?
there's probably something wrong with your project id
ok ill find it
fixed
ty
beginner mistakes 💀 ty tho
[SOLVED] TypeError: Failed to construct 'URL': Invalid URL
Recommended threads
- Endless certificate generation cycle
Hello, when I try to add the subdomain stats.hedgehog-rp.ru, I get an infinite loop while the certificate is being generated. There are no problems with adding ...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- How to handle ghost accounts created by ...
Appwrite create the account with the email and send an invitation link with a secret. I am able to accept the invitation and add the account as a member on the ...