Localhost is not the right setup. Does this require localhost for dev or is and online IDE like Firebase.studio and option?
TL;DR
Developers are trying to connect Appwrite to Firebase.studio. They should ensure they use the Appwrite SDK and call `client.setEndpoint()` with a valid endpoint to avoid a "TypeError: Invalid URL" error. Localhost setup is not recommended; online IDE like Firebase.studio is an option for development.
Business of Technology
27 May, 2025, 02:09
It gives me an error that says...
TypeError: Invalid URL
Steven
27 May, 2025, 02:32
I don't really know what you're doing so it's hard to say.
Are you using the Appwrite SDK and getting an error? Did you call client.setEndpoint() and pass a valid endpoint?