Google Domains Tech Support Team Definitely Wins Today
After pushing through lots of issues across multiple hosting platforms and multiple cms tools, Google Domains Tech Support team definitely did the best job of just doing their job. Firebase .... so far not useful.
Using Firebase to host a Blog. Static content. Jekyll it is.
So PRessable so far isn’t impressing me with their support. They didn’t make it braindead simple to point a subdomain. Not sure who is winning from the painful lack of tech ability at Shopify and Pressable. Now I’m afraid posting to Village the Game blog will take coding skills. This is insanity. Maybe my fears will be abated as I learn firebase and how nifty it is.
So here we go.
Issues
-
So how do to make subdomain blog.villagethegame.com point to the site.
-
Won’t let me add second A record:
-
-
Resolved. Google Domains tech support “Gem” showed me how to add second ip on first try. Yay!!
-
Not off to a good start. Can’t even fucking deploy. And firebase tech support doesn’t respond until monday.
-
-
Darians-MacBook-Pro:blog.villagethegame.com darianhickman$ firebase deploy --debug
-
[2017-12-09T23:18:01.067Z] ----------------------------------------------------------------------
-
[2017-12-09T23:18:01.071Z] Command: /usr/local/bin/node /usr/local/bin/firebase deploy --debug
-
[2017-12-09T23:18:01.071Z] CLI Version: 3.16.0
-
[2017-12-09T23:18:01.071Z] Platform: darwin
-
[2017-12-09T23:18:01.072Z] Node Version: v6.10.1
-
[2017-12-09T23:18:01.072Z] Time: Sat Dec 09 2017 15:18:01 GMT-0800 (PST)
-
[2017-12-09T23:18:01.072Z] ----------------------------------------------------------------------
-
[2017-12-09T23:18:01.088Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
-
[2017-12-09T23:18:01.089Z] > authorizing via signed-in user
-
[2017-12-09T23:18:01.091Z] >>> HTTP REQUEST GET https://admin.firebase.com/v1/projects/villagethegameblog
-
-
Sat Dec 09 2017 15:18:01 GMT-0800 (PST)
-
[2017-12-09T23:18:01.662Z] <<< HTTP RESPONSE 200 server=nginx, date=Sat, 09 Dec 2017 23:18:01 GMT, content-type=application/json; charset=utf-8, content-length=129, connection=close, x-content-type-options=nosniff, strict-transport-security=max-age=31536000; includeSubdomains, cache-control=no-cache, no-store
-
[2017-12-09T23:18:01.664Z] >>> HTTP REQUEST GET https://admin.firebase.com/v1/database/villagethegameblog/tokens
-
-
Sat Dec 09 2017 15:18:01 GMT-0800 (PST)
-
[2017-12-09T23:18:02.028Z] <<< HTTP RESPONSE 200 server=nginx, date=Sat, 09 Dec 2017 23:18:01 GMT, content-type=application/json; charset=utf-8, content-length=268, connection=close, x-content-type-options=nosniff, strict-transport-security=max-age=31536000; includeSubdomains, cache-control=no-cache, no-store
-
So even after buying Google Cloud Gold Support, there is no solution.
-
-
Google Support Ticket: https://enterprise.google.com/supportcenter/managecases#Case/0016000001GhE0n/U-14416186
-
-
Firebase: https://firebase.google.com/support/ | These people don’t seem to have a portal for tickets… argh.
-
LinkedIn Leads on Firebase team/staff:
-
-
-
Since Firebase deploy is failing and Firebase Support is unresponsive I’m digging up backup plan of hosting on a cms for app engine standard environment.
-
/Users/darianhickman/gdk2/bin/gcloud
-
Hello World for go app engine.
-
Hmm… something obvious failed here so backtracking even further just setting up several subdomains and just decide which one wins …
Setting up Sub Domains for Handling Content whereever it make reside:
-
Github Pages for VillagethegGame.github.io worked per directions. Not too painful of a setup.
-
http://blog3.villagethegame.com/ successfully points to: villagethegame.github.io
-
Google Storage was a pain in the ass on several previous attempts at hosting public static content. Doing obvious things like makeing a bucket recursively and permanently public was miserable. But stack overflow slowly the rescue: gsutil defacl set public-read gs://bucket Unaiherran
So how do to make subdomain blog.villagethegame.com point to the site.
Won’t let me add second A record:
- Resolved. Google Domains tech support “Gem” showed me how to add second ip on first try. Yay!!
Not off to a good start. Can’t even fucking deploy. And firebase tech support doesn’t respond until monday.
|
So even after buying Google Cloud Gold Support, there is no solution.
- Google Support Ticket: https://enterprise.google.com/supportcenter/managecases#Case/0016000001GhE0n/U-14416186
- Firebase: https://firebase.google.com/support/ | These people don’t seem to have a portal for tickets… argh.
- LinkedIn Leads on Firebase team/staff:
Since Firebase deploy is failing and Firebase Support is unresponsive I’m digging up backup plan of hosting on a cms for app engine standard environment.
- /Users/darianhickman/gdk2/bin/gcloud
- Hello World for go app engine.
- Hmm… something obvious failed here so backtracking even further just setting up several subdomains and just decide which one wins …
Github Pages for VillagethegGame.github.io worked per directions. Not too painful of a setup.
- http://blog3.villagethegame.com/ successfully points to: villagethegame.github.io
Google Storage was a pain in the ass on several previous attempts at hosting public static content. Doing obvious things like makeing a bucket recursively and permanently public was miserable. But stack overflow slowly the rescue: gsutil defacl set public-read gs://bucket Unaiherran
Comments