Hey There
i’m having a weird bug in a service that i didn’t touch since months now.
i’m expecting for my service an ID of a session “id_session” that i link directly to an app variable.
this normally works perfectly as my variable gets the good value and link it to an existing session
this however stopped working in our last push in production this saturday (to 116-0-30 )
As you can see here. i do recieve my session_id
I link it directly to my variable
and this is the result in my service variable ( i tried also to catch it in a text to see if the link is correct )
i tried :
- removing and reset my links
- checking in different environments
- checking permission
it does work with a workaround thought :
just forcing the ID (text) to my session variable
Hope that this is clear for you
Peace