-
-
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
Serialized closure is not signed on Production Server #2251
Comments
The fact that it works local, but not on production might be due to |
patrickbrouwers
added a commit
that referenced
this issue
Jun 18, 2019
Hey @jayakusumah I can't really reproduce the issue, but reading different issues about the same error message I came to the following fix: #2257 |
patrickbrouwers
added a commit
that referenced
this issue
Jun 19, 2019
* Ensure that opis always has the same security provider (#2251)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[QUESTION].
Versions
Description
I get this error when the queue export
local.ERROR: The serialized closure is not signed. Make sure you use a security provider for both serialization and unserialization
my code
(new MemberExport)->queue($fileName);
Work on local but error on server.
Additional Information
Just follow official documentation (queued export)
The text was updated successfully, but these errors were encountered: