Hi I haven’t tried GAE but maybe is the controller.

Are you using the decorator ’action()’ to expose the function ?.

Ex:
@action('some_name')
def some_function():

  return locals()

Then you acces like http://IP/your_app/some_name

Cheers.
Chris.

El El mar, 4 de feb. de 2020 a la(s) 15:46, Jacinto Parga <jpar...@gmail.com>
escribió:

> I cannot properly deploy a simple py4web app in GAE. I think it's just a
> .gcloudignore or a app.yaml configuration issue. The only thing I've got is
> a not found page.
>
> [image: minimal-py4web.png]
>
> Some help about how to route the right app in the google app engine?
>
> Thanks
>
>
>
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/a7ba6f1c-2c53-4f30-8197-9c0b51d3229d%40googlegroups.com
> <https://groups.google.com/d/msgid/web2py/a7ba6f1c-2c53-4f30-8197-9c0b51d3229d%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CA%2Bs%2BuJtjDF5iq78NtUcd%3DLT_ax3pL50aX69CYbYmMtYoj4cHzg%40mail.gmail.com.

Reply via email to