Hi,
An ember app which has dynamic segments is not being served by nodejs server(when the url for that is directly invoked).
If the same path is served after changing the location type to ‘hash’ instead of ‘history’, it works correctly.
So, i wanted to know if anyone has successfully deployed an ember app to nodejs server using ‘history’ location api.
If so, could you please share the nodejs configuration to enable dynamic segments when ‘history’ location api is being used ?
Thanks, Vikas