/{route}?params=values get cleaned immediately, where is that happening and why?
-
@julianlam is there any way I can redirect to page and trigger an "alert" immediately? kinda like the express flash middleware.
I tried writing my own client side params handler, so if its sees an ?error=message, it would grab that and call alert.error(), but when navigating to say
/register?error=message
the params are immediately cleaned up, and page loaded without them -
nah, I have a feeling its happening server side. I edited the Register button href value to add a ?param, and it looks like ajaxify.go honors it.
-
Copyright © 2024 NodeBB | Contributors