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
- Substring lookup for array elements
Hello, Is substring look up possible for array of strings? ```js Query.contains('product_names', [chair]), ``` this only works if I have the exact item name. `...
- Hey everyone! I'm trying to self-host th...
Hey everyone! I'm trying to self-host the latest Appwrite version (1.8.1) on Coolify. Which docker-compose.yml file should I use from their repo? Can someone he...
- Weird Query Error
In next js I am getting this error in the image ```js queries: [ Query.equal('title', TitleId), Query.limit(10) ] ``` am I doing something...