I have a react application that uses browserHistory for routing. I have the 
bundle hosted on /ui and application works correctly when opened on /ui and 
navigated from there (client side rendering). But when the user refreshes a 
page, there is a call to server with the complete url (like /ui/someRoute and 
not /ui) due to the # missing from the url. This gives a 404 as there is no 
bundle hosted on that endpoint. 

What is the configuration change I need to do to so that the call goes for /ui 
and the rest of the url is rendered o  client side. 

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dropwizard-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to