I have a 404 error like this
Route ‘myroute / view.php’ not found.
This error appears when clicking the button on the Custom File to point to another file
what is the solution
I have added a name to the path in the Custom File Properties, which only functions as a link from the menu to the Custom File but it gets an error if there is a button in the Custom File that leads to another file
If you have any code that specifies a URL (e.g. pageRedirecting server event), you need to update it. In general, simply remove “.php” and the parameter names for the primary key fields, and separate them by “/”, e.g. change carsview.php?ID=1&foo=bar to carsview/1?foo=bar.