[google-appengine] Why is Jinja2 urlize filter not working with GAE flask app?

2019-10-17 Thread BLONDEV INC

When I run my flask app locally, the Jinja2 urlize filter works 
beautifully, converting the URL from text to hyperlink.  

  [image: Snip20191017_10.png]

Here is how I am implementing (beautifully simple) in the template:  



[image: Snip20191017_12.png]



When, however, I deploy the app via GAE (3.7, standard environment), the 
URL is just text on the page, without the hyperlink. 

  [image: Snip20191017_11.png]


What is going on here? How do I remedy 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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fa66d8e1-b417-4c5b-9a3d-fe54f2c4e886%40googlegroups.com.


[google-appengine] Re: CloudBuild Issues

2019-10-17 Thread 'Yasser Karout' via Google App Engine
You should be able to set the timeout to 24 hours [1]. I see you have a 
potential workaround in the Stack post regarding manually building a 
container [2]. Can you confirm if that worked for you?

Thanks,

[1] https://cloud.google.com/cloud-build/docs/build-config#timeout_2
[2] 
https://stackoverflow.com/questions/50046545/google-app-engine-build-timed-out-during-deployment

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e052a068-910a-4778-a470-e6fdd537358c%40googlegroups.com.


[google-appengine] Re: deploy error - token exchange failed

2019-10-17 Thread 'George (Cloud Platform Support)' via Google App Engine
You should rather run gcloud auth application-default login 
, 
if your intention is to acquire new user credentials to use for Application 
Default Credentials. 

How did you grant roles to your user account, exactly? 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a2ceff6d-1ab3-4dd9-a216-281de5075c46%40googlegroups.com.


[google-appengine] Managed SSL certificate is invalid/revoked

2019-10-17 Thread eaigner
I moved my domain that was associated with an appengine project to another 
registrar.
This resulted in the domain getting unverified again.
I added and verified the new domain and it worked.
But now the Google managed SSL certificate is marked as "REVOKED" in the 
browser and i cant delete it or trigger a refresh.

Now my appengine API domain is basically non-functional until the 
certificate expires?

How can I refresh it manually?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/41aad248-2e17-4010-a80b-9c9bc6f04578%40googlegroups.com.


[google-appengine] Re: Does gae support boto3?

2019-10-17 Thread 'George (Cloud Platform Support)' via Google App Engine
This sub-process is now supported in App Engine Standard production 
environment for Python 2.7. You are encouraged verify and report eventual 
errors. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2bc8fb6b-1e7d-46bd-a35d-e044866172a2%40googlegroups.com.