Discussion:
[akka-user][deprecated] akka-http: Request was rejected
bhna bhna
2018-11-21 11:49:48 UTC
Permalink
Hi akka http users,

I am developing a rest service in akka http. Even though there exists a
matching path/route for the HTTP Verb in the ABCRoutes.scala, the
corresponding unit test fails with an error: Request was Rejected(no other
error details). What are usual reasons for this error pls?
are there any akka http specific scalac options I can add in build.sbt , to
make the above error more verbose pls?

Thanks much
--
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user google-group soon.
** This group will soon be put into read-only mode, and replaced by discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
Read the docs: http://akka.io/docs/
Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html
Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to akka-user+***@googlegroups.com.
To post to this group, send email to akka-***@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.
Josep Prat
2018-11-21 19:24:33 UTC
Permalink
Hi there,

If you paste the route code and the test, we will be able to help you out.
You can also post this question on https://discuss.lightbend.com/ (which is
the new place to discuss such issues).

Best!
Post by bhna bhna
Hi akka http users,
I am developing a rest service in akka http. Even though there exists a
matching path/route for the HTTP Verb in the ABCRoutes.scala, the
corresponding unit test fails with an error: Request was Rejected(no other
error details). What are usual reasons for this error pls?
are there any akka http specific scalac options I can add in build.sbt ,
to make the above error more verbose pls?
Thanks much
--
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user google-group soon.
** This group will soon be put into read-only mode, and replaced by discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
Post by bhna bhna
Read the docs: http://akka.io/docs/
Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html
Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to akka-user+***@googlegroups.com.
To post to this group, send email to akka-***@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.
Loading...