And points to the right page. But the url params is not getting passed. Meanwhile here’s what I have in the server connect of the page which the data is sent to:
The direct link in the browser also doesn’t have any data. I’m passing the url extension of the article.
let’s say I want to open www.wappler.io/blog/my-first-article. I pass ‘my-first-article’ in the url parameter. I also have this field saved in my db row for that article. The db query and server connect is working fine. I have tested that.
It’s just that this url parameter is not getting pulled from the site url or getting passed from one page to the other.