You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop (please complete the following information):
OS: Linux Ubuntu 18.04
Browser Chrome
Version 73
Additional context
This is probably related to the spa prerendering plugin because when I generate prod build with yarn build command I can see the wrong html template in dist/login/index.html file.
The text was updated successfully, but these errors were encountered:
tbetous
changed the title
Prerendering generate link related to localhost into the html of login page
Prerendering generate localhost related links into the html of login page
May 13, 2019
It only happens when you navigate directly in /login, if you start at root then navigate I can't reproduce.
Maybe vue-head might be messing with it too ?
Yes, I suspect either a wrong behaviour from vue-head or from pwa-plugin. What makes me to think that is that all these headers are generated with pwa-plugin based from what is written in manifest.json.
These headers should be generated with relative path.
I am not sure at all, but I don't have the time right now to dig into it.
Describe the bug
Prerendering have a weird behaviour with manifest icons. Particularly when it renders
/login
. We can found this in the head tag :To Reproduce
Steps to reproduce the behavior:
Expected behavior
The html code should look like this :
Desktop (please complete the following information):
Additional context
This is probably related to the spa prerendering plugin because when I generate prod build with
yarn build
command I can see the wrong html template indist/login/index.html
file.The text was updated successfully, but these errors were encountered: