Bug in grid after deployment

Using a GRID app, we made some buttons that are meant to be clicked. Below is a picture showing the different buttons available.
image
However, none of these buttons work in PROD. Everything works out fine in DEV environment, but once we deploy the applications it stops working, and it is the only app that showed this kind of behavior. We tried copying it and it did the same.

Out of the 5 buttons, the left most one has a sc_redir() and the others are links to existing applications within our codebase.

We tried searching back and forth for differences in the generated source code but couldn’t find any clues on why this happens.

Suggestions are greatly appreciated and I can post more pictures if possible

Cheers