No styles applied to my PDF #882
Unanswered
jesperbjoernandersen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've recently upgraded one of our applications to newest versions of laravel, packages etc. Currently I've run into an issue with Browsershot, where no styles are applied at all. This is both from @Vite() directive, directly adding to css, using inline styles and also using ->setOption('addStyleTag', json_encode(['path' => public_path('build/assets/pdf.css')])).
Im curious if anyone else has run into this?
I'm using:
Node v18.19.0
NPM v9.2.0
Debian 12
Laravel 11
My system is also running on a docker container.
Beta Was this translation helpful? Give feedback.
All reactions