On 24 Nov 2015, at 12:43, Franck Warlouzet <franck.warlouzet@hotmail.fr> wrote:

Hi,

We are currently using seaside, magritte, reef etc to do a project at school. We also have to do a mobile app (written in Java :(), so we are doing a REST service to access the database from the mobile app. 

We are working on Pharo 50, and we noticed that Seaside-REST is not working anymore. 
For simple get, it is ok, for example :

test
    <get>
    ^ 'foo'

but if you want to have a complete path like that :

test: aValue
    <get>
    <path: '/foo?value={aValue}'>
    ^ 'foo' 

You get a DNU RBVariableNode>>key during the route creating (Same on pharo 40 is working).

Any idea why ? 

Can you provide an image where this happens? (just knowing what to load would take some effort else���)

Marcus