-
Notifications
You must be signed in to change notification settings - Fork 38
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
Generated inline styles are wrong #39
Comments
Thanks for reporting this issue @Tim152 I would see some other related open issues, it's not clear how well critical itself works with SPA, since all the HTML is generated dynamically.
Can you confirm if running |
@thescientist13 Thank you for respond! |
Hello! I have SPA (vue + vue cli), after build, I get styles from another page, my main page (
/
, -> redirect to/signin
) contains only auth form, simple header, footer, logo (look at example of using styles in screenshot) and it can't pass you next page, until you Sign InBut, my generated inline styles are from protected page (for authorized users)
How is it happen?
Puppeteer can't auth on it own, but seems it get protected page for generated styles, can I control somehow generating process for watching Pupeteer work, console?(might be getting Promise in config?).
My vue.config.js
Any suggestions?
The text was updated successfully, but these errors were encountered: