Hello all! I hope you all are all are doing well.I am working on Assignment 2 of the Full stack app development with frappe-framework and I would like to ask a question regarding the part of the assignment on “Frappe Framework Web View Pages for Flight.” Please guide me; I have tried a lot, but I am unable to complete this part. As you know, in this part, we have to configure the web view by going into the form settings, and we need to check the following fields in the web view:
- “Has Web View”
- “Allow Guest to View”
- “Index Web Pages for Search” I have checked these fields. Then, in the route field, I set the route with the name “flights,” and in the “is_published” field, I selected the “is_published” option. These are the form setting options that are mandatory to show individual flight details on the web. I have checked the “is_published” field in the form and set the route field, but despite doing all of this, when I create the Flight Doctype and fill all field and save the doctype it generate route URL like: (flight/qatar-airways) and also show see on website button, but when I click on the “See on Website” button, a 404 error appears in the web view, which should not happen since I have followed all the steps. However, despite this, the 404 error is still showing, and the flight details are not being displayed. What could be the reason for this? I do not understand what step I am missing that is preventing me from seeing the details of the individual Doctype. Could you please help me solve this problem?