Bad component(expected host component):

Hi

I got this error:

bad component(expected host component):

when trying to access a page that has this in the routes:

match ‘/browse/color/’ => redirect("/browse/#!/color")

If I run webbrick, I have no problem with accessing the page “/browse/
color” but when I run pow, I get the error.

Any idea what pow would have to do with that error ?

Thanks

On 14 October 2011 23:04, Mlle [email protected] wrote:

Hi

I got this error:

bad component(expected host component):

when trying to access a page that has this in the routes:

match ‘/browse/color/’ => redirect(“/browse/#!/color”)

My guess would be that it is something to do with the # in the url. I
think you asked about this before, # is not valid in a url except as a
bookmark/anchor delimiter.

Colin