Hello all, I have set URL in page properties. But when I refresh a page, it is still redirected to the home page and the information is “The page you requested was not found. You are redirected to the home page”. And I found the LINK of this page includes a string of numbers. Every time I open this page, the numbers are incremented by one. In properties, the URL have suffix “/{Id}” which is automatically added. Is there anything wrong with the properties? Thanks in advance.
asked
SSCL RD Test Intern
1 answers
0
Hello,
One reason of the redirection you mentioned is when specified {id} part of the URL does not refer to an existing object in the database. Please make sure that the object with {id} is still in the database. (could have been deleted for some reason).