The first time you open Compute Engine on the right sidebar it guides you to start the tutorial. That’s what I followed. On Mon, Nov 12, 2018 at 5:13 PM 'Amit (Google Cloud Support)' via Google App Engine <[email protected]> wrote:
> Hello Dos, > > Did you follow any official tutorial / documentation from Google? if Yes, > Please provide us the link so we can check and take necessary action to > change the wrong information or update if required. > > > On Friday, November 9, 2018 at 4:51:23 PM UTC-5, Dos Branding wrote: >> >> Hi Amit. Then the tutorial should be updated so that it works from the >> get go. >> On Thu, Nov 1, 2018 at 9:56 AM 'Amit (Google Cloud Support)' via Google >> App Engine <[email protected]> wrote: >> >>> Hello Dos, >>> >>> By looking at your given error, it seems like the default port you are >>> using to connect mongoDB is native driver port, not HTTP connection port. >>> As I went through some community posts [1,2] related to this error, It >>> seems like MongoDB version 3.6 >>> <https://docs.mongodb.com/manual/release-notes/3.6-compatibility/index.html#http-interface-and-rest-api> >>> removes the deprecated HTTP interface and REST API connection. So if you >>> are using this version, you will need to use any mongodb driver,such as >>> this <https://github.com/mongodb/node-mongodb-native>, to access the >>> database, you won't do any ‘POST’ command for this version. Additionally, >>> you can also follow this >>> <https://cloud.google.com/solutions/deploy-mongodb> article regarding >>> deploying Mongodb on Google Compute Engine. >>> >>> [1] >>> https://stackoverflow.com/questions/23446876/cannot-access-mongodb-through-browser-it-looks-like-you-are-trying-to-access-m >>> >>> [2] https://groups.google.com/forum/#!topic/mongodb-user/S0-9Al9sd9w >>> >>> >>> >>> On Wednesday, October 31, 2018 at 11:35:42 AM UTC-4, Dos Branding wrote: >>>> >>>> Following the tutorial on Google Compute Engine, I am having trouble >>>> completing the tutorial because it doesn't show how to add ports. >>>> >>>> I created 2 instances, one backend and one front end. >>>> >>>> However if I click on the external ip, it says the site is not working. >>>> >>>> I have attached my links as well as the error I was receiving. >>>> >>>> http://104.196.177.94 is my backend instance >>>> >>>> http://104.196.223.176 is my frontend instance. >>>> >>>> Also are there any videos showing how to do this? >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google App Engine" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/google-appengine. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/google-appengine/cf15374d-f240-407d-abb8-c5e693f2facc%40googlegroups.com >>> <https://groups.google.com/d/msgid/google-appengine/cf15374d-f240-407d-abb8-c5e693f2facc%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/3b218414-0a65-4bd2-aaba-a4adb0703ea0%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/3b218414-0a65-4bd2-aaba-a4adb0703ea0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAGpDUtXGMjUCWY8ckTCpB2%2Ban3X9KF29uwY_%3DecZ1O6krXk0hg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
