Hi, when I am running my nextjs project locally everything is working fine but when I run the website on a vm I am getting "AppwriteException: Network request failed " So I am trying to connect to <My Ip>:3000/login and the login is failing due to the network error my appwrite server is on cloud.appwrite.io
Does this VM have Internet access?
Can you reach https://cloud.appwrite.io from a browser in this VM?
have you configured your project with the ip of your vm?
how do I do that?
yes
In the Console Overview page, near the bottom, there’s an Add platform button
that what I was missing!, thanks!
If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title
[SOLVED] my website is working in localhost but not when running on a vm in my network
Recommended threads
- Emails not coming
I'm building a simple web app that registers users with an email and password. The user is created successfully in my (auth) page, but the verification email is...
- Unable to login to site using appwrite ...
Hi, i made a website using appwrite google authentication and db. And it was working fine for few days. But now google login doesn't work. Its not showing any e...
- Is it possible to create and update with...
Desde la comunidad latina. Es posible ejecutar un CREATE y un UPDATE , en la misma transacción? mi objetivo es que el ID creado, se coloque en el array del upd...