Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWA Pre-cache manifest points to blade index file #10

Open
tylergets opened this issue Sep 3, 2018 · 1 comment
Open

PWA Pre-cache manifest points to blade index file #10

tylergets opened this issue Sep 3, 2018 · 1 comment

Comments

@tylergets
Copy link

While this might slightly be out of scope, I wanted to post as others might have had this problem. When using the PWA plugin, the resulting precache manifest has an entry that looks like this. Because index.php is not listed, Chrome Lighthouse fails to identify the start_url and therefore the install app to homescreen option is never triggered.

self.__precacheManifest = [
  {
    "revision": "36d69c06d57b5cafc0700cbcf4103138",
    "url": "/../resources/views/index.blade.php"
  }
];
@flkc
Copy link

flkc commented Sep 20, 2018

Any new info on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants