If you haven't set anything, by default a Fuel application runs in the "development" environment. You should use this, or any other non-production environment, while developing the app, as production mode doesn't display any error messages. This makes debugging difficult.
If you want to run your app in a different environment, you need to configure that.