Hello Team
I have a problem, The application is go live and working in Production.
The issue is there is a model which contains API's and server actions, is deleted and same module is created with the same name, now the issue is
When we are deploying the application to the test env it is throwing error
The module with same name exist,
So what we did is we change the module name and deployed to test,
Now the issue is the old module is displaying in lifetime with and saying to hot fix,
I am really confused what to do.
Will this have any impac on production?
Thanks
Hi @Dev Account,
The lifetime display of the old module and hotfix suggestion are due to its presence in the test environment's history.
you can also recover your deleted module.
https://www.outsystems.com/forge/component-overview/10897/
If this does not work,
I would suggest you to proceed with deploying the renamed module to Test.
Same do for production deploy module with another name (if you face issue test to production dep) then again rename with original (previous) name of module.
Kind regards,
Sanjay Kushwah
Hi @Dev Account ,
You can try one more thing, open same module in test environment and then switch the environment from test to dev by doing this you will be logged in dev environment but there will be open module you can see in tab now publish that the module.
By doing this same module will be available in dev environment as well.
Best
Arun
Hi Arun,
I have opened the dev and test environment parallel.
Afterwards I just moved the module tab by drag and drop from the test environment window to the dev environment window.
It published the module in the dev environment window afterwards without any further requests ;)
Best regards,
Sascha