[google-appengine] Internal Server Error

2018-09-24 Thread Kiran Gupta

Hi
I am getting Internal Server Error while hosting Nodejs app on App Engine.
I have enabled all the required api required for the project.
I am able to send a request to my Nodejs, but response from nodejs on app 
Engine is giving Internal Server Error.

Thanks

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/eee1e75a-0805-4ee9-89b2-becee29458d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Newbie question - Deploy Coursebuilder

2018-09-24 Thread Desiree Andrews
Thank you!

On Mon, Sep 24, 2018, 3:14 PM diogoalmeida via Google App Engine <
google-appengine@googlegroups.com> wrote:

> Hello,
>
> I recommend that you start with the basics with the official site for
> Course Builder here
> .
>
> This forum is dedicated to Google App Engine, which is a different
> product, so if you have any technical questions on Course Builder, I
> suggest that you post on the appropriate forum
> 
>  and
> the Course Builder community will be able to help you.
>
>
> On Monday, September 24, 2018 at 1:31:27 PM UTC-4, Desiree Andrews wrote:
>>
>> Thought this was simple...can't get coursebuilder to deploy. Don't even
>> know how this cloud thingy really work. Where can I get the basics?
>> Thank you for ANY help!!!
>>
> --
> 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 google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> 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/f610a6ec-9de9-48d3-9c3c-ebf2827e1139%40googlegroups.com
> 
> .
> 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/CAD04WV%3DujA12%2BiBO1LW7P863xnmU7KSsodgXTwLA6pVfSeeVFg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google App Engine Flexible Cron Tasks Fail with SSL Redirection

2018-09-24 Thread 'Amit (Google Cloud Support)' via Google App Engine


Hi Chad

I went through a couple of posts that could related to this error. I 
believe this is the cause of the issue - cron accesses target URLs over 
http, and so when the handler tries to redirect to https it's throwing the 
301 'Moved permanently' response. It seems like cron jobs are triggered by 
the App Engine Cron Service over http. If you're forcing https redirection, 
consider adding another handler [3] just for the Cron jobs without any 
redirection. Also you can check this [4] link to enable retrying all failed 
cron jobs. I hope it helps. If the solutions mentioned in given links 
doesn’t work for you and convinced it might be a bug, you can report this 
in issue tracker .

[1] https://groups.google.com/forum/#!topic/google-appengine/PsOGESDKiGk

[2] 
https://stackoverflow.com/questions/15667681/can-app-engine-cron-jobs-use-https-ssl

[3] 
https://cloud.google.com/appengine/docs/standard/python/config/cron#securing_urls_for_cron

[4] 
https://cloud.google.com/appengine/docs/standard/python/config/cron#retrying_cron_jobs_that_fail


On Saturday, September 22, 2018 at 12:51:17 PM UTC-4, Chad Paulson wrote:
>
> Hello,
>
> I am having an issue getting cron tasks to work and I'm not sure there is 
> currently a remedy due to the limited nature of SSL support for GAE 
> flexible and the lack of handler support.
>
> Currently all of the tasks are failing because they are returning a 301 
> HTTP response code.  While this seems like an edge case, it also seems like 
> a bit of an infrastructure oversight and I would greatly appreciate any 
> assistance on this matter.
>
> Thanks,
> Chad
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/56f4c717-ac29-427e-bdcf-5282174da2cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Newbie question - Deploy Coursebuilder

2018-09-24 Thread diogoalmeida via Google App Engine
Hello,

I recommend that you start with the basics with the official site for 
Course Builder here 
.

This forum is dedicated to Google App Engine, which is a different product, 
so if you have any technical questions on Course Builder, I suggest that 
you post on the appropriate forum 

 and 
the Course Builder community will be able to help you.


On Monday, September 24, 2018 at 1:31:27 PM UTC-4, Desiree Andrews wrote:
>
> Thought this was simple...can't get coursebuilder to deploy. Don't even 
> know how this cloud thingy really work. Where can I get the basics?
> Thank you for ANY help!!!
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/f610a6ec-9de9-48d3-9c3c-ebf2827e1139%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Newbie question - Deploy Coursebuilder

2018-09-24 Thread Desiree Andrews
Thought this was simple...can't get coursebuilder to deploy. Don't even 
know how this cloud thingy really work. Where can I get the basics?
Thank you for ANY help!!!

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/a9652e45-9888-4966-a410-24b585b9e05e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Google App Engine Flexible Cron Tasks Fail with SSL Redirection

2018-09-24 Thread Maximiliano Contartesi
Task are executed inside the GAE, these task are served without SSL, you
need to check if you have any redirect in your APP and discrimine it.


Maximiliano Contartesi | mcontart...@tecnogo.com | +54 11 5680-3350 |
www.tecnogo.com



El sáb., 22 de sep. de 2018 a la(s) 13:51, Chad Paulson (
chad.paul...@gmail.com) escribió:

> Hello,
>
> I am having an issue getting cron tasks to work and I'm not sure there is
> currently a remedy due to the limited nature of SSL support for GAE
> flexible and the lack of handler support.
>
> Currently all of the tasks are failing because they are returning a 301
> HTTP response code.  While this seems like an edge case, it also seems like
> a bit of an infrastructure oversight and I would greatly appreciate any
> assistance on this matter.
>
> Thanks,
> Chad
>
> --
> 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 google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> 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/2412c304-2407-4e25-851c-d6cde59f4993%40googlegroups.com
> 
> .
> 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/CAC0jyv801ot3kLtrJvw%2BxpJFkFTTSADr4UBkbMuWEgavUC6Q7Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.