Hi guys,
There is one weired scenario.
We want to deploy from test to production for certain modules. As some of our requirements are not completed and forget to segregate new logic with boolean flag, so we are trying to push the code which is completed. So what we did we publish modules from prod to test and then make changes which are completed and trying to do deployment. But it generates below error.
Is it because of mismatch arguments or signature of server action that module consume from dependecies?
We are not suppose to do direct deployment from service center or srvice studio. Please suggest a way ASAP.
Hi Virat Kohli 😉,
If the issue is still not resolved, you can open a support ticket with OutSystems and share the error with them.
Two of your actions are returning different datatypes
It appears that some modules which were compatible with older method signatures are now failing due to recent changes in these signatures. Do review these methods.
Hi Siya,
Thanks for the reply!
But as I have checked the server action it has same return type.
producer module:
Consumer Module from the newly module that we publish from prod to test
Original Consumer module in test env
So what I did, is just publish without refreshing the dependecies and trying deploying sepecific modules from lifetime. So is it like it has created another structure internally?
Can you try refreshing the dependencies (don't publish) and see if there are any errors? Also, while deploying, please check if there are any dependent applications being published that might be causing this error.