Hello,I have a client action that is running and I had a message I wanted to stop from appearing so I deleted it, However the message dialogue was still appearing but emptyI set up debugger, and I realized it is still trying to access the deleted node, i then disabled some nodes to test and realized it is also going to the disabled nodes, so it is not allowing me to delete or disable any nodes.I have tried managing dependencies and the issue still persistsDoes anyone know what the issue would be?
Hi @Isaac Wangombe
Have You Published the module?
And Logmessage Client action is used for logging the message in service center only and may be for feedback popup u need to disable anyother widget
Thanks.
Karnika.K
Hello,Yes, I have published multiple times,It has been an issue since yesterday
Hey Isaac,That's a very weird behavior!
I noticed that what is showed on the screen is a feedback message and not a LogMessage.Can you clarify what the action LogMessage does, is it a custom action or the OutSystems default LogMessage that logs something on ServiceCenter?Are you really sure this feedback message is coming from the action on the screenshot? It looks like it might be a different action.
Maybe it's coming from the OnAfterFetch of the last DataAggregate 'GetTempGuests' you are refreshing?
Another option would be that you might have uploaded the module but had some error during the publish phase.
Can you confirm if the module was really published?If you go to ServiceCenter, Under the 'Factory' and then 'Modules' menu, and open this specific Module, what you see under the tab versions (Here is an example):
Can you confirm if the last version that was uploaded is also the one that is published?
If you are 100% sure the code you are analysing is the one triggering the feedback message and if the last version is also the one that is currently published on ServiceCenter and the deleted code is still being executed, I would suggest you to open a support case.
If you need an urgent workaround, you might try to copy this action, delete the old one and try chaning the new one's name, just to ensure it will really use the new action.
Best Regards,
RR :)
Hi,
Can you try by deleting the action and create it again and publish it.
Regards,
Wasimkhan S