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
I work with an apache server with sspi auth, so I've been having problems with the manifest.json include returning 401, with the text:
This server could not verify that you are authorized to access the URL "[...]/manifest.json". You either supplied the wrong credentials (e.g. bad password), or you browser doesn't understand how to supply the credentials required.
Adding crossorigin=use-credentials to the manifest link tag fixes it, but there is no automatic generation, it's something I have to do every time I build a new version. This is something that could be a plugin setting
What does the proposed API look like?
add pwa.crossorigin seeting option to vue.config.js file to specify if crossorigin tag should be added and if so, it's value