Score:0

React web app routes not working with query string by using nginx when there is query param

aq flag

What is mistake hear, I am using this to solve nginx in ubuntu location / { try_files $uri /index.html$is_args$args = 404; }

Dharam Pandya avatar
aq flag
I figure it out, it is mistake in argument, it is clearly mention like if there is argument then 404, so I remove 404 and it's work location / { try_files $uri /index.html$is_args$args; }
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.