George recommends creating the 404 page like this: Routing setting for 404 on NodeJS
So I’m thinking there are 2 ways to do this:
- Apply the change you recommended @Apple in routes.js
- A new option in the UI to set a 404 route, which is then added to the server.js file
Option 2 seems more user friendly @patrick