[google-appengine] Getting history mode to work with Vue app deployed on Google Cloud

2018-07-30 Thread Nikos Katsikanis
Can someone advise on this https://stackoverflow.com/questions/51563340/getting-history-mode-to-work-with-vue-app-deployed-on-google-cloud http://www.quantumjs.com/events works if you visit index first, but not if direct -- You received this message because you are subscribed to the Google

Re: [google-appengine] Re: React JS routers doesn't work

2018-07-30 Thread Nikos Katsikanis
pls share your ap.yaml, I have the same issue with a vue app On Friday, July 27, 2018 at 2:26:23 PM UTC+1, Birhanu Hailemariam wrote: > > That looks like it. Changed the first handler to this */(.*) *and the > send only to* / *and now got it work. Thanks, Jean! > > On Fri, Jul 27, 2018 at 12:26

[google-appengine] Re: Pushed my site with deploy but old one remains

2019-01-03 Thread Nikos Katsikanis
This UI is confusing, how do I stop this service? On Saturday, December 22, 2018 at 4:22:21 PM UTC+2, Nikos Katsikanis wrote: > > It worked now https://issuetracker.google.com/issues/121345412 > > On Saturday, December 22, 2018 at 1:01:29 PM UTC, Nikos Katsikanis wrote: >>

[google-appengine] Site in app engine allows downloads of PDF over HTTP but not HTTPS

2019-01-19 Thread Nikos Katsikanis
Any ideas why this works http://quantumjs.com/brochures/JavaScript-Bootcamp.pdf but https doesn't? https://quantumjs.com/brochures/JavaScript-Bootcamp.pdf using runtime: python27 api_version: 1 threadsafe: true handlers: - url: /(.*\.(js|css|png|jpg|svg|ttf|ico|manifest|pdf))$

[google-appengine] Re: Site in app engine allows downloads of PDF over HTTP but not HTTPS

2019-01-22 Thread Nikos Katsikanis
app engine completely scrambles it On Saturday, January 19, 2019 at 4:00:12 PM UTC+1, Nikos Katsikanis wrote: > > Any ideas why this works > > http://quantumjs.com/brochures/JavaScript-Bootcamp.pdf > > but https doesn't? > > https://quantumjs.com/brochures/JavaScript-

[google-appengine] Re: Pushed my site with deploy but old one remains

2018-12-22 Thread Nikos Katsikanis
Sorry even if I only put text, I can't submit anything. What component am I supposed to put? On Monday, December 3, 2018 at 6:07:25 PM UTC, Katayoon (Cloud Platform Support) wrote: > > Hi Nikos, > > There is a likelihood that you have missed filling some required fields or > your message

[google-appengine] Re: Pushed my site with deploy but old one remains

2018-12-22 Thread Nikos Katsikanis
It worked now https://issuetracker.google.com/issues/121345412 On Saturday, December 22, 2018 at 1:01:29 PM UTC, Nikos Katsikanis wrote: > > Sorry even if I only put text, I can't submit anything. What component am > I supposed to put? > > > > On Monday, December 3, 2

[google-appengine] Re: Pushed my site with deploy but old one remains

2018-12-01 Thread Nikos Katsikanis
thanks, I can't seem to submit my issue: buttons greyed out On Wednesday, November 28, 2018 at 8:27:10 PM UTC, George (Cloud Platform Support) wrote: > > Hi Nikos, > > You app's logs show errors similar to: > > methodName: "google.appengine.v1.Versions.CreateVersion" > > "status: { >

[google-appengine] Re: Pushed my site with deploy but old one remains

2018-11-20 Thread Nikos Katsikanis
Thx! The yaml runtime: python27 api_version: 1 threadsafe: true handlers: - url: / static_files: dist/index.html upload: dist/index.html - url: /.* static_files: dist/index.html upload: dist/index.html skip_files: - media - node_modules - public - src - tests -

[google-appengine] Pushed my site with deploy but old one remains

2018-11-20 Thread Nikos Katsikanis
I pushed my app with gcloud app deploy and it still remains the old one https://fluid-griffin-211109.appspot.com/ I spun up a new app and deployed there and it worked. Any ideas? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Discord server for GCloud / Google App Engine

2018-11-20 Thread Nikos Katsikanis
Hey guys, I made this server which could do with some more experts to come and talk about app.yaml files etc. We are finding the docs a bit too sparse. This is our Official invite link https://discord.gg/9yGuxRV -- You received this message because you are subscribed to the Google Groups

[google-appengine] gcloud app deploy, uploads whole root directory even though app.yaml only specifics 1 upload directory

2018-11-19 Thread Nikos Katsikanis
I have the following app.yaml: runtime: python27 api_version: 1 threadsafe: true handlers: - url: / static_files: dist/index.html upload: dist/index.html - url: /(.*) static_files: dist/\1 upload: dist/(.*) However, I have files outside of dist are also attempted to be

[google-appengine] Re: gcloud app deploy, uploads whole root directory even though app.yaml only specifics 1 upload directory

2018-11-19 Thread Nikos Katsikanis
thanks for that! On Monday, November 19, 2018 at 7:35:22 PM UTC, Vitaly Bogomolov wrote: > > Hi, Nikos > > You can use skip_files directive to reduce number of uploaded files > > > https://cloud.google.com/appengine/docs/standard/python/config/appref#skip_files > > WBR, Vitaly > -- You

[google-appengine] Re: gcloud app deploy leaves files renamed with hashname in staging bucket

2018-11-19 Thread Nikos Katsikanis
OK, I REFRESHED THE PAGE, IT WORKS NOW! On Monday, November 19, 2018 at 8:29:57 PM UTC, Nikos Katsikanis wrote: > > I am following the jist of this tutorial > > > https://medium.com/@matryer/cloud-hack-how-to-get-production-ready-free-static-website-hosting-cbc2d25c5771 >

[google-appengine] Re: Pushed my site with deploy but old one remains

2019-01-07 Thread Nikos Katsikanis
awesome, I deleted the old project to get the custom domain free, any idea how long I need to wait? Point your domain to qunatumvue Google will add a free, auto-renewing SSL certificate to your application for security. The following domain and subdomains will be mapped: - www.quantumjs.com

[google-appengine] Re: Pushed my site with deploy but old one remains

2019-01-03 Thread Nikos Katsikanis
Is there a step by step guide for this? I'm not sure about the steps you propose. On Thursday, January 3, 2019 at 5:59:04 PM UTC+2, George (Cloud Platform Support) wrote: > > Hello Nikos, > > You seem to want to stop your default service, which is not possible. This > is why your button is

[google-appengine] Re: Site in app engine allows downloads of PDF over HTTP but not HTTPS

2019-01-26 Thread Nikos Katsikanis
ill > receive more visibility, resulting in a faster resolution. > > The purpose of Google Groups is intended for general discussion about our > products. > > > On Tuesday, January 22, 2019 at 9:23:39 AM UTC-5, Nikos Katsikanis wrote: >> >> app engine completely scramb