Niels Prins
04/12/2022, 8:27 AMflow.register('test')
) the system gives met a 405 Client Error: Method Not Allowed
I'm notecing that when I'm using client.graphql(...) I get the same error, unless I point the client to the graphql endpoint.
Now my question(s):
1. Can I get out of the system why it is giving me a 405?
2. Do I need to register a flow at the UI endpoint or at the GRAPHQL endpoint? we used to do the first in 0.15.3
Hope someone can help
chrs
Niels
Nevermind, FIXED it myself. Just for reference for others. You need the graphql endpoint =DAnna Geller
04/12/2022, 11:16 AM