-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Bug]: Row headings missing after update to Laravel 11 #4182
Comments
@bpudenz commented related on this issue. |
I tried to dig in this afternoon and manually tweak it similar to the previous patch in the Sheet::open method with no luck. Locally it works fine. Whats odd is my QA has exports that worked 10 days ago. I squashed a couple commits, so I'm not certain if a version changed in there, or if its a config value causing it or what. Not sure its helpful, but these are the only non-default config changes for working in a multi-server/queue environment:
|
I think the problem is somewhere here: 3.1.50...3.1.51 When I use 3.1.50 its working, but on 3.1.51 its not working. |
I never use the multiserver setup, so I can't help here. If anyone figures out how perhaps #4034 causes this, feel free to PR a fix. |
I think I manage to pinpont where the problem is. The problem is in the file
If I commented that code it works on our vapor setup. |
I'm having the same issue but I'm using Laravel 10 running on Bref |
Can you please test #4198 |
I've tested it on Vapor, it seems this fixes our issue. |
I am not sure if it is related... but I tested #4198 on Laravel 10 (bref) with multiserver setup... and now the export is not working at all |
Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
What version of Laravel Excel are you using?
3.1.55
What version of Laravel are you using?
11.20.0
What version of PHP are you using?
8.3.9
Describe your issue
I'm exporting a CSV file on queue. And after updating to Laravel 11 the export seems to break the exporting of headings. The headings are missing.
The weird thing is this is working on my local environment, in my local environment I'm using Laravel sail (I'm using minio):
My live environment is in Vapor (i'm using AWS S3):
How can the issue be reproduced?
Download fresh install of Laravel 11, and use queue export and there's no headings
What should be the expected behaviour?
There should be headings on the csv file
The text was updated successfully, but these errors were encountered: