Open Artur- opened 5 years ago
Also in V14 version:
Bakery V14 (beta2), production mode on (mvn install spring-boot:run -Pproduction -DskipTests
) with Chrome 74: When clicking new order and selecting a product from combo-box, there is a WARN in server-side: c.v.f.s.c.r.AbstractRpcInvocationHandler : Got an RPC for non-existent node: 56
This seems to originate from this RPC
{"type":"mSync","node":56,"feature":1,"property":"value","value":"1"},{"type":"event","node":56,"event":"value-changed","data":{}},{"type":"mSync","node":56,"feature":1,"property":"selectedItem","value":{"key":"1","label":"Strawberry Bun"}},{"type":"mSync","node":56,"feature":1,"property":"opened","value":false}
and more specifically from update
{"type":"event","node":56,"event":"value-changed","data":{}}
since removing that part of the RPC out fixes the error (tried with Gatling).
The same happens in V14rc3 for nodes 55 and 79
spring-boot:run