You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "Croway (via GitHub)" <gi...@apache.org> on 2023/02/09 15:20:16 UTC

[GitHub] [camel-karavan] Croway opened a new issue, #652: karavan.space - White page with custom yaml

Croway opened a new issue, #652:
URL: https://github.com/apache/camel-karavan/issues/652

   Using the following yaml
   
   ```
   - route:
       from:
         uri: "file:foo"
         steps:
           -to:
             uri: "jms:queue:foo"
   ```
   
   in the code tab and the switch to the Design tab, an empty page is shown with the following error:
   
   ```
   react-dom.production.min.js:216 TypeError: t.forEach is not a function
       at e.readSteps (CamelDefinitionYamlStep.js:4546:22)
   
   CamelDefinitionYamlStep.js:4546 Uncaught TypeError: t.forEach is not a function
       at e.readSteps (CamelDefinitionYamlStep.js:4546:22)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] Croway closed issue #652: karavan.space - White page with custom yaml

Posted by "Croway (via GitHub)" <gi...@apache.org>.
Croway closed issue #652: karavan.space - White page with custom yaml
URL: https://github.com/apache/camel-karavan/issues/652


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin commented on issue #652: karavan.space - White page with custom yaml

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #652:
URL: https://github.com/apache/camel-karavan/issues/652#issuecomment-1424638768

   Correct syntax should contain space after dash in `-to:`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] Croway commented on issue #652: karavan.space - White page with custom yaml

Posted by "Croway (via GitHub)" <gi...@apache.org>.
Croway commented on issue #652:
URL: https://github.com/apache/camel-karavan/issues/652#issuecomment-1425542143

   ouch, I wonder how that space disappeared, I just did some copy  paste back and forth from karavan to camel documentation, I'll double check it next time, since you opened https://github.com/apache/camel-karavan/issues/653 I'll close this issue. Thank you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org