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
CodeGen issue when upgrading from 1.3.1 to 1.5.1 #2605
Comments
|
I got same error from 1.4.0 to 1.5.1
|
|
I found out what was the problem in our case. We had a |
Yes it is! The answer is saved me!! |
|
I'll close this since it is a duplicate. |
Description
After upgrading from 1.3.1 to 1.5.1 I get this error in the console
Reproduce Steps
I don't have any reproduction steps other than the package upgrade but I don't know which part of our codebase is triggering this. The project is huge and we probably cannot send it due to company policy.
Is there any way I can get a better stack trace?
Actual Outcome
The codegen has this exception and the project cannot run.
Expected Outcome
A smooth upgrade or an error message saying what serialization code should change.
Environment
Additional Context
I'll try to find what part of our serialization code might be causing this but it would be good if there was a way to see where it breaks or what serialization code-gen changes happend.
And again this is the error log
I noticed one code-gen feature is added for initialization and that might be the cause? I assume there is no regression in the other serialization codes of course.
The text was updated successfully, but these errors were encountered: