BTW, a handy debugging tip is to narrow down the problem by simplifying the error case.
What I'd do here is delete all the Routes and try again. If it still errors you know it's not the routes, so keep going (e.g. delete the Stylesheet, ...). If it doesn't error then you know it's the Routes so delete everything else and delete half the routes. Keep going until you've narrowed it down to as small a file as possible.
What I'd do here is delete all the Routes and try again. If it still errors you know it's not the routes, so keep going (e.g. delete the Stylesheet, ...). If it doesn't error then you know it's the Routes so delete everything else and delete half the routes. Keep going until you've narrowed it down to as small a file as possible.