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
My project is running on 2 different servers, both running on docker apparently all in same environment. One of them creates pdfs without issue, the other one starts spouting gibberish on the pdfs:
Disk() one seems to be behaving more poorly, and never works. The straight save() only seems to work if I run ob_clean() beforehand. But I get some other weirder behaviour, sometimes by saving hello4.pdf, I get a hello5.pdf file created as well (probably from some earlier test attempt, maybe got cached or something?).
This discussion was converted from issue #172 on August 20, 2024 08:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What happened?
My project is running on 2 different servers, both running on docker apparently all in same environment. One of them creates pdfs without issue, the other one starts spouting gibberish on the pdfs:
I've done some debuggin and it gets a bit weirder, i've been testing with these two lines:
Disk() one seems to be behaving more poorly, and never works. The straight save() only seems to work if I run ob_clean() beforehand. But I get some other weirder behaviour, sometimes by saving hello4.pdf, I get a hello5.pdf file created as well (probably from some earlier test attempt, maybe got cached or something?).
How to reproduce the bug
Package Version
1.5.2
PHP Version
8.3.3
Laravel Version
10.48.20
Which operating systems does with happen with?
Linux
Notes
No response
Beta Was this translation helpful? Give feedback.
All reactions