Re: [google-appengine] Re: dispatch.yaml not routing

2022-03-17 Thread 'Rajesh G' via Google App Engine
I am further continuing to explore deploying a gatsby project to appengine I created an appengine service called 'gatsby', and I want to serve in the following manner https://bgsample.appspot.com/gatsby

Re: [google-appengine] Re: dispatch.yaml not routing

2022-03-15 Thread 'Rajesh G' via Google App Engine
Ok. It works now. Thanks On Mon, Mar 14, 2022 at 9:35 PM 'Jofre Riba Sánchez' via Google App Engine < google-appengine@googlegroups.com> wrote: > Your app.js in the prolisting folder of the example repo does not have a > handler for the /prolisting path. This is why express can't get the >

[google-appengine] dispatch.yaml not routing

2022-03-11 Thread 'Rajesh G' via Google App Engine
Hi, I created two simple services based on nodejs and hello-world sample. I am trying to explore dispatch.yaml My dispatch.yaml. dispatch: # Send all listing traffic to the listing frontend. - url: "*/prolisting/*" service: prolisting - url: "*/prolisting" service: prolisting - url: "*/*"

[google-appengine] HttpTaskHandler payload is empty

2022-03-30 Thread 'Rajesh G' via Google App Engine
Hi, I am following https://github.com/googleapis/nodejs-tasks/tree/main/samples I have deployed the above to a

Re: [google-appengine] Re: dispatch.yaml not routing

2022-03-21 Thread 'Rajesh G' via Google App Engine
FYI, I explored gatsby-express-plugin It does not have the above two issues. Please see bgsample.appspot.com/gatsby-express See the

[google-appengine] 50k pages hosting on nodejs appengine

2022-03-25 Thread 'Rajesh G' via Google App Engine
Hello, I am planning to host 50k statically generated pages on nodejs appengine. The pages are generated using gatsby. Will it affect the performance of the server? Can it be hosted on the F1 instance? -- Support Team www.servicefolder.com *Field Service Software on Google Cloud Platform and

Re: [google-appengine] 50k pages hosting on nodejs appengine

2022-04-06 Thread 'Rajesh G' via Google App Engine
s ago and it was incredibly sub-par > for a CDN, so looked for alternatives (and Cloudflare Pages was the pick of > them). > > Nick > > > On Fri, 25 Mar 2022 at 18:58, 'Rajesh G' via Google App Engine < > google-appengine@googlegroups.com> wrote: > >> Hello, >&g

Re: [google-appengine] Re: hot reload: mvn google cloud sdk

2022-04-21 Thread 'Rajesh G' via Google App Engine
> https://cloud.google.com/appengine/docs/standard/java/maven-reference#appenginerun >> Especially the config for the Pom.xml file to put the classes in the >> correct folder. >> >> Thanks >> >> >> On Tue, Apr 19, 2022 at 8:43 PM 'Rajesh G' via Google App Engin

Re: [google-appengine] Re: hot reload: mvn google cloud sdk

2022-04-21 Thread 'Rajesh G' via Google App Engine
If you dont' use IDE like eclipse or netbeans (it is not available on windows 11 wsl2 env) Use mvn compile. It is working for me now on windows 11. I will try on wsl2 later. On Sat, Apr 16, 2022 at 10:20 PM Ludovic Champenois < ludovic.champen...@gmail.com> wrote: > Hi, > Almost there, I

[google-appengine] hot reload: mvn google cloud sdk

2022-04-16 Thread 'Rajesh G' via Google App Engine
Hello, I have created a simple java appengine using maven archetypes. I am not using eclipse (because I don't have eclipse in windows wsl2.) I run the server using mvn appengine:run Then I do simple changes to a servlet. Then another window, I run mvn:compile. It compiles into the

[google-appengine] Re: hot reload: mvn google cloud sdk

2022-04-19 Thread 'Rajesh G' via Google App Engine
Hi, any ideas on how to make the hot reload work Thanks On Sat, Apr 16, 2022 at 5:20 PM Rajesh G wrote: > Hello, > I have created a simple java appengine using maven archetypes. > I am not using eclipse (because I don't have eclipse in windows wsl2.) > > I run the server using > mvn

Re: [google-appengine] Re: appengine cron jobs

2022-06-15 Thread 'Rajesh G' via Google App Engine
I dont see the jobs to pause them. Regards, [image: image.png] On Thu, Jun 16, 2022 at 12:36 AM 'Andres Marquez Rodriguez' via Google App Engine wrote: > You can’t ‘stop’ it, but here is a documentation on how to pause it. [1] > > [1]

[google-appengine] appengine cron jobs

2022-06-15 Thread 'Rajesh G' via Google App Engine
Hello, How do I stop 'appengine-cron-jobs' from a console? I am referring to the following screen in the console [image: image.png] -- Support Team www.servicefolder.com

[google-appengine] authentication for google appengine java

2022-04-27 Thread 'Rajesh G' via Google App Engine
Hello, I have been using java app engine for few years now. My app is using UserService for authentication in the servlets Now, I am creating a new app. I am exploring what options are available for authentication for use with java appengine. I checked around firebase authentication. But, did

[google-appengine] Re: authentication for google appengine java

2022-05-03 Thread 'Rajesh G' via Google App Engine
Hello All, Any examples on how to use firebase authentication with java appengine standard. Documentation did not help me much and dont' know how to put the pieces together in a java servlet environment. On Wed, Apr 27, 2022 at 7:11 PM Rajesh G wrote: > Hello, > I have been using java app