Hi Dave,

I'm running the source package on ubuntu.

Show Only this message:

Internal server error

Doesn't created an ticket.

I need to make this file available for Google to validate my PWA and run 
the application (I made an apk and uploaded it on Google Play as TWA) 
without showing the navigation bar.

This file contains sha256_cert_fingerprints.

Thanks and best regards.

Em sexta-feira, 31 de maio de 2019 19:07:39 UTC-3, Dave S escreveu:
>
>
>
> On Friday, May 31, 2019 at 7:54:16 AM UTC-7, Daniel Guilhermino wrote:
>>
>> HI,
>>
>> I'm having trouble exposing a file in the following way:
>>
>> https://example.com/./well-known/file.json
>>
>> I configured my routes.py like this:
>>
>> routers = dict (
>>
>>      # base router
>>      BASE = dict (
>>          default_application = 'connect',
>>          root_static = ['favicon.ico', 'sw.js', 'well-known / file.json'],
>>      ),
>> )
>> routes_in = (
>>          ('well-known / file.json', '/app/static/file.json'),
>>      )
>> routes_out = ('/app/static/file.json','well-known/file.json')
>>
>> *Note:*
>>
>> *The file are in static folder, I don't created 'well-known' folder.*
>>
>> But web2py crashes ...
>>
>
> Crashes in what way?  Does the web2py.exe (or from source, python 
> web2py.py) exit?
> Or do you get an entry in myapp/errors that includes a traceback?
> What gets displayed by the crash?
>  
> Do you really have spaces around the '/' after 'well-known' ?
>
>
>> Any suggestions on how I can resolve this issue?
>>
>> Thanks in advance and best regards!
>>
>
> Good luck!
>
> /dps
>  
>

-- 
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/3802a88d-6362-4647-9f6a-78f926f730de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to