Using #Script with a service class #70
Replies: 1 comment
-
Please provide minimal code to repro the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm not sure if this is a bug, not support, or if I'm doing something wrong.
When I do something like this in my POCO, it works just fine.
However, if I define a service class to handle the request, it no longer understands what userSession is anymore, it's always empty.
If I do something like
It's picking up the value as expected in the service class.
Beta Was this translation helpful? Give feedback.
All reactions