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

[I] Quinoa failed to forward request - while starting karavan locally after upgrade to 4.3.1 [camel-karavan]

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

   ```
   2024-01-15 12:26:14,077 ERROR [io.qua.qui.QuinoaDevProxyHandler] (vert.x-eventloop-thread-9) Quinoa failed to forward request '/public/auth', see logs.: io.vertx.core.http.HttpClosedException: Connection was closed
   
   2024-01-15 12:26:14,090 ERROR [io.qua.qui.QuinoaDevProxyHandler] (vert.x-eventloop-thread-9) Quinoa failed to forward request '/public/auth', see logs.: io.vertx.core.http.HttpClosedException: Connection was closed
   
   2024-01-15 12:26:14,097 ERROR [io.qua.qui.QuinoaDevProxyHandler] (vert.x-eventloop-thread-8) Quinoa failed to forward request '/public/auth', see logs.: io.vertx.core.http.HttpClosedException: Connection was closed
   
   2024-01-15 12:26:14,101 ERROR [io.qua.qui.QuinoaDevProxyHandler] (vert.x-eventloop-thread-9) Quinoa failed to forward request '/public/auth', see logs.: io.vertx.core.http.HttpClosedException: Connection was closed
   
   2024-01-15 12:26:14,108 ERROR [io.qua.qui.QuinoaDevProxyHandler] (vert.x-eventloop-thread-8) Quinoa failed to forward request '/public/auth', see logs.: io.vertx.core.http.HttpClosedException: Connection was closed
   ```
   
   ![image](https://github.com/apache/camel-karavan/assets/16078869/113e0bae-5481-4462-a677-7fcad45832aa)
   
   


-- 
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


Re: [I] Quinoa failed to forward request - while starting karavan locally after upgrade to 4.3.1 [camel-karavan]

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

   @gun2rin Had the same issue. Add the following to your application.properties:
   quarkus.quinoa.ignored-path-prefixes=/api,/public
   
   This fixes the issue and quinoa should ignore these prefixes anyway, since these prefixes are for REST APIs which don't server HTML.


-- 
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


Re: [I] Quinoa failed to forward request - while starting karavan locally after upgrade to 4.3.1 [camel-karavan]

Posted by "gun2rin (via GitHub)" <gi...@apache.org>.
gun2rin closed issue #1066: Quinoa failed to forward request - while starting karavan locally after upgrade to 4.3.1
URL: https://github.com/apache/camel-karavan/issues/1066


-- 
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


Re: [I] Quinoa failed to forward request - while starting karavan locally after upgrade to 4.3.1 [camel-karavan]

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

   @mvolf thanx! it's working!


-- 
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