You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
spring-boot:run
The text was updated successfully, but these errors were encountered: