twilio / starter-java

A starter app for Java developers embarking on their first Twilio quest!
MIT License
22 stars 37 forks source link

The requested route [/hello] has not been mapped in Spark for Accept #36

Open oakye opened 3 years ago

oakye commented 3 years ago

In trying to finish one of the tasks in the first training module (Basic Training), I'm getting this error message:

[qtp1069318286-36] INFO spark.http.matching.MatcherFilter - The requested route [/hello] has not been mapped in Spark for Accept: [text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.9]

The task is: Enter a URL for the "/hello" TwiML route on localhost:

My browser isn't recognizing literally "http://localhost:4567/hello". Yes, i could just enter this into the task and it passes. But why isn't it working in real life?