I have a website which in a DEV context has the URL localhost:8080/MySite and on test/live it will just be www.test.mysite.com and www.mysite.com
In my manifest i have
FALLBACK:
/ offline.html
the problem is if the user hits localhost:8080/MySite
(not no slash on end) and the fallback kicks in they get redirected to localhost:8080MySite
which bugs...
Does anyone know around this issue, I tried / /offline.html
but that bugged the manifest