/** @jsx h */ import { Component, h } from 'preact'; class GetHelpView extends Component { render() { return (

If you are stuck with a problem, please do not hesitate to contact one of the support resources. {' ' + this.props.spec.program_name + ' '} has a friendly community of users who look out for each other. We — {" Passenger's "} authors — are also ready to help you whenever we can.

Community support

Post a message to Stack Overflow. Support is provided by the community on a best-effort basis, so sometimes a bit of patience will help.

Submit to Stack Overflow

Enterprise support

If you are a {' '} Passenger Enterprise {' '} customer, then you are eligible for basic priority support.

For most customers, this basic priority support has a response time of 3 working days, with a maximum of 1 support incident per month. Please consult your contract for the exact support level that you are eligible for.

Submit Enterprise support ticket

Bug report

Do you suspect this error is a bug? Please send us a bug report.

Please attach this error page so that we can help you better.

Submit bug report to Github

); } } export default GetHelpView;