What should be the endpoint address when I use Flutter + Deno + MongoDB? #12580
Unanswered
goodmanworld
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
This is more of an Android emulator issue, rather than a Deno issue. I suggest you ask around on the Deno Discord (https://discord.gg/deno), or in the Flutter community. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Why don't you try to make the Deno backend listen on you public IP directly? 0.0.0.0 means you are gonna listen on all IPs available on your machine, however if 10.0.0.2 is not configured as your public IP you won't be able to listen for anything there |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Flutter, VSCode and Android emulator in Windows 10. Also Deno as the backend server. I am trying to connect Flutter app to Deno app locally in my PC. But I don't know what address exactly I must use?
This is the address I am trying to send
get, post, etc.requests from the Flutter app to:And this is the address I am trying to receive those requests inside my deno app:
And the endpoints such as
/api/registerwork when I use postman to test them with the follwong address for example:I don't know what is the problem and how can I fix it?
Beta Was this translation helpful? Give feedback.
All reactions