patch from @gn0st1c.
"the problem is when you define a capability/action it creates a function and web endpoint with that name. since identifier can only consist of letters, digits or underscore, using anything else (dot or space etc) causes the issue.
my simply/fast hack solution was use the upper case X instead of . (dot).
then when needed replace it back;"
patch from @gn0st1c. "the problem is when you define a capability/action it creates a function and web endpoint with that name. since identifier can only consist of letters, digits or underscore, using anything else (dot or space etc) causes the issue. my simply/fast hack solution was use the upper case X instead of . (dot). then when needed replace it back;"