runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /(.*\.(js|css|png|jpg|svg|ttf|ico|manifest|pdf))$
static_files: \1
upload: .*\.(js|css|png|jpg|svg|ttf|ico|manifest|pdf)$
# catch all handler to index.html
- url: /.*
static_files: index.html
upload: index.html
Hi Nikos,
I was able to reproduce this issue only by accessing your website’s home page first, this added a Service worker cookie to my browser which seems to be the root cause of this behavior as when removed the page https://quantumjs.com/brochures/JavaScript-Bootcamp.pdf loads correctly.
If you have further questions please note that you would have better assistance from the community by posting in StackOverflow, where you will receive more visibility, resulting in a faster resolution.
The purpose of Google Groups is intended for general discussion about our products.