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
Might be a dead end here - not sure. When attempting to serialize the webonyx schema, I'm running into this exception. The class definition that it's complaining about is, Symfony\Contracts\Translation\TranslatorInterface@anonymous.
I'm guessing that I'm trying to serialize way too much and needs to be broken down into much smaller pieces, if even doable. You can see the schema construction here.
The text was updated successfully, but these errors were encountered:
Can you make a test case or paste the stack trace? There shouldn't be a problem with how much you serialize, if it fails then something is wrong - unless the problem is memory perhaps.
Might be a dead end here - not sure. When attempting to serialize the webonyx schema, I'm running into this exception. The class definition that it's complaining about is,
Symfony\Contracts\Translation\TranslatorInterface@anonymous
.I'm guessing that I'm trying to serialize way too much and needs to be broken down into much smaller pieces, if even doable. You can see the schema construction here.
The text was updated successfully, but these errors were encountered: