ERR_NGROK_100 | Invalid metadata length: <VAL> bytes. Max: <MAX> |
ERR_NGROK_102 | The last payment for the <ACCOUNT> account failed. The account has been suspended. Update the payment information here: https://dashboard.ngrok.com/billing/payment-method |
ERR_NGROK_103 | The account <ACCOUNT> has been suspended. This is usually the result of violating the ngrok Terms of Service. Email support@ngrok.com if you think your suspension is an error. |
ERR_NGROK_105 | The authtoken you specified does not look like a proper ngrok tunnel authtoken. Your authtoken: <TOKEN> Instructions to install your authtoken are on your ngrok dashboard: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_106 | The authtoken you specified is an ngrok v1 authtoken, but you’re using ngrok v2. Your authtoken: <TOKEN> Instructions to install your authtoken are on your ngrok dashboard: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_107 | The authtoken you specified is properly formed, but it is invalid. Your authtoken: <TOKEN> This usually happens when: - You reset your authtoken - Your authtoken was for a team account that you were removed from - You are using ngrok link and this credential was explicitly revoked Go to your ngrok dashboard and double check that your authtoken is correct: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_108 | Your account is limited to <MAX> simultaneous ngrok agent sessions. You can run multiple simultaneous tunnels from a single agent session by defining the tunnels in your agent configuration file and starting them with the command ngrok start --all . Read more about the agent configuration file: https://ngrok.com/docs/secure-tunnels/ngrok-agent/reference/config You can view your current agent sessions in the dashboard: https://dashboard.ngrok.com/agents |
ERR_NGROK_109 | The authentication payload you specified is not valid. This usually indicates a bug in the client’s protocol implementation. The parsing error encountered was: <ERR> |
ERR_NGROK_110 | The session cookie you specified is not valid. This usually indicates a bug in the client’s protocol implementation. |
ERR_NGROK_111 | The heartbeat interval you specified is not valid. It must be at least <MIN> , you specified <VAL> |
ERR_NGROK_112 | The heartbeat tolerance you specified is not valid. It must be at least <MIN> , you specified <VAL> |
ERR_NGROK_115 | Your IP <IP> does not match the IP Policies specified by the Agent IP Restriction for this account. Please authenticate from an IP in the correct range or update your Agent IP Restrictions from the ngrok dashboard. https://dashboard.ngrok.com/ip-restrictions |
ERR_NGROK_116 | Your IP <IP> does not match the IP ACL policy specified for your credentials. Please authenticate from an IP in the correct range or make sure you are using the correct credentials |
ERR_NGROK_118 | Only Enterprise accounts can use the enterprise tunnel ingress feature. Your account <ACCOUNTNAME> is not permitted to use the ngrok enterprise tunnel ingress. Upgrade to an Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_119 | The agent specified an invalid semantic version string: <VERSION> |
ERR_NGROK_120 | Your <PRODUCT> version “<VERSION> ” is no longer supported. Only the most recent version of the ngrok agent is supported without an account. Update to a newer version with ngrok update , by downloading from https://ngrok.com/download, or by updating your SDK version. Sign up for an account to avoid forced version upgrades: https://ngrok.com/signup. |
ERR_NGROK_121 | Your <PRODUCT> version “<VERSION> ” is too old. The minimum supported agent version for your account is “<MINVERSION> ”. Please update to a newer version with ngrok update , by downloading from https://ngrok.com/download, or by updating your SDK version. Paid accounts are currently excluded from minimum agent version requirements. To begin handling traffic immediately without updating your agent, upgrade to a paid plan: https://dashboard.ngrok.com/billing/subscription. |
ERR_NGROK_122 | Your account is not permitted to use the agent ingress “<DOMAIN> ”. |
ERR_NGROK_123 | The account “<NAME> ” may not start an ngrok agent session until the admin’s email address is verified. Verify your email at https://dashboard.ngrok.com/user/settings |
ERR_NGROK_124 | Your agent provided an invalid UserAgent: <ERR> |
ERR_NGROK_125 | The analytics payload you specified is not valid. This usually indicates a bug in the client’s protocol implementation. The parsing error encountered was: <ERR> |
ERR_NGROK_126 | The agent ingress “<DOMAIN> ” is not available via “<IP> ”. |
ERR_NGROK_127 | Your account is not permitted to use the agent ingress via “<IP> ”. |
ERR_NGROK_200 | The ngrok API requires that you set the Authorization header for authentication. Your API keys and instructions are available on your dashboard: https://dashboard.ngrok.com/api-keys |
ERR_NGROK_201 | The ngrok API requires that you use Basic or Bearer authentication via the Authorization header. It could not parse the header in this request. Authorization Header: <VAL> . API keys and instructions are available on your dashboard: https://dashboard.ngrok.com/api-keys |
ERR_NGROK_202 | The API authentication you specified does not look like a valid credential. Your credential: <TOKEN> . API keys and instructions are available on your dashboard: https://dashboard.ngrok.com/api-keys |
ERR_NGROK_203 | The API authentication you specified is properly formed, but it is invalid. Your authentication: <TOKEN> . API keys and instructions are available on your dashboard: https://dashboard.ngrok.com/api-keys |
ERR_NGROK_204 | This is a valid API token, but the account <ACCOUNT> is not allowed to use the ngrok API. Email support@ngrok.com to gain access. |
ERR_NGROK_205 | The account <ACCOUNT> has been suspended. This is usually the result of violating the ngrok Terms of Service. Email support@ngrok.com if you think your suspension is an error. |
ERR_NGROK_206 | The authentication you specified is actually a tunnel credential. Your credential: <TOKEN> . Please check your records for an API key. API keys and instructions are available on your dashboard: https://dashboard.ngrok.com/api-keys |
ERR_NGROK_207 | The authentication you specified is actually a tunnel credential, not an API key token. Your key: <TOKEN> . Please check your records for an API key with the form FIRSTPART_SECONDPART. API keys and instructions are available on your dashboard: https://dashboard.ngrok.com/api-keys |
ERR_NGROK_208 | The authentication you specified is actually an API key ID, not an API key token. Your credential: <TOKEN> . Please check your records for an API key with the form FIRSTPART_SECONDPART. API keys and instructions are available on your dashboard: https://dashboard.ngrok.com/api-keys |
ERR_NGROK_210 | The content type you specified <CTYPE> is not supported by the API. Please check your API client implementation and see the list of supported content types: https://ngrok.com/docs/api#content-types |
ERR_NGROK_211 | The <METHOD> request you made does not expect a body, but you provided one. Please check your API client implementation and review the API documentation: https://ngrok.com/docs/api#service-api. |
ERR_NGROK_212 | The server was unable to read the complete request body. Please check your API client implementation and review the API documentation: https://ngrok.com/docs/api#service-api. |
ERR_NGROK_213 | The <CTYPE> request body could not be parsed. Please check your API client implementation and review the API documentation: https://ngrok.com/docs/api#service-api. |
ERR_NGROK_214 | The request parameter <NAME> is unknown and not expected. The supported fields are: <SUPPORTED> . Please check your API client implementation and review the API documentation: https://ngrok.com/docs/api#service-api. |
ERR_NGROK_215 | The value provided for the request parameter <NAME> is invalid. Please check your request and review the API documentation: https://ngrok.com/docs/api#service-api. |
ERR_NGROK_216 | You did not provide a Content-Type with your request. Please check your API client implementation and use one of the supported content types: https://ngrok.com/docs/api#content-types |
ERR_NGROK_217 | The provided API version <VERSION> is invalid or unsupported. Supported versions: <SUPPORTED> . Please check your API client implementation. |
ERR_NGROK_218 | Your request has not specified an API version. Please include the version you wish to use in the Ngrok-Version header. Supported versions: <SUPPORTED> . |
ERR_NGROK_219 | <TLSVERSION> is not a supported TLS version. Supported versions: <SUPPORTED> . |
ERR_NGROK_220 | Your IP does not match the IP Policy for this Account. Please authenticate from an IP in the correct range or update your IP Restrictions from the ngrok dashboard. https://dashboard.ngrok.com/ip-restrictions |
ERR_NGROK_221 | This is a valid API token, but the account <ACCOUNT> is not authorized to submit or view abuse reports. Email support@ngrok.com if you believe this is an error. |
ERR_NGROK_223 | <ID> is not a valid resource reference identifier. |
ERR_NGROK_224 | The value <VAL> is not valid for the terminate_at property of the TLS Termination endpoint configuration module. Must be either ‘edge’, ‘agent’ or ‘upstream’. |
ERR_NGROK_225 | Your account is limited to <MAX> simultaneous API requests. |
ERR_NGROK_226 | Your account is rate limited to <MAX> API requests per <INTERVAL> . |
ERR_NGROK_227 | The ID <VAL> is invalid. Expected an ID with a prefix of <PREFIX> . |
ERR_NGROK_228 | The ID <VAL> is not a valid Certificate Authority ID. |
ERR_NGROK_229 | The ID <VAL> is not a valid IP Policy ID. |
ERR_NGROK_230 | The query part of the requested URI is invalid: <ERR> . Please check your API client implementation and review the API documentation: https://ngrok.com/docs/api#service-api. |
ERR_NGROK_231 | The query part of the requested URI includes unknown parameters: <UNKNOWN> . The supported parameters are: <SUPPORTED> . Please check your API client implementation and review the API documentation: https://ngrok.com/docs/api#service-api. |
ERR_NGROK_232 | The request must specify only a single value for the <NAME> parameter but got <COUNT> : <VALUES> . Please check your API client implementation and review the API documentation: https://ngrok.com/docs/api#service-api. |
ERR_NGROK_233 | The page size limit must be between 1 and <MAX> but <VAL> was provided. |
ERR_NGROK_235 | The Format <VAL> is missing or is not a valid Event Destination Format. Supported formats are: <SUPPORTED> . |
ERR_NGROK_236 | The destination target is invalid. Expected fields include one of the following: <TARGETS> |
ERR_NGROK_238 | The provided event type: <TYP> is not valid. Valid event types are <ID> |
ERR_NGROK_239 | The provided field: <TYP> is not valid. |
ERR_NGROK_240 | The provided event destination auth is invalid. |
ERR_NGROK_241 | The value “<TS> ” is not a valid RFC3339 timestamp. Error while parsing: “<ERR> ”. |
ERR_NGROK_242 | The ID <VAL> is not a valid Backend ID. |
ERR_NGROK_243 | The ID <VAL> is invalid. Expected an ID with prefix one of <PREFIXES> . |
ERR_NGROK_244 | The page size limit must be a number between 1 and <MAX> but <VAL> was provided. |
ERR_NGROK_247 | The account <ACCOUNT> has been suspended for non-payment. Update your payment method to pay your oustanding bill and resume service: https://dashboard.ngrok.com/billing/payment-method |
ERR_NGROK_248 | The endpoint create request passed an invalid type of <TYPE> . Currently we only support creation of cloud endpoints on this route. |
ERR_NGROK_300 | The authtoken credential <ID> has been revoked and is no longer valid. |
ERR_NGROK_301 | The bind payload you specified is not valid. This usually indicates a bug in the client’s protocol implementation. The parsing error encountered was: <ERR> |
ERR_NGROK_302 | TCP tunnels are only available to registered users. Sign up for free at: https://dashboard.ngrok.com/signup If you have already signed up, make sure your authtoken is installed. Your authtoken is available on your dashboard: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_303 | TLS tunnels are only available for Enterprise or Pay-as-you-go plans. Sign up at: https://dashboard.ngrok.com/signup If you have already signed up, make sure your authtoken is installed. Your authtoken is available on your dashboard: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_304 | HTTP auth is only available to registered users. Failed to bind a tunnel with HTTP authentication for an unauthenticated client. Sign up at: https://dashboard.ngrok.com/signup If you have already signed up, make sure your authtoken is installed. Your authtoken is available on your dashboard: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_305 | Binding custom subdomains is a feature for paid accounts. Failed to bind the custom subdomain <SUBDOMAIN> for an unauthenticated client. Sign up at: https://dashboard.ngrok.com/signup If you have already signed up, make sure your authtoken is installed. Your authtoken is available on your dashboard: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_306 | Only Personal, Pro, Enterprise, and Pay-as-you-go plans may use custom hostnames. Failed to bind the custom hostname <HOSTNAME> for an unauthenticated client. Sign up at: https://dashboard.ngrok.com/signup If you have already signed up, make sure your authtoken is installed. Your authtoken is available on your dashboard: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_307 | You must reserve an address for your account before it can be bound. Failed to bind the address <ADDR> for the account <ACCOUNT> in region <REGION> . (Hint: Did you reserve the address in this region?) Reserve an address on your dashboard: https://dashboard.ngrok.com/tcp-addresses |
ERR_NGROK_308 | The credential ACL policy does not permit binding this address. Credential ID: <ID> Address: <ADDR> |
ERR_NGROK_309 | This address is reserved for another account. Failed to bind the address <ADDR> for the account <ACCOUNT> . Reserve an address on your dashboard: https://dashboard.ngrok.com/tcp-addresses/new If you have reserved this address, make sure that you are using an authtoken credential for the appropriate account. |
ERR_NGROK_310 | Only Personal, Pro, Enterprise, and Pay-as-you-go plans may bind reserved addresses. Failed to bind the address <ADDR> for the account <ACCOUNT> . This account is on the <PLAN> plan. This usually only happens if you downgraded your ngrok account and it no longer has permission to use reserved addresses. Upgrade your account at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_311 | This address is allocated for a different region. Failed to bind the address <ADDR> in region <WANT> because it is reserved in the <HAVE> region. Try connecting to a different region: https://ngrok.com/docs/platform/pops |
ERR_NGROK_312 | Failed to bind a TLS tunnel for the account <ACCOUNT> . Only Enterprise and Pay-as-you-go plans may bind TLS tunnels. This account is on the <PLAN> plan. Upgrade to an Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_313 | Custom subdomains are a feature on ngrok’s paid plans. Failed to bind the custom subdomain <SUBDOMAIN> for the account <ACCOUNT> . This account is on the <PLAN> plan. Upgrade to a paid plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_314 | Only Personal, Pro, Enterprise, and Pay-as-you-go plans may bind custom hostnames. Failed to bind the custom hostname <HOSTNAME> for the account <ACCOUNT> . This account is on the <PLAN> plan. Upgrade to a paid plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_315 | Wildcard domains are a feature reserved for ngrok’s Enterprise plan. Failed to bind the wildcard name <DOMAIN> for the account <ACCOUNT> . This account is on the <PLAN> plan. Upgrade to an Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_316 | The credential ACL policy does not permit binding this name. Credential ID: <ID> Name: <DOMAIN> |
ERR_NGROK_317 | You cannot bind the domain <DOMAIN> in region <WANT> because it is only available in the <HAVE> region. Try connecting to a different region: https://ngrok.com/docs/platform/pops |
ERR_NGROK_318 | You must reserve a wildcard domain for your account before it can be bound. Failed to bind the wildcard domain <DOMAIN> for the account <ACCOUNT> . Reserve a domain on your dashboard: https://dashboard.ngrok.com/domains/new |
ERR_NGROK_319 | You must reserve a custom hostname for your account before it can be bound. Failed to bind the domain <DOMAIN> for the account <ACCOUNT> ’. Reserve this name on your dashboard: https://dashboard.ngrok.com/domains/new |
ERR_NGROK_320 | This domain is reserved for another account. Failed to bind the domain <DOMAIN> for the account <ACCOUNT> . If you have reserved this name, make sure that you are using an authtoken credential for the appropriate account. Reserve a name on your dashboard: https://dashboard.ngrok.com/domains/new |
ERR_NGROK_321 | Wildcard names must be reserved exactly. Failed to bind the wildcard domain <DOMAIN> for the account <ACCOUNT> . This name matches <MATCH> which is reserved for your account, but wildcard domains must be reserved with an exact match. Reserve this name on your dashboard: https://dashboard.ngrok.com/domains/new |
ERR_NGROK_322 | This name is reserved in a different region. Failed to bind the domain <DOMAIN> in the region <WANT> because it is reserved in the <HAVE> region. Try connecting to a different region: https://ngrok.com/docs/platform/pops |
ERR_NGROK_323 | You may not run more than <MAX> tunnels over a single ngrok session without an account. You may increase this limit by signing up and upgrading. The tunnels already running on this session are: <URLS> Sign up at: https://dashboard.ngrok.com/signup If you have already signed up, make sure your authtoken is installed. Your authtoken is available on your dashboard: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_324 | Your account may not run more than <MAX> tunnels over a single ngrok agent session. The tunnels already running on this session are: <URLS> |
ERR_NGROK_326 | Invalid character <CHAR> in domain name. Valid domains may contain only a-z, A-Z, 0-9, . * and - characters. Failed to bind the domain <DOMAIN> . |
ERR_NGROK_327 | Domain has an invalid character sequence. Valid domains may not contain repeated periods ’..’. Failed to bind the domain <DOMAIN> . |
ERR_NGROK_328 | Domain part <PART> has an invalid first character. Valid domain parts must begin with a-z, A-Z, 0-9 or *. Failed to bind the domain <DOMAIN> . |
ERR_NGROK_329 | Domain part <PART> has an invalid last character. Valid domains must end with a-z A-Z or 0-9. Failed to bind the domain <DOMAIN> . |
ERR_NGROK_330 | Domain has an invalid character sequence. Valid domains may not contain ’—’ in positions 3 and 4 unless the domain has a punycode prefix of ‘xn—’. Failed to bind the domain <DOMAIN> . |
ERR_NGROK_331 | You may not bind a domain with the TLD <SUFFIX> . This TLD is not reachable over the public internet. Failed to bind the domain <DOMAIN> . |
ERR_NGROK_332 | <PROTO> is not a supported tunnel protocol |
ERR_NGROK_333 | No tunnel found with the ID <ID> |
ERR_NGROK_334 | The endpoint <URL> is already online. Either 1. stop your existing endpoint first, or 2. start both endpoints with --pooling-enabled to load balance between them. |
ERR_NGROK_335 | The bind cookie you specified is malformed. This usually indicates a bug in the client’s protocol implementation. |
ERR_NGROK_336 | Could not find an account while creating this endpoint. This is either an internal server error or you deleted your account. |
ERR_NGROK_337 | The last payment for the <ACCOUNT> account failed. The account has been suspended. Update the payment information here: https://dashboard.ngrok.com/billing/payment-method |
ERR_NGROK_338 | The account <ACCOUNT> has been suspended. This is usually the result of violating the ngrok Terms of Service. Email support@ngrok.com if you think your suspension is an error. |
ERR_NGROK_339 | Forwarding to a local file:/// URL is only available after you sign up. Sign up at: https://dashboard.ngrok.com/signup If you have already signed up, make sure your authtoken is installed. Your authtoken is available on your dashboard: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_340 | Forwarding to local port 443 or a local https:// URL is only available after you sign up. Sign up at: https://dashboard.ngrok.com/signup If you have already signed up, make sure your authtoken is installed. Your authtoken is available on your dashboard: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_341 | IP Policy with ID <ID> not found |
ERR_NGROK_343 | Endpoint configuration <ID> does not allow the agent to set basic authentication. Update the endpoint configuration to specify ‘agent’ as the auth provider or remove the basic authentication settings from the agent’s tunnel creation definition. |
ERR_NGROK_344 | Endpoint configuration <ID> does not allow clients to set an IP policy. |
ERR_NGROK_345 | Endpoint configuration <ID> s HTTPS module terminates TLS which is incompatible with a ‘tls’ tunnel. You may either: - Modify the endpoint configuration to include the HTTPS module with ‘terminate_tls’ disabled. - OR start an ‘http’ tunnel with -bind-tls=true or -bind-tls=both instead |
ERR_NGROK_346 | Endpoint configuration <ID> s HTTPS module does not terminate TLS which is incompatible with a ‘https’ tunnel. You may either: - Modify the endpoint configuration to enable the ‘terminate_tls’ option - OR start a ‘tls’ tunnel instead |
ERR_NGROK_347 | Domain has invalid punycode: <IDNA_ERROR> . Failed to bind the domain <DOMAIN> . |
ERR_NGROK_348 | Your account is limited to <MAX> sessions. |
ERR_NGROK_349 | Your account is rate limited for adding <MAX> sessions per <INTERVAL> . |
ERR_NGROK_350 | Your account is limited to <MAX> tunnels in a session. |
ERR_NGROK_351 | Your account is rate limited for adding <MAX> tunnels per <INTERVAL> . |
ERR_NGROK_352 | Unauthenticated sessions are limited to <MAX> tunnels. |
ERR_NGROK_353 | Unauthenticated sessions are rate limited for adding <MAX> tunnels per <INTERVAL> . |
ERR_NGROK_354 | Failed to bind <DOMAIN> . Nested subdomains of the ngrok base endpoint domain <ENDPOINT_DOMAIN> must be reserved first. Alternatively, try <SUGGESTION> instead. |
ERR_NGROK_355 | Invalid ’_’ in domain name. Valid domains may not contain underscores. Failed to bind the domain <DOMAIN> . |
ERR_NGROK_356 | The credential ACL policy does not permit binding random TCP addresses. Credential ID: <ID> |
ERR_NGROK_357 | Labeled tunnels are only available after you sign up. Sign up at: https://dashboard.ngrok.com/signup If you have already signed up, make sure your authtoken is configured. Your authtoken is available on your dashboard: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_358 | Your account doesn’t have permission to create labeled tunnels. |
ERR_NGROK_359 | Invalid basic auth credential. Username must not be zero length. |
ERR_NGROK_360 | Invalid basic auth credential. Password must be between <MINLENGTH> and <MAXLENGTH> characters, got <GOTLENGTH> . |
ERR_NGROK_361 | Invalid circuit breaker configuration, error threshold percentage must be between 0.0 and 1.0 inclusive, was <VAL> . |
ERR_NGROK_362 | Invalid IP restriction configuration, invalid CIDR: <CIDR> |
ERR_NGROK_363 | You must specify a supported provider name. Supported providers: [<SUPPORTED> ] |
ERR_NGROK_364 | Webhook provider <PROVIDER> is not supported. Supported providers: [<SUPPORTED> ] |
ERR_NGROK_365 | OAuth provider <PROVIDER> is not supported. Supported providers: [<SUPPORTED> ] |
ERR_NGROK_366 | You may not authorize more than <MAX> emails. Got <GOT> . |
ERR_NGROK_367 | You may not authorize more than <MAX> email domains. Got <GOT> . |
ERR_NGROK_368 | You may not request more than <MAX> oauth scopes. Got <GOT> . |
ERR_NGROK_370 | Added request header should be in key:value format, got <VAL> |
ERR_NGROK_371 | Added response header should be in key:value format, got <VAL> |
ERR_NGROK_372 | <KEY> is not a valid HTTP header name because it contains at least one invalid character. |
ERR_NGROK_373 | <KEY> is not a valid HTTP header name because it contains at least one invalid character. |
ERR_NGROK_374 | <VAL> is not a valid HTTP header value: <REASON> . |
ERR_NGROK_375 | Duplicate ‘add’ header, <HEADER> was provided twice with different casings: <CASE_ONE> and <CASE_TWO> . |
ERR_NGROK_376 | Exceeded the maximum number of added headers. You specified <VAL> , the maximum is <MAX> . |
ERR_NGROK_377 | The header beginning with <PREFIX> …’ exceeds the maximum header name length of <BYTES> bytes. |
ERR_NGROK_378 | The header value for <HEADERKEY> beginning with <PREFIX> …’ exceeds the maximum header value length of <BYTES> bytes. |
ERR_NGROK_379 | The sendgrid verification key is not a base64 encoded ecdsa public key. The following error was encountered while trying to parse it: “<ERROR> ” |
ERR_NGROK_380 | The resource <ID> was referenced, but not found. Please retry, and contact support if this error persists. |
ERR_NGROK_381 | The host <HOST> and port <PORT> you requested is already reserved by an edge. |
ERR_NGROK_382 | The account “<NAME> ” may not start an endpoint until the admin’s email address is verified. Verify your email at https://dashboard.ngrok.com/user/settings |
ERR_NGROK_383 | You may not specify an OAuth Client ID without also specifying a Client Secret. Specify both or neither. |
ERR_NGROK_384 | You may not specify an OAuth Client Secret without also specifying a Client ID. Specify both or neither. |
ERR_NGROK_385 | You must specify an OIDC Client ID. |
ERR_NGROK_386 | You must specify an OIDC Client Secret. |
ERR_NGROK_387 | You must specify the OIDC Issuer URL. |
ERR_NGROK_388 | You may not request more than <MAX> OIDC scopes. Got <GOT> . |
ERR_NGROK_389 | You must specify an OAuth client ID and secret for a custom application or neither client ID nor a secret for the ngrok-managed OAuth application. |
ERR_NGROK_390 | You must use your own OAuth application, specifying its client ID and secret, in order to specify scopes. |
ERR_NGROK_391 | You may not request an individual OAuth scope with length greater than <MAX> . Got scope <SCOPE> with length <GOT> . |
ERR_NGROK_392 | You may not request an individual OIDC scope with length greater than <MAX> . Got scope <SCOPE> with length <GOT> . |
ERR_NGROK_393 | When specifying CIDRs to deny, you must specify at least one CIDR to allow. Otherwise all traffic will be denied. Use 0.0.0.0/0 and ::0/0 to accept all traffic not explicitly blocked by your deny rules. |
ERR_NGROK_394 | Each tunnel must specify either a protocol or labels, but neither was set. |
ERR_NGROK_395 | Bind rules in authtoken ACLs are not supported with labeled tunnels at this time. |
ERR_NGROK_396 | Domain <DOMAIN> is not a valid DNS name. No domain part may be more than 63 characters long. |
ERR_NGROK_397 | Domain <DOMAIN> is not a valid DNS name. Domains may not be more than 253 characters long. |
ERR_NGROK_398 | The <ID> header cannot be removed without specifying a replacement. |
ERR_NGROK_399 | The credential ACL policy does not permit binding this label. Credential ID: <ID> Label: <LABEL> |
ERR_NGROK_400 | The region you specified, <REGION> is invalid. Please use one of the following acceptable values: <VALID> |
ERR_NGROK_401 | Only Personal, Pro, Enterprise, or Pay-as-you-go accounts can reserve domains. Your account can’t reserve domains. Upgrade to a paid plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_402 | Only the first part of a reserved domain may be a ’*’ wildcard. Failed to reserve <DOMAIN> . |
ERR_NGROK_403 | The first subdomain of a wildcard domain must be a single ’*’ character. Failed to reserve <DOMAIN> . |
ERR_NGROK_404 | You may not reserve names on ngrok.com. Please use an ngrok.io suffix. Failed to reserve <DOMAIN> . |
ERR_NGROK_405 | You may not reserve a domain with the suffix <SUFFIX> in the <WANT> region because names with this suffix must be reserved for the <HAVE> region. Failed to reserve <DOMAIN> . |
ERR_NGROK_406 | Invalid character <CHAR> in domain name. Valid domains may contain only a-z, A-Z, 0-9, . * and - characters. Failed to reserve <DOMAIN> . |
ERR_NGROK_407 | Domain part <PART> has an invalid first character. Valid domain parts must begin with a-z, A-Z, 0-9 or *. Failed to reserve <DOMAIN> . |
ERR_NGROK_408 | Domain part <PART> has an invalid last character. Valid domains must end with a-z A-Z or 0-9. Failed to reserve <DOMAIN> . |
ERR_NGROK_409 | Domain has an invalid character sequence. Valid domains may not contain repeated periods ’..’. Failed to reserve <DOMAIN> . |
ERR_NGROK_410 | Domain has an invalid character sequence. Valid domains may not contain ’—’ in positions 3 and 4 unless the domain has a punycode prefix of ‘xn—’. Failed to reserve <DOMAIN> . |
ERR_NGROK_411 | You may not reserve a name on the TLD <SUFFIX> . This TLD is not reachable over the public internet. Failed to reserve <DOMAIN> . |
ERR_NGROK_412 | Only Personal, Pro, Enterprise, or Pay-as-you-go accounts can reserve tunnels on custom domains. Your account cannot reserve tunnels on custom domains (<DOMAIN> is not a subdomain of <BASE> ). Upgrade to a paid plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_413 | This domain is already reserved for your account. Failed to reserve <DOMAIN> . |
ERR_NGROK_414 | This domain is already reserved for another account. Failed to reserve <DOMAIN> . |
ERR_NGROK_415 | Your account is limited to <MAX> reserved domains. If you need more domains, you can turn overages on for your existing account or subscribe to a usage-based billing plan at: https://dashboard.ngrok.com/billing/subscription. |
ERR_NGROK_416 | You may not register a wildcard for all <SUFFIX> domains. Failed to reserve <DOMAIN> . |
ERR_NGROK_417 | This wildcard domain would conflict with a domain reserved for another account. Failed to reserve <DOMAIN> . |
ERR_NGROK_418 | Your account is limited to <MAX> wildcard domains. Email sales@ngrok.com to purchase additional wildcard domains. |
ERR_NGROK_419 | Only Enterprise accounts can reserve wildcard domains. Upgrade to an Enterprise plan at https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_420 | A description is limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_421 | Metadata is limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_422 | The reserved domain name update failed because no values were provided. Specify at least one value. |
ERR_NGROK_423 | The reserved domain name is limited to <MAX> characters; you are using <VAL> characters. The name you’ve requested is: <DOMAIN> |
ERR_NGROK_424 | Domain <DOMAIN> does not require a CNAME record |
ERR_NGROK_425 | Domain <DOMAIN> CNAME record not found |
ERR_NGROK_426 | Domain <DOMAIN> CNAME record not found, A record <IPS> found |
ERR_NGROK_427 | Domain <DOMAIN> CNAME record resolved to <HAVE> , should have been <WANT> |
ERR_NGROK_428 | You may not assign endpoint configuration <ID> because it is type <TYPE> . You must assign a configuration with type <EXPECTEDTYPE> . |
ERR_NGROK_429 | Domain has invalid punycode: <IDNA_ERROR> . Failed to reserve <DOMAIN> . |
ERR_NGROK_430 | Another account is running an active tunnel on the domain <DOMAIN> . You may not reserve domains that are actively in use. |
ERR_NGROK_431 | Your account is limited to <MAX> reserved domains. If you need more domains, you can turn overages on for your existing account or subscribe to a usage-based billing plan at: https://dashboard.ngrok.com/billing/subscription. |
ERR_NGROK_432 | Your account is rate limited for adding <MAX> reserved domains per <INTERVAL> . |
ERR_NGROK_433 | Your account is limited to <MAX> reserved wildcard domains. If you need more domains, you can turn overages on for your existing account or subscribe to a usage-based billing plan at: https://dashboard.ngrok.com/billing/subscription. |
ERR_NGROK_434 | Either a certificate or a certificate management policy may be specified, not both |
ERR_NGROK_435 | Invalid authority specified in managed certificate policy. |
ERR_NGROK_436 | The certificate of a reserved domain with a managed certificate policy can not be detached directly, instead the managed certificate policy itself should be detached. |
ERR_NGROK_438 | Invalid ’_’ in domain name. Valid domains may not contain underscores. Failed to reserve <DOMAIN> . |
ERR_NGROK_439 | The certificate_management_policy field must be null for domains owned by ngrok. |
ERR_NGROK_440 | Uploaded certificates are not allowed for domains owned by ngrok. |
ERR_NGROK_441 | Domain <DOMAIN> does not require an ACME Challenge CNAME record |
ERR_NGROK_442 | Domain <RECORD> ACME Challenge CNAME record not found |
ERR_NGROK_443 | ACME Challenge <RECORD> CNAME record not found, A record <IPS> found |
ERR_NGROK_444 | ACME Challenge <RECORD> CNAME record resolved to <HAVE> , should have been <WANT> |
ERR_NGROK_445 | There was an error looking up the DNS <RTYPE> record for domain <DOMAIN> (status: <STATUS> ): <MSG> |
ERR_NGROK_446 | The domain <DOMAIN> could not be deleted because it is still referenced by an edge or cloud endpoint. |
ERR_NGROK_447 | Managed certificates are not allowed on direct subdomains of <DOMAIN> . |
ERR_NGROK_448 | The domain <DOMAIN> is not a fully qualified domain name. |
ERR_NGROK_449 | You may only specify one of ‘name’ or ‘domain’. |
ERR_NGROK_450 | You are not allowed to reserve subdomains of <DOMAIN> . Failed to reserve domain <SUBDOMAIN> . |
ERR_NGROK_451 | You are not allowed to change the region of <DOMAIN> . |
ERR_NGROK_455 | This subdomain is covered by <WILDCARD_DOMAIN> however the wildcard’s CNAME record resolved to <HAVE> , should have been <WANT> . |
ERR_NGROK_456 | You are not allowed to specify duplicate regions. Region <DUPLICATE> was specified multiple times. |
ERR_NGROK_457 | Custom error template URLs are limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_458 | You are not allowed to delete your dev domain. |
ERR_NGROK_500 | The region you specified, <REGION> is invalid. Please use one of the following acceptable values: <VALID> |
ERR_NGROK_501 | Only Personal, Pro, Enterprise, or Pay-as-you-go accounts can reserve addresses. Your account can’t reserve addresses. Upgrade to a paid plan at https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_502 | Your account is limited to <MAX> reserved addresses. If you need more addresses, you can turn overages on for your existing account or subscribe to a usage-based billing plan at: https://dashboard.ngrok.com/billing/subscription. |
ERR_NGROK_503 | No available reserved addresses in region <REGION> |
ERR_NGROK_504 | A description is limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_505 | Metadata is limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_506 | The reserved address update failed because no values were provided. Specify at least one value. |
ERR_NGROK_507 | You may not assign endpoint configuration <ID> because it is type <TYPE> . You must assign a configuration with type ‘tcp’. |
ERR_NGROK_508 | Your account is limited to <MAX> reserved addresses. If you need more addresses, you can turn overages on for your existing account or subscribe to a usage-based billing plan at: https://dashboard.ngrok.com/billing/subscription. |
ERR_NGROK_509 | Your account is rate limited for adding <MAX> reserved addresses per <INTERVAL> . |
ERR_NGROK_511 | The domain <DOMAIN> has a dangling CNAME record. The CNAME must be deleted before this domain can be reserved. |
ERR_NGROK_512 | The domain <DOMAIN> has a dangling A, AAAA, ALIAS or other record pointing to ngrok. The record must be deleted before this domain can be reserved. |
ERR_NGROK_513 | The domain <DOMAIN> is not a valid DNS name. No domain part may be more than 63 characters long. |
ERR_NGROK_514 | The domain <DOMAIN> is not a valid DNS name. Domains may not be more than 253 characters long. |
ERR_NGROK_600 | Invalid ACL rule. An ACL rule must be ’*’ or start with ‘bind:’. The bind value must match the format of a domain, address, or label. You specified: <RULE> . |
ERR_NGROK_601 | This credential is your tunnel token and cannot be deleted, only rotated. Credential ID: <ID> Description: <DESCRIPTION> |
ERR_NGROK_602 | Your account is limited to <MAX> tunnel credentials. Please upgrade your account or contact support@ngrok.com to increase the limit. |
ERR_NGROK_603 | Your account is limited to <MAX> API keys. Please upgrade your account or contact support@ngrok.com to increase the limit. |
ERR_NGROK_604 | A description is limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_605 | Metadata is limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_606 | The credentials update failed because no values were provided. Specify at least one value. |
ERR_NGROK_607 | SSH tunnel feature is not enabled on your account. |
ERR_NGROK_608 | Your account is limited to <MAX> SSH keys. Please upgrade your account or contact support@ngrok.com to increase the limit. |
ERR_NGROK_609 | The public key <PUBKEY> already exists on your account. |
ERR_NGROK_610 | The public key <PUBKEY> is already used in a different account. Remove it from the other ngrok account or generate a new SSH key pair (hint: use ssh-keygen). |
ERR_NGROK_611 | Public key is missing or empty. |
ERR_NGROK_612 | Invalid public key <PUBKEY> : <ERR> |
ERR_NGROK_613 | Your account is limited to <MAX> API keys. |
ERR_NGROK_614 | Your account is rate limited for adding <MAX> API keys per <INTERVAL> . |
ERR_NGROK_615 | Your account is limited to <MAX> tunnel credentials. |
ERR_NGROK_617 | Your account is limited to <MAX> SSH keys. |
ERR_NGROK_619 | Your account is not authorized to use this ACL rule type. You specified: <RULE> . |
ERR_NGROK_620 | Only Enterprise or Pay-as-you-go plans can use tunnel ACL rules. Your account is not authorized to use tunnel ACL rules. Upgrade to an Enterprise or Pay-as-you-go plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_622 | Only Enterprise or Pay-as-you-go plans can use SSH ACL rules. Your account is not authorized to use SSH ACL rules. Upgrade to an Enterprise or Pay-as-you-go plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_627 | The auth token is already owned by a user and cannot be re-assigned ownership. |
ERR_NGROK_628 | The API key is already owned by a user and cannot be re-assigned ownership. |
ERR_NGROK_629 | The SSH public key is already owned by a user and cannot be re-assigned ownership. |
ERR_NGROK_630 | You must be an admin to set credential ownership. |
ERR_NGROK_631 | You may specify owner_id or owner_email, but not both. |
ERR_NGROK_632 | You may specify owner or membership, but not both. |
ERR_NGROK_633 | Your account is not authorized to specify credential ownership. |
ERR_NGROK_634 | No credential owner could be determined. |
ERR_NGROK_635 | API access requires that the owner of the API key has write privileges. |
ERR_NGROK_636 | The credential owner is marked as inactive on the account. |
ERR_NGROK_637 | This credential cannot be deleted because it is the default authtoken tied to <EMAIL> . Removing the user from this account will also delete any associated tokens. Credential ID: <ID> Description: <DESCRIPTION> |
ERR_NGROK_638 | Your account is not allowed to create credentials with pre-computed tokens. To create a new credential, omit pre-computed token field and let ngrok generate one for you. Its value will be available as part of the response. |
ERR_NGROK_702 | Too many connections! The tunnel session <SESSION> has violated the rate-limit policy of <THRESHOLD> connections per minute by initiating <COUNT> connections in the last <SECONDS> seconds. Please decrease your inbound connection volume or upgrade to a paid plan for additional capacity. |
ERR_NGROK_703 | Too many connections! The account hosting this endpoint has violated the rate-limit policy of <THRESHOLD> connections per minute by initiating <COUNT> connections in the last <SECONDS> seconds. Please decrease your inbound connection volume or upgrade your account plan for additional capacity. |
ERR_NGROK_708 | This URL has expired. Please sign up for a free ngrok account to create URLs that do not expire. You can also restart the ngrok agent which will create a new URL that will expire after the same amount of time. |
ERR_NGROK_714 | This ngrok account has reached its simultaneous connections limit. Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_715 | You have exceeded your limit on connections per minute. This limit will reset within 1 minute. If you expect to continually exceed these limits, please reach out to support (support@ngrok.com) |
ERR_NGROK_716 | This unauthenticated ngrok session has reached its simultaneous connections limit. Please sign up for a free account at https://ngrok.com for a higher limit. |
ERR_NGROK_717 | This unauthenticated ngrok session has reached its connection rate limit. Please sign up for a free account at https://ngrok.com for a higher limit. |
ERR_NGROK_718 | Your account is rate limited to <MAX> bytes incoming traffic per <INTERVAL> . |
ERR_NGROK_719 | Unauthenticated sessions are rate limited to <MAX> bytes incoming traffic per <INTERVAL> . Please sign up for a free account at https://ngrok.com for a higher limit. |
ERR_NGROK_720 | Your account is rate limited to <MAX> bytes outgoing traffic per <INTERVAL> . |
ERR_NGROK_721 | Unauthenticated sessions are rate limited to <MAX> bytes outgoing traffic per <INTERVAL> .Please sign up for a free account at https://ngrok.com for a higher limit. |
ERR_NGROK_722 | internal server error |
ERR_NGROK_724 | No backend is available to serve requests for endpoint <URL> . |
ERR_NGROK_725 | This ngrok account has reached its network bandwidth limit for the month. Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_726 | This ngrok account has reached its connections limit for the month. Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_727 | This ngrok account has reached its HTTP requests limit for the month. Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_728 | This ngrok account has reached its HTTP connections limit for the month. Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_729 | This ngrok account has reached its TCP connections limit for the month. Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_730 | This ngrok account has reached its TLS connections limit for the month. Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_731 | This ngrok account has reached its HTTPS connections limit for the month. Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_732 | This ngrok account has reached its traffic policy request limit for the month. Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_733 | This ngrok account has reached its traffic policy connection limit for the month. Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_734 | You have exceeded your limit of <MAX> requests per <INTERVAL> . This limit will reset within 1 minute. If you expect to continually exceed these limits, please reach out to support (support@ngrok.com) |
ERR_NGROK_735 | This ngrok account has reached its Advanced traffic policy request limit for the month. Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_736 | This ngrok account has reached its Basic traffic policy request limit for the month. Please purchase a pay-as-you-go plan with a Basic Traffic Policy add-on. |
ERR_NGROK_737 | This ngrok account has reached its Enterprise traffic policy request limit for the month. Please purchase a pay-as-you-go plan with an Enterprise Traffic Policy add-on. |
ERR_NGROK_738 | This ngrok account has reached its Advanced traffic policy request limit for the month. Please purchase a pay-as-you-go plan with an Advanced Traffic Policy add-on. |
ERR_NGROK_739 | This ngrok account has reached its Basic traffic policy connection limit for the month. Please purchase a pay-as-you-go plan with a Basic Traffic Policy add-on. |
ERR_NGROK_740 | This ngrok account has reached its Enterprise traffic policy connection limit for the month. Please purchase a pay-as-you-go plan with an Enterprise Traffic Policy add-on. |
ERR_NGROK_741 | Internal server error. |
ERR_NGROK_800 | Unknown stream type: <TYPE> . This usually indicates a bug in the client’s protocol implementation. |
ERR_NGROK_801 | The request payload you specified is not valid. This usually indicates a bug in the client’s protocol implementation. The parsing error encountered was: <ERR> |
ERR_NGROK_802 | internal server error |
ERR_NGROK_803 | The server process is shutting down and refusing new requests. |
ERR_NGROK_804 | This ngrok agent does not support remote restarting: <REASON> . |
ERR_NGROK_805 | This ngrok agent does not support remote stopping: <REASON> . |
ERR_NGROK_806 | This ngrok agent does not support remote updating: <REASON> . |
ERR_NGROK_807 | The remote ngrok agent failed to stop because of an error: <ERR> |
ERR_NGROK_808 | The remote ngrok agent failed to restart because of an error: <ERR> |
ERR_NGROK_809 | The remote ngrok agent failed to update because of an error: <ERR> |
ERR_NGROK_810 | There was a networking error while trying to send this operation to the ngrok agent or trying to read the response. This usually indicates that the ngrok agent was in the process of shutting down or reconnecting, but it could also result from a networking timeout or failure. It is possible, but unlikely, that the operation succeeded. |
ERR_NGROK_811 | Could not negotiate a protocol version. Requested: “<REQUESTED> ”, Supported: <SUPPORTED> ” |
ERR_NGROK_812 | Your request exceeded the maximum size of <SIZE> . |
ERR_NGROK_813 | Your message “<MESSAGE> "" is not supported by this version of the protocol: <PROTOVERSION> . |
ERR_NGROK_1000 | Your billing address is too long: <VAL> bytes. Max: <MAX> |
ERR_NGROK_1001 | Your tax ID is too long: <VAL> bytes. Max: <MAX> |
ERR_NGROK_1002 | Your account is limited to <MAX> billing email addresses. Email support@ngrok.com to increase the limit |
ERR_NGROK_1003 | The billing email <ID> (<EMAIL> ) may not be deleted |
ERR_NGROK_1004 | The billing email is too long: <VAL> bytes. Max: <MAX> |
ERR_NGROK_1005 | The billing email address <EMAIL> is invalid: <ERR> |
ERR_NGROK_1006 | There was a problem with your credit card: <MSG> |
ERR_NGROK_1007 | Your subscription was updated, but we failed to charge your card: <MSG> . |
ERR_NGROK_1008 | Your account is limited to <MAX> billing email addresses. |
ERR_NGROK_1010 | The email address “<EMAIL> ” is invalid. |
ERR_NGROK_1011 | Your account is currently past due. You may only enter a payment method to pay your overdue invoice or switch to the free plan. |
ERR_NGROK_1012 | You may not purchase fewer licenses than users. Your account currently has <USERS> users. |
ERR_NGROK_1013 | Yearly plans can only be downgraded or canceled in their final month. Try again after <TIMESTAMP> . |
ERR_NGROK_1014 | You may only purchase one license product at a time. |
ERR_NGROK_1015 | You are on an old custom subscription. Please contact support@ngrok.com for help with changing your subscription. |
ERR_NGROK_1016 | Cannot charge customer that has no active payment source. |
ERR_NGROK_1017 | Accounts in bad standing may only switch to a free plan or update their payment method. |
ERR_NGROK_1018 | You may only purchase <COUNT> licenses at the <TIER> tier. |
ERR_NGROK_1019 | The <ADDON> addon is not allowed for this plan. |
ERR_NGROK_1020 | Addon selections for <LICENSE> are not valid. |
ERR_NGROK_1021 | The billing email address <EMAIL> is already added |
ERR_NGROK_1022 | Your invoice tax ID type <INPUT> is not a valid option. |
ERR_NGROK_1023 | Your invoice tax ID country <INPUT> is not a valid option. |
ERR_NGROK_1024 | Your invoice billing address country is too long: <VAL> bytes. Max: <MAX> |
ERR_NGROK_1025 | Your invoice billing address state is too long: <VAL> bytes. Max: <MAX> |
ERR_NGROK_1026 | Your invoice billing address city is too long: <VAL> bytes. Max: <MAX> |
ERR_NGROK_1027 | Your invoice billing address line1 is too long: <VAL> bytes. Max: <MAX> |
ERR_NGROK_1028 | Your invoice billing address line2 is too long: <VAL> bytes. Max: <MAX> |
ERR_NGROK_1029 | Your invoice billing address postal code is too long: <VAL> bytes. Max: <MAX> |
ERR_NGROK_1030 | Your invoice billing address name is too long: <VAL> bytes. Max: <MAX> |
ERR_NGROK_1031 | Tax information is incomplete: Missing Type for Tax ID. Please update or remove your tax information before making any changes to your account’s subscription. |
ERR_NGROK_1032 | Missing Tax ID for Type. You must supply both the Tax ID and its Type or remove both |
ERR_NGROK_1100 | No public keys were sent for this SSH tunnel. Configure SSH with public key authentication and register your keys at https://dashboard.ngrok.com/ssh-keys Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription to enable SSH tunnels. |
ERR_NGROK_1101 | Too many public keys sent for this SSH tunnel (sent <VAL> , max <MAX> ). Rerun ssh with ‘-v’ to check what keys get sent |
ERR_NGROK_1102 | Could not find your account based on the public keys sent for this SSH tunnel. Anonymous SSH tunneling is not supported. Check your SSH configuration and register your keys at https://dashboard.ngrok.com/ssh-keys |
ERR_NGROK_1103 | The account <ACCOUNT> doesn’t have the SSH tunneling feature enabled. |
ERR_NGROK_1104 | Multiplexing is not supported with SSH tunneling |
ERR_NGROK_1105 | Only one port forward per tunneling session is supported. |
ERR_NGROK_1106 | Could not find <USER> API version. Use <VERSION> as user when connecting with SSH to get the latest version. |
ERR_NGROK_1107 | No tunnel type specified. The SSH command specifies the type of tunnel to create, one of ‘http’, ‘tls’, or ‘tcp’. |
ERR_NGROK_1108 | <CMD> is not a valid tunnel type. The SSH command must be one of ‘http’, ‘tls’, or ‘tcp’. |
ERR_NGROK_1109 | <FLAG> flag is not supported when using SSH tunneling |
ERR_NGROK_1110 | Error while parsing the <CMD> command: <OUT> |
ERR_NGROK_1111 | Timeout while waiting for SSH session |
ERR_NGROK_1112 | Timeout while waiting for port forward request. Use ‘ssh -R …’ option to specify your port forwarding. |
ERR_NGROK_1113 | Cannot use bind port <PORT> when using <CMD> command. Use ‘ssh -R 0:host:hostport …’ to let the server choose the remote port based on the command. |
ERR_NGROK_1114 | Cannot use bind address ‘-R <HOST> :<PORT> :’ with ‘-remote-addr=<ADDR> parameter. You may either specify -R <HOST> :<PORT> :’ or -remote-addr=<ADDR> but not both. |
ERR_NGROK_1115 | Cannot request a custom TCP port ‘-R <PORT> :’ with ‘-remote-addr=<ADDR> parameter. Remove -remote-addr and specify ‘ssh -R address:port:host:port’ to bind on your reserved address. Example: ssh -R 0:localhost:22 … Example: ssh -R 1.tcp.eu.ngrok.io:21412:localhost:22 … |
ERR_NGROK_1116 | Cannot request a custom bind port ‘-R <PORT> :’. You may either specify a reserved TCP address with ‘-R address:port:’ or you may let the server choose a random remote port for you with ‘-R 0:’. Example: ssh -R 0:localhost:22 … Example: ssh -R 1.tcp.eu.ngrok.io:21412:localhost:22 … |
ERR_NGROK_1117 | Cannot request a random port with a custom bind address <ADDR> in ‘-R <ADDR> :0:’. You may either specify a reserved TCP address with ‘-R address:port:’ or you may let the server choose a random remote port for you with ‘-R 0:’. Example: ssh -R 0:localhost:22 … Example: ssh -R 1.tcp.eu.ngrok.io:21412:localhost:22 … |
ERR_NGROK_1118 | Cannot use binding address ‘-R <ADDR> :’ with ‘-hostname=<HOSTNAME> parameter. You may either specify ‘-R <ADDR> :’ or ‘-hostname=<HOSTNAME> but not both. |
ERR_NGROK_1119 | Cannot use binding address ‘-R <ADDR> :’ with ‘-subdomain=<SUBDOMAIN> parameter. You may either specify binding address ‘-R <ADDR> :’ or ‘-subdomain=<SUBDOMAIN> but not both. |
ERR_NGROK_1120 | Cannot use ‘-hostname=<HOSTNAME> with ‘-subdomain=<SUBDOMAIN> parameter. You may either specify ‘-hostname=<HOSTNAME> or ‘-subdomain=<SUBDOMAIN> but not both. |
ERR_NGROK_1121 | SSH sessions do not support update. |
ERR_NGROK_1122 | SSH sessions do not support restart. |
ERR_NGROK_1123 | Tunnel ‘-proxy-proto=<PROXYPROTO> specifies invalid protocol version. Use one of version ‘1’ or ‘2’ to enable proxy proto. |
ERR_NGROK_1125 | HIPAA-enabled accounts cannot use SSH tunneling. |
ERR_NGROK_1200 | Authorized account’s primary email <EMAIL> is not verified. |
ERR_NGROK_1202 | You can’t enable Google OAuth without first connecting a Google Apps login. |
ERR_NGROK_1203 | You can’t enable Google OAuth because your connected Google login does not have a Google Apps domain. |
ERR_NGROK_1204 | You can’t delete your payment method while you have an active subscription. |
ERR_NGROK_1205 | You failed to solve the CAPTCHA, please try again. |
ERR_NGROK_1206 | You failed to solve the CAPTCHA, please try again. |
ERR_NGROK_1207 | Cannot switch to an account you are not a member of. |
ERR_NGROK_1208 | You failed to solve the CAPTCHA, please try again. |
ERR_NGROK_1210 | Invalid subscription interval <INTERVAL> . |
ERR_NGROK_1211 | Warning: Your IP does not match the IP Policy for this Account. When IP Restrictions are enforced you will not be able to access the dashboard. Please authenticate from an IP in the correct range or update your IP Restrictions. |
ERR_NGROK_1212 | Your IP does not match the IP Policy for this Account. Please authenticate from an IP in the correct range or update your IP Restrictions from the ngrok dashboard. https://dashboard.ngrok.com/ip-restrictions |
ERR_NGROK_1213 | A new version of the ngrok dashboard is required to continue. Please refresh the page to update. |
ERR_NGROK_1214 | Your account is rate limited to <MAX> requests per <INTERVAL> . |
ERR_NGROK_1215 | The user <EMAIL> does not have permissions to invite other team members. |
ERR_NGROK_1216 | The user <EMAIL> does not have permissions to manage team members. |
ERR_NGROK_1217 | The user <EMAIL> does not have permissions to view billing information. |
ERR_NGROK_1218 | The user <EMAIL> does not have permissions to change billing information. |
ERR_NGROK_1219 | The user <EMAIL> does not have permissions to change developer resources. |
ERR_NGROK_1220 | The user <EMAIL> does not have administrative privileges which are required to perform this operation. |
ERR_NGROK_1221 | Refusing to perform an account delete operation because you are using the dashboard with a different active account than the one you requested deletion for. |
ERR_NGROK_1222 | You are not a member of any account. |
ERR_NGROK_1223 | You are logged out, please log back in. |
ERR_NGROK_1224 | You are no longer a member of the current account. |
ERR_NGROK_1225 | You must accept the terms of service and privacy policy to sign up for ngrok. |
ERR_NGROK_1226 | You are disallowed from creating an ngrok account due to violation of the terms of service. |
ERR_NGROK_1227 | The number of login attempts with this email has been exceeded, please try again later. |
ERR_NGROK_1228 | You are no longer an active member of the current account. |
ERR_NGROK_1229 | The resource you are attempting to access requires MFA, please authenticate via a second factor. |
ERR_NGROK_1230 | We do not allow sign ups from your location. Your location was determined using your IP address. |
ERR_NGROK_1231 | The email address <EMAIL> already has an active, unredeemed invitation to this account. |
ERR_NGROK_1232 | We do not allow sign ups from anonymous proxies such as Tor. |
ERR_NGROK_1233 | The email address <EMAIL> is already associated with an SSO Identity Provider connection. Please contact support: support@ngrok.com |
ERR_NGROK_1400 | The IP Policy update failed because no values were provided. Specify at least one value |
ERR_NGROK_1401 | The IP Policy Rule update failed because no values were provided. Specify at least one value |
ERR_NGROK_1402 | IP Policy not found |
ERR_NGROK_1404 | IP Policy Rule not found |
ERR_NGROK_1405 | Required parameter is missing. Please specify <PARAM> |
ERR_NGROK_1406 | Invalid CIDR: <CIDR> |
ERR_NGROK_1407 | IP Policy with name <NAME> already exists |
ERR_NGROK_1408 | IP Policy Rule with CIDR <CIDR> already exists |
ERR_NGROK_1409 | IP Policy Rule CIDR <CIDR> must be specified using the lowest IP address in the range. Did you mean <SUGGESTION> ? |
ERR_NGROK_1410 | Your account is limited to a maximum of <MAX> IP Policies |
ERR_NGROK_1411 | Your account is limited to a maximum of <MAX> IP Policy rules for each IP Policy |
ERR_NGROK_1412 | Only Pro, Enterprise, or Pay-as-you-go accounts can use per-tunnel IP policies. Your account is not authorized to use per-tunnel IP policies. Upgrade to a Pro, Enterprise, or Pay-as-you-go plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_1413 | IP Policy Rule is missing a network mask. Consider using <IP> /<BITS> if you want to target a single host IP. |
ERR_NGROK_1414 | The provided ip_policy_id is invalid. Please check the value given with your request. |
ERR_NGROK_1415 | Your account is limited to <MAX> IP Policies. |
ERR_NGROK_1417 | Your account is limited to <MAX> rules per IP Policy. |
ERR_NGROK_1419 | Cannot delete only rule (<RULEID> ) in use by dashboard IP Restriction (<RESTRICTIONID> ). Please detach this IP Policy from IP Restriction before deleting this rule. |
ERR_NGROK_1420 | Cannot delete IP Policy (<POLICYID> ) because it is referenced by one or more IP Restrictions: (<RESTRICTIONIDS> ). Please detach this IP Policy from all IP Restrictions before deleting it. |
ERR_NGROK_1421 | The IP Policy Rule description exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_1422 | An IP Policy Rule must have an ‘action’ of either ‘allow’ or ‘deny’. |
ERR_NGROK_1423 | An action should now be specified on the IP Policy Rule, not IP Policy. Please contact ngrok support if you need additional time to migrate. |
ERR_NGROK_1500 | Maintenance in progress, operations for some resources are read-only |
ERR_NGROK_1501 | Maintenance in progress, some operations are unavailable |
ERR_NGROK_1600 | Endpoint configuration not found |
ERR_NGROK_1601 | Invalid endpoint configuration ID |
ERR_NGROK_1602 | Invalid endpoint configuration request |
ERR_NGROK_1607 | The IP Policy ID <ID> specified for the IP Policy module does not exist. |
ERR_NGROK_1608 | Endpoint Configurations are deprecated. Please use Cloud Endpoints instead. |
ERR_NGROK_1609 | Your account is limited to a maximum of <MAX> endpoint configurations. |
ERR_NGROK_1611 | Invalid endpoint configuration, circuit breaker error threshold percentage must be between 0.0 and 1.0 inclusive, was <VAL> . |
ERR_NGROK_1612 | The auth provider <VAL> does not exist. Specify an auth provider ID or the special value ‘agent’. |
ERR_NGROK_1613 | The endpoint configuration exceeds the max number of ip policies. You specified <VAL> , the maximum is <MAX> . |
ERR_NGROK_1614 | The endpoint configuration TLS CA certificate size exceeds the max. You specified <VAL> , the maximum is <MAX> . |
ERR_NGROK_1615 | The endpoint configuration exceeds the max number of headers. You specified <VAL> , the maximum is <MAX> . |
ERR_NGROK_1616 | Invalid endpoint configuration, circuit breaker tripped duration must be greater than 0, was <VAL> . |
ERR_NGROK_1617 | Invalid endpoint configuration, circuit breaker rolling window must be greater than 0, was <VAL> . |
ERR_NGROK_1618 | Invalid endpoint configuration, circuit breaker num buckets must be greater than 0 and less than <MAX> , was <VAL> . |
ERR_NGROK_1619 | The endpoint configuration could not be deleted because it is still referenced by at least one reserved domain or reserved address. |
ERR_NGROK_1620 | The endpoint configuration must specify a type. |
ERR_NGROK_1621 | The module <NAME> is not supported on an endpoint configuration of type <TYPE> . |
ERR_NGROK_1622 | <NAME> is not a valid endpoint configuration type. Must be one of ‘http’, ‘https’, ‘tcp’. |
ERR_NGROK_1623 | <KEY> is not a valid HTTP header name because it contains at least one invalid character. |
ERR_NGROK_1624 | <VAL> is not a valid HTTP header value: <REASON> . |
ERR_NGROK_1625 | You must specify at least one IP policy in the IP Policy module. |
ERR_NGROK_1626 | SNS webhook validation does not accept a secret. |
ERR_NGROK_1627 | Webhook validation for <T> requires a secret. |
ERR_NGROK_1628 | There were validation errors while saving the endpoint configuration:<ERRS> |
ERR_NGROK_1629 | You must specify a supported provider name. Supported providers: [<T> ] |
ERR_NGROK_1630 | Webhook provider <T> is not supported. Supported providers: [<TYPE> ] |
ERR_NGROK_1631 | Endpoint Configurations are deprecated. Please use Cloud Endpoints instead. |
ERR_NGROK_1632 | You may not configure the TLS termination parameter <PARAMETER> when the HTTPS module disables TLS termination. |
ERR_NGROK_1633 | Invalid endpoint configuration, unmanaged provider configurations must specify a client ID and a client secret. |
ERR_NGROK_1634 | Invalid endpoint configuration, custom OAuth scopes on a managed OAuth application are not allowed. Define a custom OAuth application to use custom scopes. |
ERR_NGROK_1635 | Invalid endpoint configuration, OAuth auth check interval must be at least <MIN> , was <ACTUAL> . |
ERR_NGROK_1636 | Invalid endpoint configuration, OAuth may only have one provider configuration but multiple are defined: [<PROVIDER_NAMES> ]. |
ERR_NGROK_1637 | Invalid endpoint configuration, OAuth does not define any provider configurations but one is required. |
ERR_NGROK_1638 | Invalid endpoint configuration, OAuth provider <PROVIDER> requires at least the <SCOPE> scope to authenticate by <AUTH_FEATURE> .‘ |
ERR_NGROK_1639 | Invalid endpoint configuration, OAuth provider <PROVIDER> contains an invalid email domain: <NAME> . |
ERR_NGROK_1640 | Invalid endpoint configuration, OAuth GitHub Teams must be listed as either numerical ids or in the format ‘org_slug/team_slug’, <TEAM> does not match either format. |
ERR_NGROK_1641 | Endpoint Configurations are deprecated. Please use Cloud Endpoints instead. |
ERR_NGROK_1642 | Invalid endpoint configuration, OAuth cookie prefix <PREFIX> must consist of only alphanumeric characters with periods. |
ERR_NGROK_1643 | Invalid endpoint configuration, OAuth provider <PROVIDER> contains an invalid email address, <NAME> . |
ERR_NGROK_1644 | Invalid endpoint configuration, OAuth provider <PROVIDER> contains an email domain with invalid punycode: <NAME> . |
ERR_NGROK_1645 | Invalid endpoint configuration, OAuth provider <PROVIDER> contains an email address with invalid punycode: <NAME> . |
ERR_NGROK_1646 | Invalid endpoint configuration, OAuth provider <PROVIDER> email addresses must be unique, but a duplicate is present: <DUPLICATE> . |
ERR_NGROK_1647 | Invalid endpoint configuration, OAuth provider <PROVIDER> email domains must be unique, but a duplicate is present: <DUPLICATE> . |
ERR_NGROK_1648 | Invalid endpoint configuration, OAuth provider <PROVIDER> teams must be unique, but a duplicate is present: <DUPLICATE> . |
ERR_NGROK_1649 | Invalid endpoint configuration, OAuth provider <PROVIDER> organizations must be unique, but a duplicate is present: <DUPLICATE> . |
ERR_NGROK_1650 | Invalid endpoint configuration, OAuth provider <PROVIDER> groups must be unique, but a duplicate is present: <DUPLICATE> . |
ERR_NGROK_1651 | Invalid endpoint configuration, OAuth provider <PROVIDER> email addresses must not contain empty values |
ERR_NGROK_1652 | Invalid endpoint configuration, OAuth provider <PROVIDER> email domains must not contain empty values |
ERR_NGROK_1653 | Invalid endpoint configuration, OAuth provider <PROVIDER> teams must not contain empty values |
ERR_NGROK_1654 | Invalid endpoint configuration, OAuth provider <PROVIDER> organizations must not contain empty values |
ERR_NGROK_1655 | Invalid endpoint configuration, OAuth provider <PROVIDER> groups must not contain empty values |
ERR_NGROK_1656 | The endpoint configuration exceeds the maximum number of OAuth scopes. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_1657 | The endpoint configuration exceeds the maximum number of OAuth Github teams. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_1658 | The endpoint configuration exceeds the maximum number of OAuth Github orgs. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_1659 | The endpoint configuration exceeds the maximum number of OAuth Google groups. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_1660 | The endpoint configuration exceeds the maximum number of OAuth emails. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_1661 | The endpoint configuration exceeds the maximum number of OAuth domains. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_1662 | The endpoint configuration specifies the following modules which may not be enabled when TLS is not terminated: <MODULE_NAMES> . |
ERR_NGROK_1667 | Invalid endpoint configuration, email addresses must be lowercase but <EMAIL> is not. |
ERR_NGROK_1668 | Invalid endpoint configuration, email domains must be lowercase but <DOMAIN> is not. |
ERR_NGROK_1669 | Duplicate ‘add’ header, <HEADER> was provided twice with different casings: <CASE_ONE> and <CASE_TWO> . |
ERR_NGROK_1670 | Your account is limited to <MAX> endpoint configurations. |
ERR_NGROK_1672 | The CA ID <ID> specified for the Mutual TLS module does not exist. |
ERR_NGROK_1673 | Description is limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_1674 | Metadata is limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_1675 | The Mutual TLS configurations exceeds the limit of <LIMIT> attached certificate authorities. |
ERR_NGROK_1679 | The endpoint configuration specifies conflicting authentication modules. Only one of SAML, OIDC, OAuth or Basic Auth may be enabled. |
ERR_NGROK_1680 | The SAML metadata exceeds the maximum length of <MAX> bytes, got <NBYTES> . |
ERR_NGROK_1681 | You must specify only the SAML IdP metadata or the SAML IdP metadata URL, but not both. |
ERR_NGROK_1682 | Failed to connect to IdP metadata URL <MDURL> : <ERR> . |
ERR_NGROK_1683 | Failed to parse the SAML IdP metadata: <ERR> . |
ERR_NGROK_1684 | Received unexpected status code <STATUSCODE> while fetching metadata URL <MDURL> |
ERR_NGROK_1685 | Failed to parse the SAML IdP metadata fetched from URL <MDURL> : <ERR> . |
ERR_NGROK_1686 | Encountered an error while reading the response body from the IdP metadata URL <MDURL> : <ERR> . |
ERR_NGROK_1687 | The specified OIDC issuer has a maximum length of 255 bytes. The specified value is <N> bytes. |
ERR_NGROK_1688 | The OIDC issuer property is required. |
ERR_NGROK_1689 | The OIDC Client ID property is required. |
ERR_NGROK_1690 | The OIDC Client Secret property is required. |
ERR_NGROK_1691 | One of the SAML IdP Metadata or IdP Metadata URL properties must be specified. |
ERR_NGROK_1692 | Invalid endpoint configuration, session inactivity timeout cannot be more than one year, was <ACTUAL> . |
ERR_NGROK_1693 | ”<FORMAT> ” is not a supported SAML nameid format. |
ERR_NGROK_1694 | Mutual TLS at edge requires TLS termination at edge. |
ERR_NGROK_1695 | No PEM data found in provided mutual TLS CA. |
ERR_NGROK_1696 | Certificate provided for mutual TLS is not a valid CA. |
ERR_NGROK_1697 | The header beginning with <PREFIX> …’ exceeds the maximum header name length of <BYTES> bytes. |
ERR_NGROK_1698 | The header value for <HEADERKEY> beginning with <PREFIX> …’ exceeds the maximum header value length of <BYTES> bytes. |
ERR_NGROK_1699 | The sendgrid verification key is not a base64 encoded ecdsa public key. The following error was encountered while trying to parse it: “<ERROR> ” |
ERR_NGROK_1700 | Only Enterprise accounts can use session operations. Your account is not authorized to use session operations. Upgrade to an Enterprise or Pay-as-you-go plan at https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_1701 | Only Enterprise accounts can stop or restart the agent. Your account is not authorized to stop or restart the agent. Upgrade to an Enterprise or Pay-as-you-go plan at https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_1702 | Only Enterprise or Pay-as-you-go accounts can update the agent. Your account is not authorized to update the agent. Upgrade to an Enterprise or Pay-as-you-go plan at https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_1800 | You have reached the maximum of <MAX> IP Policies on a restriction. |
ERR_NGROK_1801 | Invalid IP Restriction. The policy <POLICY_ID> does not exist on your account. |
ERR_NGROK_1802 | Only one IP Restriction is allowed per type. Consider either deleting the existing <TYPE> restriction first, or updating it instead. |
ERR_NGROK_1803 | The provided IP Restriction type “<TYPE> ” is invalid. Valid types: <SUPPORTED> . |
ERR_NGROK_1804 | An IP Restriction must specify at least one IP Policy. |
ERR_NGROK_1805 | Only Pro or Enterprise accounts can use dashboard IP restrictions. Your account is not authorized to use dashboard IP restrictions. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_1806 | Only Pro or Enterprise accounts can use API IP restrictions. Your account is not authorized to use API IP restrictions. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_1807 | Only Pro or Enterprise accounts can use agent IP restrictions. Your account is not authorized to use agent IP restrictions. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_1808 | Only Pro, Enterprise, or Pay-as-you-go accounts can use endpoints IP restrictions. Your account is not authorized to use endpoints IP restrictions. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_1900 | The provided certificate is in an unknown or unsupported format. The error encountered while parsing was: “<ERROR> ” |
ERR_NGROK_1901 | No PEM-encoded private key was found in the creation request. |
ERR_NGROK_1902 | The provided private key is encrypted. |
ERR_NGROK_1903 | The provided private key is in an unknown or unsupported format. |
ERR_NGROK_1904 | Your account can’t upload custom TLS certificates. |
ERR_NGROK_1905 | Your account can’t use managed TLS certificates. |
ERR_NGROK_1906 | The domain <DOMAIN> is not a valid domain name. |
ERR_NGROK_1907 | The ip <IP> is not a valid IP address. |
ERR_NGROK_1908 | Invalid authority <AUTHORITY> . Valid authorities: <SUPPORTED> . |
ERR_NGROK_1909 | Invalid private key type <TYPE> . Valid types: <SUPPORTED> . |
ERR_NGROK_1910 | The provided PEM data contains a non-zero number of headers, which are not allowed. |
ERR_NGROK_1911 | The provided data is a valid PEM, but it has an unexpected type: <TYPE> . It must be “CERTIFICATE”. |
ERR_NGROK_1912 | The upload contained <COUNT> certificates: <CNS> . Only a single certificate may be uploaded at a time. |
ERR_NGROK_1913 | The uploaded certificate’s x509 Basic Constraints did not mark it as a certificate authority (see RFC 5280, 4.2.1.9). |
ERR_NGROK_1914 | The description is limited to <MAX> characters, but the provided value had <VAL> characters. |
ERR_NGROK_1915 | Metadata is limited to <MAX> characters, but the provided value had <VAL> characters. |
ERR_NGROK_1916 | The description is limited to <MAX> characters, but the provided value had <VAL> characters. |
ERR_NGROK_1917 | Metadata is limited to <MAX> characters, but the provided value had <VAL> characters. |
ERR_NGROK_1918 | Your account is not allowed to upload certificate authorities. |
ERR_NGROK_1919 | No certificate PEM data was sent. |
ERR_NGROK_1920 | The certificate data could not be parsed as PEM. Certificate data: “<PREFIX> ”. |
ERR_NGROK_1921 | The uploaded certificate PEM data exceeds the maximum length limit of <MAX_SIZE> bytes. |
ERR_NGROK_1922 | No PEM-encoded certificate was found in the creation request. |
ERR_NGROK_1923 | The provided certificate and private key do not match each other. |
ERR_NGROK_1924 | The provided private key is actually a certificate. |
ERR_NGROK_1925 | The provided certificate is actually a private key. |
ERR_NGROK_1926 | The uploaded certificate bundle contained the following certificates in this order: [<ORDER> ], however <INVALID> has not been signed by <INTERMEDIATE> . |
ERR_NGROK_1927 | The domain <DOMAIN> is not available for certificate management. |
ERR_NGROK_1929 | Invalid nameserver count. There should be <WANT> but only found <GOT> for <ZONE> |
ERR_NGROK_1930 | Nameservers are not set up correctly for <DOMAIN> , expected <WANT> but got <GOT> |
ERR_NGROK_1934 | Got error <ERROR> where parsing public key <PUBLICKEY> |
ERR_NGROK_1935 | <CERTTYPE> is not a valid SSH certificate type. Valid certificate types: <SUPPORTED> . |
ERR_NGROK_1936 | ”<KEYTYPE> ” is not a valid SSH key type. Valid key types: <SUPPORTED> . |
ERR_NGROK_1937 | The description is limited to <MAX> characters, but the provided value had <VAL> characters. |
ERR_NGROK_1938 | Metadata is limited to <MAX> characters, but the provided value had <VAL> characters. |
ERR_NGROK_1939 | Invalid key size <KEYSIZE> . Valid key sizes: <SUPPORTED> . |
ERR_NGROK_1940 | Key size is supported only with a key type of “rsa”, but the specified key type was “<KEYTYPE> ”. |
ERR_NGROK_1941 | Invalid elliptic curve “<CURVE> ”. Valid elliptic curves: <SUPPORTED> . |
ERR_NGROK_1942 | Elliptic curve is supported only with a key type of “ecdsa”, but the specified key type was “<KEYTYPE> ”. |
ERR_NGROK_1943 | The SSH CA Certificate duration must be greater than zero; got duration of <DURATION> . |
ERR_NGROK_1945 | The description is limited to <MAX> characters, but the provided value had <VAL> characters. |
ERR_NGROK_1946 | Metadata is limited to <MAX> characters, but the provided value had <VAL> characters. |
ERR_NGROK_1947 | The description is limited to <MAX> characters, but the provided value had <VAL> characters. |
ERR_NGROK_1948 | Metadata is limited to <MAX> characters, but the provided value had <VAL> characters. |
ERR_NGROK_1949 | The SSH CA <CA> does not exist. |
ERR_NGROK_1950 | Certificates are not supported for public keys of type <KEYTYPE> . |
ERR_NGROK_1951 | The SSH CA <CA> does not exist. |
ERR_NGROK_1952 | The public key to sign in the certificate is required, but no public key was specified. |
ERR_NGROK_1953 | Your account is not allowed to use SSH certificates. |
ERR_NGROK_1954 | Your account is limited to <MAX> Certificate Authorities. |
ERR_NGROK_1956 | Your account is limited to <MAX> SSH Certificate Authorities. |
ERR_NGROK_1958 | Your account is limited to <MAX> SSH Host Certificates. |
ERR_NGROK_1960 | Your account is limited to <MAX> SSH User Certificates. |
ERR_NGROK_1962 | SSH User Certificate duration must be greater than zero; got duration of <DURATION> . |
ERR_NGROK_1963 | SSH Host Certificate duration must be greater than zero; got duration of <DURATION> . |
ERR_NGROK_1964 | Can’t delete SSH CA <ID> because an SSH certificate signed by it exists. Delete all host and user SSH certificates signed by this CA before deleting it. |
ERR_NGROK_1965 | The certificate <ID> does not exist. |
ERR_NGROK_1966 | The certificate <ID> could not be deleted because it has an attached Managed Certificate Policy. If this certificate is automatically generated, delete the domain reservation or use a different certificate type. |
ERR_NGROK_2032 | Webhook Validation middleware requires a secret for <PROVIDER> . |
ERR_NGROK_2062 | Paths given in HTTPMux rules must be either empty or absolute. Perhaps you meant to specify ‘/<PATH> ? |
ERR_NGROK_2063 | The method <METHOD> was specified multiple times for the path <PATH> . Each method must be unique among all rules with the same path. |
ERR_NGROK_2065 | HTTPMux must have at least one rule. |
ERR_NGROK_2067 | Too many rules given to HTTPMux. You provided <VAL> rules, but the limit is <MAX> . |
ERR_NGROK_2069 | The method (<METHOD> ) specified in an HTTPMux rule is invalid or otherwise not currently supported. |
ERR_NGROK_2070 | The path specified in an HTTPMux rule is too long. The path provided has <VAL> bytes, but the limit is <MAX> . |
ERR_NGROK_2071 | The path specified in an HTTPMux rule is unsupported or otherwise invalid. |
ERR_NGROK_2087 | The sendgrid verification key is not a base64 encoded ecdsa public key. The following error was encountered while trying to parse it: “<ERROR> ” |
ERR_NGROK_2089 | Found duplicate routing rule. Each rule must be unique. |
ERR_NGROK_2090 | The user agent filter regular expression <REGEX> is an invalid regular expression: <ERR> . |
ERR_NGROK_2200 | Invalid policy expression. <ERR> . |
ERR_NGROK_2201 | Invalid policy action type <TYP> . |
ERR_NGROK_2202 | Action type <TYP> is not supported for <PHASE> traffic policy rule. |
ERR_NGROK_2203 | Failed to parse the configuration for policy action type <TYP> . <ERR> |
ERR_NGROK_2204 | Configuration for policy action type <TYP> has invalid value: <FIELD> . |
ERR_NGROK_2205 | Policy action type <TYP> does not support the <PROTO> protocol. |
ERR_NGROK_2206 | A policy must define at least one action. |
ERR_NGROK_2207 | Policy action type <TYP> is unreachable due to a prior terminating action. |
ERR_NGROK_2208 | Failed to parse configuration for <PHASE> <TYPE> : exceeds maximum allowed name length of <MAX> , was <VAL> . |
ERR_NGROK_2209 | Failed to parse configuration for <PHASE> <TYPE> : exceeds maximum allowed value length of <MAX> , was <VAL> . |
ERR_NGROK_2210 | Failed to parse configuration for <PHASE> <TYPE> : name is invalid <NAME> . |
ERR_NGROK_2211 | Failed to parse configuration for <PHASE> <TYPE> : value is invalid <NAME> . |
ERR_NGROK_2212 | Failed to parse configuration for <PHASE> <TYPE> : can have at most <MAX> header values, but <VAL> were provided. |
ERR_NGROK_2213 | Failed to parse configuration for <PHASE> add-headers: contained an invalid template: <TEMPLATE> : <ERR> . |
ERR_NGROK_2214 | Failed to parse configuration for compress: contained an invalid algorithm: <ALGORITHM> . |
ERR_NGROK_2215 | Failed to parse configuration for <ACTION> : <CONFIG> must be between <MIN> and <MAX> inclusive, was <ACTUAL> . |
ERR_NGROK_2216 | Invalid IP Policy Reference(s): <REFERENCE> . |
ERR_NGROK_2217 | Invalid CIDR(s): <CIDR> . |
ERR_NGROK_2218 | Too many entries for <FIELD> . You provided <ENTRIES> entries, but the limit is <LIMIT> . |
ERR_NGROK_2219 | <FIELD> cannot be user-configured. |
ERR_NGROK_2221 | Invalid configuration for <ACTION> : <CONFIG> length of <ACTUAL> exceeded limit of <MAX> . |
ERR_NGROK_2222 | Invalid configuration for <ACTION> : <CONFIG> must be <VALID> , was <ACTUAL> . |
ERR_NGROK_2223 | Invalid configuration for <ACTION> : <CONFIG> cannot be empty. |
ERR_NGROK_2224 | Invalid configuration for action <ACTION> : failed to compile CEL template expressions in <FIELD> . <ERR> . |
ERR_NGROK_2225 | Invalid configuration for <ACTION> : <CONFIG> duration of <ACTUAL> exceeded limit of <MAX> . |
ERR_NGROK_2226 | Invalid configuration for <ACTION> : <CONFIG> must be a URL, but was <ACTUAL> . |
ERR_NGROK_2227 | Invalid configuration for <ACTION> : The issuer URL at <CONFIG> with a value of <ISSUERURL> did not return a valid OpenID Connect Discovery document. |
ERR_NGROK_2228 | Invalid configuration for <ACTION> : Failed to parse <CONFIG> : <REASON> . |
ERR_NGROK_2229 | Failed to validate Traffic Policy for unknown protocol <PROTO> .‘ |
ERR_NGROK_2230 | Invalid Traffic Policy phase <PHASE> for protocol <PROTO> . |
ERR_NGROK_2231 | Invalid configuration for <ACTION> : <CONFIG> contains duplicate values: <DUPLICATES> . |
ERR_NGROK_2232 | Failed to resolve validated configuration for policy action type <TYP> . <ERR> |
ERR_NGROK_2233 | Failed to compile resolved configuration for policy action type <TYP> . <ERR> |
ERR_NGROK_2234 | Invalid configuration for <ACTION> : <CONFIG> is missing required element <ELEMENT> . |
ERR_NGROK_2235 | The traffic policy provided is not guaranteed to handle traffic. Ensure traffic always results in an action, e.g. custom response or forward action. |
ERR_NGROK_2236 | The traffic policy was not able to be parsed: <ERROR> |
ERR_NGROK_2237 | Invalid configuration for <ACTION> : <CONFIG> length of <ACTUAL> does not satisfy minimum length of <MIN> . |
ERR_NGROK_2238 | Failed to resolve interpolated CEL expression. The expression was: <CEL> ERROR: <ERROR> } |
ERR_NGROK_2239 | Invalid policy: Only one auth action allowed per endpoint. |
ERR_NGROK_2240 | Invalid configuration for <ACTION> : <MISSING> is required when <SPECIFIED> is specified |
ERR_NGROK_2241 | Invalid configuration for <ACTION> : The domain <DOMAIN> cannot be used as it doesn’t belong to the endpoint. |
ERR_NGROK_2242 | Invalid configuration for <ACTION> : <CONFIG> <DOMAIN> contains invalid puny code. |
ERR_NGROK_2243 | Invalid configuration for <ACTION> : <CONFIG> <DOMAIN> is not a valid domain. |
ERR_NGROK_2244 | Invalid configuration for <PHASE> <ACTION> : <CONFIG> can have at most <MAX> query key/value pairs, but <VAL> were provided. |
ERR_NGROK_2245 | Invalid configuration for <PHASE> <ACTION> : <CONFIG> : exceeds maximum allowed key length of <MAX> , was <VAL> . |
ERR_NGROK_2246 | Invalid configuration for <PHASE> <ACTION> : <CONFIG> : exceeds maximum allowed key length of <MAX> , was <VAL> . |
ERR_NGROK_2247 | Already validated url didn’t parse during <STEP> step: <URL> <ERR> |
ERR_NGROK_2248 | HTTPS Edges do not support the on_tcp_connect Traffic Policy phase. Use a Cloud Endpoint instead. |
ERR_NGROK_2249 | Memory limit exceeded by <ACTION> action: <ERR> |
ERR_NGROK_2250 | Invalid configuration for <ACTION> : Nested variables are too deep. Maximum nesting allowed is <MAX> |
ERR_NGROK_2252 | Invalid format for set-vars: vars must be a list of maps of exactly size 1 |
ERR_NGROK_2253 | Failed to evaluate CEL expression: <EXPRESSION> for <ACTION> at runtime: <ERR> |
ERR_NGROK_2254 | Failed to resolve CEL expression. The expression was: <CEL> ERROR: <ERROR> } |
ERR_NGROK_2255 | Invalid configuration for <ACTION> : Maximum <ELEMENT> allowed per action is <MAX> |
ERR_NGROK_2256 | The action <ACTION> is not available for your current plan. Please upgrade to <PLANS> to use this action. |
ERR_NGROK_2257 | Invalid basic auth credential. Username <USERNAME> fails to meet requirements of RFC 7617 #2.1: <ERR> |
ERR_NGROK_2258 | Invalid basic auth credential. The password of user <USERNAME> fails to meet requirements of RFC 7617 #2.1: <ERR> |
ERR_NGROK_2259 | No tunnels exist in this account |
ERR_NGROK_2260 | No tunnels could be found matching the supplied combination of labels |
ERR_NGROK_2261 | Failed to parse the configuration for policy action type <TYP> . Field <FIELD> is not a valid regular expression. ERROR: <ERR> . |
ERR_NGROK_3002 | Error performing TLS handshake: <ERR> |
ERR_NGROK_3003 | This client does not support TLS SNI, but the endpoint’s TLS configuration requires SNI. See https://ngrok.com/docs/cloud-edge/edges/tls#compatible-clients |
ERR_NGROK_3004 | ngrok gateway error The server returned an invalid or incomplete HTTP response. |
ERR_NGROK_3005 | ngrok gateway timeout A connection to the server not be established. |
ERR_NGROK_3006 | ngrok gateway error The server refused our connection |
ERR_NGROK_3007 | ngrok gateway error |
ERR_NGROK_3008 | ngrok gateway error None of the configured backends responded in time |
ERR_NGROK_3009 | ngrok gateway error Received an HTTP network error (status code 0) from a backend |
ERR_NGROK_3010 | ngrok gateway error Received an HTTP response with unknown status code <CODE> from a backend |
ERR_NGROK_3100 | Your session has expired due to age. Refresh this page or use the link below to log back in with <PROVIDER> . |
ERR_NGROK_3101 | We lack permission to retrieve your data from <PROVIDER> and cannot continue. Make sure to allow all requested permissions for this application. |
ERR_NGROK_3102 | <PROVIDER> requires that you correct an issue with your account prior to using this website. Please log in to <PROVIDER> , correct the issue, and then refresh this page. |
ERR_NGROK_3103 | <PROVIDER> requires that you correct an issue with your account prior to using this website: <ERROR_TITLE> : <ERROR_MESSAGE> After correcting the issue with <PROVIDER> , refresh this page. |
ERR_NGROK_3104 | The email “<EMAIL> ” associated with your <PROVIDER> account is not valid. Please correct your email with <PROVIDER> and then refresh this page. |
ERR_NGROK_3105 | You lack the required permission to use this site. Contact the owner to obtain permission and then refresh this page. |
ERR_NGROK_3106 | The initial information required to authenticate with <PROVIDER> is invalid. |
ERR_NGROK_3107 | The state parameter used to validate your request is missing. Please close this page and try again. |
ERR_NGROK_3108 | The state parameter used to validate your request cannot be read. Please close this page and try again. |
ERR_NGROK_3109 | <PROVIDER> did not provide an email for your account. Check that you have a primary email and that it’s confirmed before trying again. |
ERR_NGROK_3110 | The email permission from <PROVIDER> was not granted but is required. Please ensure that the email permission is granted. |
ERR_NGROK_3111 | All requested permissions with <PROVIDER> must be granted in order to use this site, but the following were not: <PERMISSIONS> . |
ERR_NGROK_3112 | <PROVIDER> has returned an error when attempting to authorize you to use this site: <ERROR> |
ERR_NGROK_3113 | <PROVIDER> denied access to this application when retrieving your information. This is likely caused by expiration or revocation of your authorization. |
ERR_NGROK_3114 | In order to continue, you must authorize this application’s access to <PROVIDER> . |
ERR_NGROK_3115 | The redirect_uri configured for this application is not properly configured or whitelisted with <PROVIDER> . Please contact the owner of this application in order to fix this error. |
ERR_NGROK_3116 | <PROVIDER> denied access to your data when attempting to authorize you. Please contact the owner of this application to ensure it is properly installed for your organization. |
ERR_NGROK_3117 | The initial link used to authorize with <PROVIDER> had unsupported parameters. |
ERR_NGROK_3118 | <PROVIDER> denied access to your data. Please contact the owner of this application to ensure it is properly installed for your organization. |
ERR_NGROK_3119 | Logging in with <PROVIDER> took more than 15 minutes and was rejected for security. Please try again. |
ERR_NGROK_3120 | The state parameter required to finish authorization with <PROVIDER> is missing. Please start over to try again. |
ERR_NGROK_3121 | The nonce cookie required to finish authorization with <PROVIDER> is missing. Please start over to try again. |
ERR_NGROK_3122 | The access code from <PROVIDER> has expired and cannot be used. Please try again and finish authorization more quickly. |
ERR_NGROK_3123 | The access code from <PROVIDER> has already been used. Please remove any bookmarks to this page and start reauthorization again. |
ERR_NGROK_3124 | The state parameter required to finish authorization with <PROVIDER> does not match this host. Please try again. |
ERR_NGROK_3125 | <PROVIDER> denied access to your data. The owner of this application should verify the OAuth application client ID and secret are valid. |
ERR_NGROK_3126 | <PROVIDER> rejected authorization due to a invalid or unknown scope requested by this application. The owner of this application must correct the application configuration before you can continue. |
ERR_NGROK_3127 | <PROVIDER> rejected authorization due to invalid or expired credentials. If this error persists after reauthorizing, contact the owner of the application to ensure you have permission. |
ERR_NGROK_3150 | An error occurred when retrieving your session. Please refresh the page to log in and try again. |
ERR_NGROK_3151 | <PROVIDER> rejected use of your session’s OAuth token: “<ERROR> ”. Your session is invalid and cannot continue. |
ERR_NGROK_3152 | An invalid request was sent to <PROVIDER> but its response is required in order to continue. This is a bug and it has been reported; please try again in a couple of hours to see if it has been resolved. |
ERR_NGROK_3160 | An unexpected error occurred when communicating with <PROVIDER> . |
ERR_NGROK_3161 | <PROVIDER> has throttled this application and cannot be reached right now. Please try again in a few minutes. |
ERR_NGROK_3162 | <PROVIDER> has throttled this application and cannot be reached right now. Please try again in about an hour. |
ERR_NGROK_3163 | An error occurred when finishing authorization with <PROVIDER> . This is likely caused by authorization taking too long. Please try again. |
ERR_NGROK_3164 | An error occurred when authorizing with <PROVIDER> : <ERROR> |
ERR_NGROK_3165 | <PROVIDER> is too busy to handle requests and authorization cannot be completed at this time. |
ERR_NGROK_3166 | <PROVIDER> enountered an error and authorization cannot be completed at this time. |
ERR_NGROK_3167 | <PROVIDER> is too busy to handle requests and required data cannot be retrieved right now. Wait a few minutes before trying again. |
ERR_NGROK_3200 | The endpoint <ENDPOINTURL> is offline. |
ERR_NGROK_3202 | Circuit breaker tripped |
ERR_NGROK_3203 | Request blocked by IP Policy |
ERR_NGROK_3204 | Request failed webhook verification |
ERR_NGROK_3205 | Request blocked by Endpoints IP Restriction |
ERR_NGROK_3206 | Expected a websocket request with a “Connection: upgrade” header but did not receive one. |
ERR_NGROK_3208 | The ngrok account that was hosting this webpage has been banned for violation of ngrok’s Terms of Service. If you’re seeing this page instead of the one you were expecting, ngrok has most likely blocked a phishing attack targeting you. If you did enter any sensitive information before seeing this notice, please contact the real site by directly entering their URL in your browser. Learn more about how to protect yourself from phishing scams: https://consumer.ftc.gov/articles/how-recognize-and-avoid-phishing-scams |
ERR_NGROK_3209 | Tunnel not found |
ERR_NGROK_3210 | Error forwarding the connection to the ngrok agent |
ERR_NGROK_3211 | The server does not authorize requests from your user-agent |
ERR_NGROK_3212 | Tunnel <HOSTNAME> has multiple bindings but no binding was specified |
ERR_NGROK_3213 | Upgrade request origin forbidden |
ERR_NGROK_3214 | exceeded maximum number of redirects <MAX> : <URLS> |
ERR_NGROK_3300 | URL “state” parameter is invalid |
ERR_NGROK_3301 | URL “state” parameter is expired. |
ERR_NGROK_3302 | URL “state” parameter is invalid. |
ERR_NGROK_3303 | URL “state” parameter is invalid. |
ERR_NGROK_3304 | URL “state” parameter is invalid. |
ERR_NGROK_3305 | This request has expired. Please try again. |
ERR_NGROK_3306 | URL “state” parameter is invalid. |
ERR_NGROK_3307 | URL “state” parameter is invalid. |
ERR_NGROK_3308 | URL “state” parameter is invalid. |
ERR_NGROK_3309 | The route match type <TYP> is incompatible with OAuth, OIDC, or SAML. Compatible selector match types are “EXACT_PATH” or “PATH_PREFIX”. |
ERR_NGROK_3310 | URL “state” parameter is invalid. |
ERR_NGROK_3311 | URL “state” parameter is invalid. |
ERR_NGROK_3312 | URL “state” parameter is invalid. |
ERR_NGROK_3313 | Invalid Auth Cookie Domain: <DOMAIN> |
ERR_NGROK_3401 | Your request lacks valid credentials. |
ERR_NGROK_3403 | You are forbidden from making this request. |
ERR_NGROK_3406 | Token could not be found in request. |
ERR_NGROK_3408 | Configured HTTP Header <TYP> was not found in request. |
ERR_NGROK_3411 | Failed to parse JSON body. |
ERR_NGROK_3412 | Failed to parse form. |
ERR_NGROK_3413 | Configured prefix <TYP> not found. |
ERR_NGROK_3414 | Failed to read content-type header. |
ERR_NGROK_3415 | Tokens in body not supported for HTTP method <TYP> . |
ERR_NGROK_3416 | Token could not be parsed, possibly malformed. |
ERR_NGROK_3422 | Failed to fetch JWKS. |
ERR_NGROK_3501 | ForwardInternal may only forward through <MAX> endpoints. |
ERR_NGROK_3601 | The response received from the http-request target had a size exceeding the maximum allowed. |
ERR_NGROK_3602 | The configured http-request timeout was reached before a successful request could be made. |
ERR_NGROK_3603 | Request rejected, A loop was detected. |
ERR_NGROK_3604 | HTTP Status Code <CODE> does not allow including a response body. |
ERR_NGROK_3700 | The request was blocked by the WAF. |
ERR_NGROK_3701 | Something went wrong with the WAF. |
ERR_NGROK_3702 | The response was blocked by the WAF. |
ERR_NGROK_3800 | The request could not be proxied to the AI provider successfully |
ERR_NGROK_3900 | CEL interpolation was unsuccessful in action <ACTIONTYPE> field <FIELD> |
ERR_NGROK_3901 | CEL interpolation in action <ACTIONTYPE> field <FIELD> did not result in a valid regex. ERROR: <ERROR> |
ERR_NGROK_3902 | Buffering for the body was not successfully initialized for action type <ACTIONTYPE> . ERROR: <ERROR> |
ERR_NGROK_3903 | The body could not be successfully buffered for action type <ACTIONTYPE> |
ERR_NGROK_3904 | The body content could not be successfully modified for action type <ACTIONTYPE> |
ERR_NGROK_3905 | The content-length header could not be successfully updated for action type <ACTIONTYPE> |
ERR_NGROK_4001 | Plan <PLAN_ID> does not exist. |
ERR_NGROK_4003 | Account name must not be empty. |
ERR_NGROK_4004 | Account name exceeds max length, <LENGTH> bytes, max: <MAX> . |
ERR_NGROK_4005 | Another account is already configured with the GSuite domain <DOMAIN> . |
ERR_NGROK_4011 | Your password must be at least <LENGTH> characters. |
ERR_NGROK_4012 | Your account does not have access to <FEATURE> . Upgrade to get access: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_4013 | You may not create a new account because you are already a member of the free account “<ACCOUNT_NAME> ”. Upgrade or delete that account first before creating a new account. |
ERR_NGROK_4014 | The account <NAME> was suspended. It may not be deleted. Contact support@ngrok.com if you believe this is an error. |
ERR_NGROK_4015 | The account <NAME> was banned for violation of the terms of service. It may not be deleted. Contact support@ngrok.com if you believe this is an error. |
ERR_NGROK_4016 | You may not create a new account because another account you were the administrator of was suspended. Contact support@ngrok.com if you believe this is an error. |
ERR_NGROK_4017 | You may not create a new account because another account you were the administrator of was banned for violation of the terms of service. Contact support@ngrok.com if you believe this is an error. |
ERR_NGROK_4018 | Usage of ngrok requires a verified account and authtoken. Sign up for an account: https://dashboard.ngrok.com/signup Install your authtoken: https://dashboard.ngrok.com/get-started/your-authtoken |
ERR_NGROK_4019 | This account cannot be deleted because it has an active billing subscription. Please contact support@ngrok.com for help deleting this account. |
ERR_NGROK_4020 | Your password must be less then <LENGTH> characters. |
ERR_NGROK_4021 | This account cannot be deleted because it has an unpaid invoice. Please contact support@ngrok.com for help deleting this account. |
ERR_NGROK_4022 | You do not have permission to change the observability capture settings for this account. Please contact an admin for this account to change these settings. |
ERR_NGROK_4023 | Your account does not have access to <FEATURE> . Contact us to get access to this feature: https://ngrok.com/enterprise/contact?ref=pricing-prod-custom |
ERR_NGROK_4024 | Your account plan cannot be downgraded: <REASON> |
ERR_NGROK_4025 | Your account plan cannot be upgraded: <REASON> |
ERR_NGROK_4026 | Your account has run out of credit, please upgrade to continue using paid actions, or use your dev domain and remove all paid traffic policy from it. |
ERR_NGROK_4100 | The email or password you entered is not valid. |
ERR_NGROK_4101 | A user with the email address <EMAIL> already exists. |
ERR_NGROK_4103 | <EMAIL> is not a valid email address. |
ERR_NGROK_4104 | User name must not be empty. |
ERR_NGROK_4105 | User name exceeds max length, <LENGTH> bytes, max: <MAX> . |
ERR_NGROK_4106 | Your user <EMAIL> was suspended for violation of the terms of service. It may not be deleted. Contact support@ngrok.com if you believe this is an error. |
ERR_NGROK_4107 | Your user <EMAIL> was banned for violation of the terms of service. It may not be deleted. Contact support@ngrok.com if you believe this is an error. |
ERR_NGROK_4108 | Sign ups are disallowed for the email provider “<DOMAIN> ”. Please sign up with a different email provider. |
ERR_NGROK_4109 | Bot name must not be empty. |
ERR_NGROK_4110 | Bot name exceeds max length, <LENGTH> bytes, max: <MAX> . |
ERR_NGROK_4111 | You must be an admin to create, update, or delete Bots. |
ERR_NGROK_4112 | Bot names must be unique within an account. |
ERR_NGROK_4114 | The email domain “<DOMAIN> ” does not allow self-serve user registrations. Please contact your ngrok administrator or support@ngrok.com for access. |
ERR_NGROK_4115 | The email domain “<DOMAIN> ” does not allow account creation. Please contact your ngrok administrator or support@ngrok.com for access. |
ERR_NGROK_4116 | The domain of the email entered is registered under a domain control and must signup via SSO |
ERR_NGROK_4117 | The email address <EMAIL> already exists under a similar alias. Please use that email address to login. |
ERR_NGROK_4118 | Sign ups are disallowed for the email provided “<EMAIL> ”. Please sign up with a different email address. |
ERR_NGROK_4200 | You may not delete all or your logins, you must have at least one. |
ERR_NGROK_4201 | This <LOGIN> login is already connected to another ngrok user. |
ERR_NGROK_4300 | No user with the email address <EMAIL> exists. |
ERR_NGROK_4301 | You have not set a password for this account. Please login using Google or GitHub instead. |
ERR_NGROK_4302 | Unable to redeem password: <REASON> |
ERR_NGROK_4400 | An email address is required to invite a new user |
ERR_NGROK_4401 | The invited email address is too long: <LENGTH> bytes. Max <MAX> bytes. |
ERR_NGROK_4402 | The invited user would exceed your current team size limit of <TEAM_SIZE> . Add another seat at: https://dashboard.ngrok.com/billing/subscription. Then you’ll be able to invite your team. |
ERR_NGROK_4403 | You cannot invite any more users. Please email support@ngrok.com if you believe this is an error. |
ERR_NGROK_4404 | Unabled to redeem invitation: <REASON> |
ERR_NGROK_4405 | <EMAIL> is not a valid email address. |
ERR_NGROK_4407 | You are not currently permitted to enroll in the beta. |
ERR_NGROK_4408 | Feature request suggestions must be between 1 and <MAXLEN> characters, got <LENGTH> . |
ERR_NGROK_4409 | Your account is not allowed to set invitation permissions. |
ERR_NGROK_4410 | You do not have permissions to invite an administrator to the account. Only administrators may invite other administrators. |
ERR_NGROK_4411 | You do not have permissions to invite users to the account. |
ERR_NGROK_4412 | You may not invite users to the account with higher permissions than your own. |
ERR_NGROK_4413 | Developer Read Write must set on a user if thier permissions include Invite. |
ERR_NGROK_4414 | You are not allowed to create invitations, this account uses SCIM 2.0 to manage members. |
ERR_NGROK_4415 | You are not allowed to redeem this invitation, this account uses SCIM 2.0 to manage members. |
ERR_NGROK_4416 | Your email does not match the email intended for this invitation, <EMAIL> . |
ERR_NGROK_4451 | A user with the email address <EMAIL> already exists. |
ERR_NGROK_4452 | The email address being verified, <EMAIL> , belongs to another user. |
ERR_NGROK_4453 | A similar email address to the one being verified, <EMAIL> , belongs to another user. |
ERR_NGROK_4500 | The URL <URL> is not a valid tcp address or URL. Please use either hostname:port or a full URL including protocol for HTTP or TLS endpoints. |
ERR_NGROK_4501 | The TCP port <PORT> in <HOST> is not a valid numerical TCP port. |
ERR_NGROK_4502 | The TCP port <PORT> for <HOST> is not within the range of possible ngrok ports. |
ERR_NGROK_4503 | The IP <IP> is not a known ngrok TCP IP. |
ERR_NGROK_4504 | The host <HOST> is not a known ngrok TCP hostname. |
ERR_NGROK_4701 | You must only specify a single SSO configuration but you specified both SAML and OpenID Connect. |
ERR_NGROK_4702 | You cannot delete your last IdP provider when SSO enforced is enabled |
ERR_NGROK_5000 | Your account is limited to <MAX> <RESOURCE> . |
ERR_NGROK_5001 | Your account is rate limited to <MAX> <RESOURCE> per <INTERVAL> . |
ERR_NGROK_5100 | An event destination must specify a destination target. Valid targets include: <TYPE> . |
ERR_NGROK_5102 | You have reached the maximum of <MAX> destinations for your account. |
ERR_NGROK_5103 | No event destinations with ID: <ID> associated with this account. |
ERR_NGROK_5104 | Event Destination role ARN “<ARN> ” is not a valid ARN for an aws IAM role. Error: <MSG> . |
ERR_NGROK_5105 | Event Destination role is missing an external ID. |
ERR_NGROK_5106 | Event Destination target is missing the auth field. |
ERR_NGROK_5107 | Event Destination auth is missing a role or credentials to send events to the destination target. |
ERR_NGROK_5108 | Update to target type not allowed. Create a new destination if you would like to send to a new target. |
ERR_NGROK_5112 | Event Destination “<ID> ” cannot be deleted because it is still in use by at least one Event Stream |
ERR_NGROK_5115 | An event destination may not specify more than one destination target. |
ERR_NGROK_5116 | An event destination may not specify more than one type of authentication. |
ERR_NGROK_5117 | The property <NAME> is an immutable property and may not be updated. Create a new destination instead. |
ERR_NGROK_5118 | The partition (<VALUE> ) of the provided <FIELD> (<ARN> ) is invalid. |
ERR_NGROK_5119 | The service (<VALUE> ) of the provided <FIELD> (<ARN> ) is invalid. |
ERR_NGROK_5120 | The provided <FIELD> (<ARN> ) is invalid. Please make sure it matches the ARN you obtained from Amazon exactly. |
ERR_NGROK_5122 | <ERR> |
ERR_NGROK_5123 | Event Subscription <ID> not found. |
ERR_NGROK_5124 | Your account can’t use the event subscriptions feature. |
ERR_NGROK_5125 | Source <TYP> not found on Event Subscription <ID> . |
ERR_NGROK_5126 | You have reached the maximum of <MAX> destinations on a subscription. |
ERR_NGROK_5127 | The event type for each source must be unique within a subscription. |
ERR_NGROK_5128 | Your account can’t create event destinations. |
ERR_NGROK_5129 | The ARN (<ARN> ) is not valid for the <SERVICE> service. |
ERR_NGROK_5130 | The ARN (<ARN> ) is not valid for the <RESOURCE> resource type. |
ERR_NGROK_5131 | You have reached the maximum of <MAX> event subscriptions for your account. |
ERR_NGROK_5132 | The Datadog API key provided is not authorized to send events into Datadog: <ERR> |
ERR_NGROK_5133 | Event Destination target is missing API Key. |
ERR_NGROK_5134 | The Datadog site provided (<DDSITE> ) is not valid, please see the “SITE” column from https://docs.datadoghq.com/getting_started/site/#access-the-datadog-site |
ERR_NGROK_5135 | Your account can’t use the event source filter feature. |
ERR_NGROK_5136 | The provided azure logs ingestion data collection rule ID is missing or invalid. |
ERR_NGROK_5137 | The provided azure logs ingestion data collection stream name is missing or invalid. |
ERR_NGROK_5138 | The provided azure logs ingestion URI is missing or invalid. |
ERR_NGROK_5139 | The provided azure configuration is invalid: $<ERR> |
ERR_NGROK_5140 | One or more provided fields are invalid: $<ERR> |
ERR_NGROK_5200 | URL “state” parameter is invalid. |
ERR_NGROK_5201 | URL “state” parameter is invalid. |
ERR_NGROK_5202 | Encountered an error while communicating with the OIDC provider: “<ERROR> ”. |
ERR_NGROK_5203 | The OIDC provider failed to return a OIDC ID Token. |
ERR_NGROK_5204 | Failed to verify the OIDC ID Token: “<ERROR> ”. |
ERR_NGROK_5205 | Failed to extract claims from the OIDC ID Token: “<ERROR> ”. |
ERR_NGROK_5206 | The endpoint configuration “<ECID> ” does not exist. |
ERR_NGROK_5207 | OIDC is not enabled on the endpoint configuration “<ECID> ”. |
ERR_NGROK_5208 | Encountered an error while attempting to fetch OIDC provider metadata: “<ERROR> ”. |
ERR_NGROK_5209 | The authentication flow was not completed in time. Please try authenticating again. |
ERR_NGROK_5210 | The authentication flow was not completed in time. Please try authenticating again. |
ERR_NGROK_5211 | The OIDC provider returned the error code “<ERROR> ” with the additional details: “<DETAILS> ”. Please try authenticating again. |
ERR_NGROK_5212 | OIDC is not enabled on the domain “<HOSTNAME> ”. |
ERR_NGROK_5300 | SAML RelayState parameter is invalid. |
ERR_NGROK_5301 | The SAML IdP sent an invalid SAML assertion: “<ERROR> ” |
ERR_NGROK_5302 | The SAML module for the endpoint configuration “<ECID> ” disallows IdP-initiated logins. |
ERR_NGROK_5303 | The endpoint configuration “<ECID> ” is not attached to any domains. |
ERR_NGROK_5304 | Could not find the domain “<DOMAIN> ” specified in the IdP-initiated RelayState. |
ERR_NGROK_5305 | The SAML IdP sent an invalid SAML assertion: “<ERROR> ” |
ERR_NGROK_5306 | SAML RelayState parameter is invalid. |
ERR_NGROK_5307 | The domain “<DOMAIN> ” specified in the IdP-initiated RelayState is not attached to the endpoint configuration “<ECID> ”. |
ERR_NGROK_5308 | The SAML IdP sent an invalid SAML logout response: “<ERROR> ” |
ERR_NGROK_5309 | URL “state” parameter is invalid. |
ERR_NGROK_5310 | URL “state” parameter is invalid. |
ERR_NGROK_5311 | The SAML IdP sent an invalid SAML assertion with <N> Authn statements. |
ERR_NGROK_5312 | You are not a member of the configured authorized groups on the ngrok edge. |
ERR_NGROK_5313 | The authentication flow was not completed in time. Please try authenticating again. |
ERR_NGROK_5314 | The logout flow was not completed in time. Please try authenticating again. |
ERR_NGROK_5315 | The authentication flow was not completed in time. Please try authenticating again. |
ERR_NGROK_5316 | The logout flow was not completed in time. Please try authenticating again. |
ERR_NGROK_5317 | The SAML module for the edge route “<RTEID> ” disallows IdP-initiated logins. |
ERR_NGROK_5318 | The edge “<EDGID> ” is not attached to any domains. |
ERR_NGROK_5319 | Failed to complete IdP-initiated SAML login. The RelayState specified an invalid domain “<DOMAIN> ” to redirect to. Ensure that the domain “<DOMAIN> ” is configured as a hostport for “<EDGID> ”. |
ERR_NGROK_5320 | The edge route “<RTEID> ” does not exist. |
ERR_NGROK_5321 | The RelayState must be configured with the redirect URL for IdP-initiated logins. |
ERR_NGROK_5322 | The domain “<DOMAIN> ” specified in the IdP-initiated RelayState is not attached to the edge “<EDGID> ”. |
ERR_NGROK_5323 | The SAML module is not enabled for the configuration “<ID> ”. |
ERR_NGROK_5324 | The ID “<ID> ” that was specified is invalid. This usually indicates a malformed URL. |
ERR_NGROK_5325 | Failed to complete IdP-initiated SAML login. Edge does not have any attached domains. Please ensure that at least one domain is configured as a hostport for “<EDGID> ”. |
ERR_NGROK_5326 | Failed to complete IdP-initiated SAML login. The RelayState must be configured with the redirect URL for IdP-initiated logins when using a route selector match type of “<MATCHTYP> ”. |
ERR_NGROK_5400 | Event Sources for the “<TYP> ” event type must specify fields to capture. |
ERR_NGROK_5401 | Event Sources for the “<TYP> ” event may not specify fields. |
ERR_NGROK_5402 | Event Sources for the “<TYP> ” event may not specify a filter. |
ERR_NGROK_5403 | Event Sources must be configured with fields that match its event type. “<FIELD> ” is not a “<TYP> ” field |
ERR_NGROK_5404 | Event Source filter is invalid: “<ERR> ” |
ERR_NGROK_5405 | Invalid Event Field: “<FIELD> ” |
ERR_NGROK_5406 | Field is not yet supported in event filters: “<FIELD> ” |
ERR_NGROK_5500 | URL “state” parameter is invalid. |
ERR_NGROK_5501 | The authentication flow was not completed in time. Please try authenticating again. |
ERR_NGROK_5502 | Authorization with <PROVIDER> succeeded, but these required scopes not were granted: <SCOPES> . Please reauthorize and grant all requested scopes to the application. |
ERR_NGROK_5503 | URL “state” parameter is invalid. |
ERR_NGROK_5504 | The authentication flow was not completed in time. Please try authenticating again. |
ERR_NGROK_5507 | <ERROR_NAME> <DETAILS> |
ERR_NGROK_5508 | Authorization with <PROVIDER> succeeded, but these required scopes not were granted: <SCOPES> . Please reauthorize and grant all requested scopes to the application. |
ERR_NGROK_5510 | <PROVIDER> did not provide an email for your account. Check that you have a primary email and that it’s confirmed before trying again. |
ERR_NGROK_5511 | Email “<EMAIL> ” is not authorized for use by this account. |
ERR_NGROK_5512 | Email is malformed. Email “<EMAIL> ” is missing an @ sign. |
ERR_NGROK_5513 | Email domain failed to normalize to a FQDN “<DOMAIN> ”: “<ERROR> ” |
ERR_NGROK_5517 | <PROVIDER> denied access to your data during the final step of authorization: <DESCRIPTION> . Please contact the owner of this application to ensure it is properly installed for your organization. |
ERR_NGROK_5518 | <PROVIDER> rejected authorization with access denied: <DESCRIPTION> . You must authorize this application before continuing. |
ERR_NGROK_5520 | <PROVIDER> rejected authorization due to a invalid or unknown scope requested by this application: <DESCRIPTION> . The owner of this application must correct the application configuration before you can continue. |
ERR_NGROK_5521 | <PROVIDER> rejected authorization due to an internal server error: <DESCRIPTION> . |
ERR_NGROK_5522 | <PROVIDER> is too busy to handle requests and authorization cannot be completed at this time: <DESCRIPTION> . |
ERR_NGROK_5523 | <PROVIDER> rejected authorization as the redirect URL for this application is improperly configured: <DESCRIPTION> . Please contact the owner of this application in order to fix this error. |
ERR_NGROK_5524 | <PROVIDER> rejected authorization: <DESCRIPTION> . The owner of this application should verify the OAuth application client ID and secret are valid before you can continue. |
ERR_NGROK_5525 | <PROVIDER> has throttled this application and cannot be reached right now. Please try again in a few minutes. |
ERR_NGROK_5526 | <PROVIDER> rejected access to your information. This is likely caused by expiration or revocation of your authorization. |
ERR_NGROK_5527 | <PROVIDER> rejected the final step of authorization due to invalid credentials. The owner of this application should verify the OAuth application client ID and secret are valid before you can continue. |
ERR_NGROK_5528 | The access code from <PROVIDER> has expired and cannot be used. Please authorize again more quickly. |
ERR_NGROK_5529 | <PROVIDER> denied access to your data during the final step of authorization. Please contact the owner of this application to ensure it is properly installed for your organization. |
ERR_NGROK_5530 | OAuth is not enabled on the domain “<HOSTNAME> ”. |
ERR_NGROK_5531 | <PROVIDER> denied access to your account as the correct account could not be chosen automatically. Please try authorizing again or contacting the owner of this application if the issue persists. |
ERR_NGROK_5532 | <PROVIDER> denied access to your account as reauthentication is required. Please try logging in again or contact the owner of this application if the issue persists. |
ERR_NGROK_5533 | <PROVIDER> had an internal server error when refreshing your information. Please try again or contact the owner of this application if the issue persists. |
ERR_NGROK_5534 | Encountered an error while attempting to fetch OIDC provider metadata: “<ERROR> ”. |
ERR_NGROK_5535 | The OAuth provider “<PROVIDER> ” cannot be used without a user-defined client ID and client secret. |
ERR_NGROK_5536 | Encountered an error while fetching user data: <PROVIDER> did not provide a user ID for your account. |
ERR_NGROK_5537 | Encountered an error while resolving client secret CEL expression. |
ERR_NGROK_5538 | Encountered an error while encrypting the client secret. |
ERR_NGROK_5539 | Encountered an error while decrypting the client secret. |
ERR_NGROK_6000 | This tunnel was unable to update; this may be temporary, please try again shortly. |
ERR_NGROK_6001 | This tunnel is no longer available as its account was not found. |
ERR_NGROK_6002 | This tunnel is no longer available as its account does not own resources required to run. |
ERR_NGROK_6003 | Endpoint configurations cannot be used with agent-specified basic auth. Either remove the endpoint configuration from this endpoint or restart the agent without basic auth. |
ERR_NGROK_6006 | The Event Destination <EDID> required by <ECID> was not found. If these were recently created or removed, this should be temporary and resolve itself. |
ERR_NGROK_6008 | This endpoint is unavailable as its account is suspended due to lack of payment. |
ERR_NGROK_6009 | The ngrok account that was hosting this webpage has been suspended for violation of ngrok’s Terms of Service. If you’re seeing this page instead of the one you were expecting, ngrok has most likely blocked a phishing attack targeting you. If you did enter any sensitive information before seeing this notice, please contact the real site by directly entering their URL in your browser. Learn more about how to protect yourself from phishing scams: https://consumer.ftc.gov/articles/how-recognize-and-avoid-phishing-scams |
ERR_NGROK_6010 | Endpoint configuration is incompatible with tunnel; module <MODULE> required by Endpoint Configuration <ECID> is incompatible with <PROTO> tunnels. |
ERR_NGROK_6011 | You may not specify <MIDDLEWARE> options from the ngrok agent because this domain has a configured endpoint configuration: <ECID> . Remove the endpoint configuration from this domain or remove the conflicting options when starting the ngrok agent. |
ERR_NGROK_6013 | Failed to compile filter for Event Subscription <ESID> . |
ERR_NGROK_6014 | Failed to run filter for Event Subscription <ESID> . |
ERR_NGROK_6018 | The Endpoint <HOSTPORT> has both an Endpoint Configuration (<EPCID> ) and a Tunnel with incompatible configuration (<TUNNELID> ) online. |
ERR_NGROK_6019 | The Endpoint <HOSTPORT> has both an Edge (<EDGID> ) and Endpoint Configuration (<EPCID> ) configured. |
ERR_NGROK_6020 | The Endpoint <HOSTPORT> has both an Edge (<EDGID> ) and Tunnel (<TUNID> ) online. |
ERR_NGROK_6021 | HTML content may only be served after you upgrade to a paid account. |
ERR_NGROK_6022 | Before you can serve HTML content, you must sign up for an ngrok account and install your authtoken. |
ERR_NGROK_6023 | HTML content may only be served in this region after you upgrade to a paid account. |
ERR_NGROK_6024 | You are about to visit <HOSTPORT>``<SERVEDBYSTR> . This website is served for free through ngrok.com. You should only visit this website if you trust whoever sent the link to you. |
ERR_NGROK_6025 | The tunnel <URL> is already bound to another tunnel session. Please start the ngrok agent with a different domain. |
ERR_NGROK_6026 | The Endpoint <HOSTPORT> has both a Cloud Endpoint (<CLEPID> ) and Tunnel (<TUNID> ) online. |
ERR_NGROK_6027 | The Endpoint <HOSTPORT> has both a Cloud Endpoint (<CLEPID> ) and Edge (<EDGID> ) configured. |
ERR_NGROK_6028 | The Endpoint <HOSTPORT> has both a Cloud Endpoint (<CLEPID> ) and Endpoint Configuration (<TUNID> ) configured. |
ERR_NGROK_6029 | The traffic policy configured for cloud endpoint <CLEPID> is non-terminating. |
ERR_NGROK_6030 | The url <URL> has multiple endpoints, but they do not all have pooling enabled. |
ERR_NGROK_6031 | HTTP endpoints are disabled for HIPAA-enabled plans |
ERR_NGROK_6500 | Your account is not authorized to use the backends feature. |
ERR_NGROK_6501 | Cannot save backend reference <ID> because it does not exists. |
ERR_NGROK_6502 | The backend could not be deleted because it is still referenced by at least one backend. |
ERR_NGROK_6503 | Description is limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_6504 | Metadata is limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_6505 | Static backend requires address in the host:port form. |
ERR_NGROK_6506 | Static backend address <ADDR> is invalid (<REASON> ). Use host:port as address. |
ERR_NGROK_6507 | Static backend address <ADDR> is missing host. Use host:port as address. |
ERR_NGROK_6508 | Tunnel group labels count is limited to <MAX> ; you have <VAL> labels. |
ERR_NGROK_6509 | Tunnel group label key length is limited to between <MIN> and <MAX> ; key <NAME> has <VAL> characters. |
ERR_NGROK_6510 | Tunnel group label value length is limited to between <MIN> and <MAX> ; value <NAME> has <VAL> characters. |
ERR_NGROK_6511 | Weighted backends count is limited to <MAX> ; you have <VAL> backends. |
ERR_NGROK_6512 | Weighted backend <ID> weight <VAL> is out of range; it must be between <MIN> and <MAX> . |
ERR_NGROK_6513 | Failover backends may only contain up to <MAX> failover backends; you have <VAL> failover backends. |
ERR_NGROK_6514 | Backend not found. |
ERR_NGROK_6515 | Tunnel Group Backend <ID> did not match any tunnels. Please start tunnels matching its labels in order to serve traffic. |
ERR_NGROK_6516 | HTTP Response Backend <ID> had too large of a body. The maximum is length <MAX> bytes, but the supplied body was <VAL> bytes long. |
ERR_NGROK_6517 | HTTP Response Backend <ID> had an invalid status code. The status code <STATUS> is an invalid HTTP Status Code. |
ERR_NGROK_6522 | The header beginning with <PREFIX> …’ exceeds the maximum header name length of <BYTES> bytes. |
ERR_NGROK_6523 | The header value for <HEADERKEY> beginning with <PREFIX> …’ exceeds the maximum header value length of <BYTES> bytes. |
ERR_NGROK_6524 | A Weighted Backend may not reference the backend <ID> because it is a <BACKENDTYPE> backend. |
ERR_NGROK_6525 | A Failover Backend may not reference the backend <ID> because it is a <BACKENDTYPE> backend. |
ERR_NGROK_6526 | The id <ID> is not a valid backend ID. |
ERR_NGROK_6527 | The id <ID> is invalid; expected an id of type <BACKENDTYPE> backend. |
ERR_NGROK_6528 | Traffic made it to the ngrok edge, but there are no tunnels online serving an app. |
ERR_NGROK_6529 | Your account is not authorized to use the weighted backends feature. Upgrade to an Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_6530 | The <ID> header cannot be removed without specifying a replacement. |
ERR_NGROK_6531 | The tunnel group label key/value <ID> may not contain ’=’ characters. |
ERR_NGROK_6600 | The account <NAME> has reached its team size limit and may not add additional users. Please ask the account owner to upgrade your plan: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_6601 | Failed to add <USER_NAME> as a member of account <ACCOUNT_NAME> because they are already a member. |
ERR_NGROK_6602 | You may not remove the last administrator of the account. Grant administrator privileges to another member first. |
ERR_NGROK_6603 | Your account is not allowed to set membership permissions. |
ERR_NGROK_6604 | You may not remove an administrator from the account. Only administrators may remove other administrators. |
ERR_NGROK_6605 | You may not grant administrator privileges to an account member. Only administrators may grant administrative privileges. |
ERR_NGROK_6606 | You may not change an administrator’s permissions. Only other administrators may make that change. |
ERR_NGROK_6607 | You may not change the account administrator. Only the current accont administrator may make this change. |
ERR_NGROK_6608 | Could not transfer administrative control to membership <ID> because it could not be found on this account. |
ERR_NGROK_6609 | Swapping administrators is not supported on accounts with RBAC enabled. |
ERR_NGROK_6612 | You are not allowed to remove members. |
ERR_NGROK_6613 | You are not allowed to create members. |
ERR_NGROK_6614 | You are not allowed to set the permissions of members. |
ERR_NGROK_6615 | You may not create users with higher permissions than your own. |
ERR_NGROK_6616 | You may not set user permissions higher than your own. |
ERR_NGROK_6617 | Users must have a defined billing permission. |
ERR_NGROK_6618 | You are not allowed to create members, this account uses SCIM 2.0 to manage members. |
ERR_NGROK_6619 | You are not allowed to remove members, this account uses SCIM 2.0 to manage members. |
ERR_NGROK_6620 | You are not allowed to activate/deactivate members, this account uses SCIM 2.0 to manage members. |
ERR_NGROK_6621 | You are not allowed to activate/deactivate admins. Only other administrators may make that change. |
ERR_NGROK_6622 | You may not deactivate the last administrator of the account. Grant administrator privileges to another member first. |
ERR_NGROK_6700 | The description is limited to <MAX> characters, but the provided value had <VAL> characters. |
ERR_NGROK_6701 | Metadata is limited to <MAX> characters, but the provided value had <VAL> characters. |
ERR_NGROK_6702 | No DNS records were returned when querying for an NS record for the domain <DOMAIN> . |
ERR_NGROK_6703 | The NS records for the domain <DOMAIN> “<GOT> ” do not match the expected targets “<EXPECTED> ”. |
ERR_NGROK_6704 | The specified domain “<DOMAIN> ” is not a valid domain name. Enter a valid DNS name. |
ERR_NGROK_6705 | The agent ingress domain “<DOMAIN> ” must be a third party domain, you may not enter a domain controlled by ngrok. |
ERR_NGROK_6706 | The agent ingress domain “<DOMAIN> ” already exists, choose another domain. |
ERR_NGROK_6707 | Your account can’t reserve custom agent ingresses. Contact us for access to the Agent Ingresses feature. |
ERR_NGROK_6708 | Multiple certificate sources provided. |
ERR_NGROK_6709 | Some of the dedicated IPs “<IPS> ” are already used in a different agent ingress. |
ERR_NGROK_6710 | Dedicated IP “<IP> ” is not a valid IP. |
ERR_NGROK_6711 | Dedicated IP “<IP> ” is duplicated in the set of IPs. |
ERR_NGROK_7000 | Edge not found |
ERR_NGROK_7001 | Invalid edge ID |
ERR_NGROK_7002 | Invalid edge request |
ERR_NGROK_7007 | The IP Policy ID <ID> specified for the IP Restriction module does not exist. |
ERR_NGROK_7008 | Edges are deprecated and no longer available. If you’ve used edges before, a migration guide is available: https://ngrok.com/docs/universal-gateway/edges/#migration-guide. If you have lost access to actively running edges, this is an error, please contact support@ngrok.com for help. |
ERR_NGROK_7009 | Your account is limited to a maximum of <MAX> edges. |
ERR_NGROK_7011 | Invalid edge, circuit breaker error threshold percentage must be between 0.0 and 1.0 inclusive, was <VAL> . |
ERR_NGROK_7012 | The auth provider <VAL> does not exist. Specify an auth provider ID or the special value ‘agent’. |
ERR_NGROK_7013 | The edge module exceeds the max number of IP Policies. You specified <VAL> , the maximum is <MAX> . |
ERR_NGROK_7014 | The edge module TLS CA certificate size exceeds the max. You specified <VAL> , the maximum is <MAX> . |
ERR_NGROK_7015 | The edge module exceeds the max number of headers. You specified <VAL> , the maximum is <MAX> . |
ERR_NGROK_7016 | Invalid edge module, circuit breaker tripped duration must be greater than 0, was <VAL> . |
ERR_NGROK_7017 | Invalid edge module, circuit breaker rolling window must be greater than 0, was <VAL> . |
ERR_NGROK_7018 | Invalid edge module, circuit breaker num buckets must be greater than 0 and less than <MAX> , was <VAL> . |
ERR_NGROK_7019 | The edge could not be deleted because it is still referenced by at least one reserved domain or reserved address. |
ERR_NGROK_7020 | The edge must specify a type. |
ERR_NGROK_7021 | The module <NAME> is not supported on an edge of type <TYPE> . |
ERR_NGROK_7022 | <NAME> is not a valid edge type. Must be one of ‘http’, ‘https’, ‘tcp’. |
ERR_NGROK_7023 | <KEY> is not a valid HTTP header name because it contains at least one invalid character. |
ERR_NGROK_7024 | <VAL> is not a valid HTTP header value: <REASON> . |
ERR_NGROK_7025 | You must specify at least one IP Policy in the IP Restriction module. |
ERR_NGROK_7026 | SNS webhook verification does not accept a secret. |
ERR_NGROK_7027 | Webhook verification for <T> requires a secret. |
ERR_NGROK_7028 | There were validation errors while saving the edge:<ERRS> |
ERR_NGROK_7029 | You must specify a supported provider name. Supported providers: [<T> ] |
ERR_NGROK_7030 | Webhook provider <T> is not supported. Supported providers: [<TYPE> ] |
ERR_NGROK_7031 | Only Pro and Enterprise accounts can use edges webhook verification. Your account is not authorized to use webhook verification. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7032 | You may not configure the TLS termination parameter <PARAMETER> when the HTTPS module disables TLS termination. |
ERR_NGROK_7033 | Invalid edge module, unmanaged provider configurations must specify a client ID and a client secret. |
ERR_NGROK_7034 | Invalid edge module, custom OAuth scopes on a managed OAuth application are not allowed. Define a custom OAuth application to use custom scopes. |
ERR_NGROK_7035 | Invalid edge module, OAuth auth check interval must be at least <MIN> , was <ACTUAL> . |
ERR_NGROK_7036 | Invalid edge module, OAuth may only have one provider configuration but multiple are defined: [<PROVIDER_NAMES> ]. |
ERR_NGROK_7037 | Invalid edge module, OAuth does not define any provider configurations but one is required. |
ERR_NGROK_7038 | Invalid edge module, OAuth provider <PROVIDER> requires at least the <SCOPE> scope to authenticate by <AUTH_FEATURE> .‘ |
ERR_NGROK_7039 | Invalid edge module, OAuth provider <PROVIDER> contains an invalid email domain: <NAME> . |
ERR_NGROK_7040 | Invalid edge module, OAuth GitHub Teams must be listed as either numerical ids or in the format ‘org_slug/team_slug’, <TEAM> does not match either format. |
ERR_NGROK_7041 | Only Pro and Enterprise accounts can use edges OAuth. Your account is not authorized to use OAuth. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7042 | Invalid edge module, OAuth cookie prefix <PREFIX> must consist of only alphanumeric characters with periods. |
ERR_NGROK_7043 | Invalid edge module, OAuth provider <PROVIDER> contains an invalid email address, <NAME> . |
ERR_NGROK_7044 | Invalid edge module, OAuth provider <PROVIDER> contains an email domain with invalid punycode: <NAME> . |
ERR_NGROK_7045 | Invalid edge module, OAuth provider <PROVIDER> contains an email address with invalid punycode: <NAME> . |
ERR_NGROK_7046 | Invalid edge module, OAuth provider <PROVIDER> email addresses must be unique, but a duplicate is present: <DUPLICATE> . |
ERR_NGROK_7047 | Invalid edge module, OAuth provider <PROVIDER> email domains must be unique, but a duplicate is present: <DUPLICATE> . |
ERR_NGROK_7048 | Invalid edge module, OAuth provider <PROVIDER> teams must be unique, but a duplicate is present: <DUPLICATE> . |
ERR_NGROK_7049 | Invalid edge module, OAuth provider <PROVIDER> organizations must be unique, but a duplicate is present: <DUPLICATE> . |
ERR_NGROK_7050 | Invalid edge module, OAuth provider <PROVIDER> groups must be unique, but a duplicate is present: <DUPLICATE> . |
ERR_NGROK_7051 | Invalid edge module, OAuth provider <PROVIDER> email addresses must not contain empty values |
ERR_NGROK_7052 | Invalid edge module, OAuth provider <PROVIDER> email domains must not contain empty values |
ERR_NGROK_7053 | Invalid edge module, OAuth provider <PROVIDER> teams must not contain empty values |
ERR_NGROK_7054 | Invalid edge module, OAuth provider <PROVIDER> organizations must not contain empty values |
ERR_NGROK_7055 | Invalid edge module, OAuth provider <PROVIDER> groups must not contain empty values |
ERR_NGROK_7056 | The edge module exceeds the maximum number of OAuth scopes. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_7057 | The edge module exceeds the maximum number of OAuth GitHub teams. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_7058 | The edge module exceeds the maximum number of OAuth GitHub orgs. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_7059 | The edge module exceeds the maximum number of OAuth Google groups. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_7060 | The edge module exceeds the maximum number of OAuth emails. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_7061 | The edge module exceeds the maximum number of OAuth domains. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_7062 | The edge specifies the following modules which may not be enabled when TLS is not terminated: <MODULE_NAMES> . |
ERR_NGROK_7067 | Invalid edge module, email addresses must be lowercase but <EMAIL> is not. |
ERR_NGROK_7068 | Invalid edge module, email domains must be lowercase but <DOMAIN> is not. |
ERR_NGROK_7069 | Duplicate ‘add’ header, <HEADER> was provided twice with different casings: <CASE_ONE> and <CASE_TWO> . |
ERR_NGROK_7070 | Your account is limited to <MAX> edges. |
ERR_NGROK_7071 | Your account is rate limited for adding <MAX> edges per <INTERVAL> . |
ERR_NGROK_7072 | The CA ID <ID> specified for the Mutual TLS module does not exist. |
ERR_NGROK_7073 | Description is limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_7074 | Metadata is limited to <MAX> characters; you have entered <VAL> characters. |
ERR_NGROK_7075 | The Mutual TLS configurations exceeds the limit of <LIMIT> attached certificate authorities. |
ERR_NGROK_7079 | The edge specifies conflicting authentication modules. Only one of SAML, OIDC, or OAuth may be enabled. |
ERR_NGROK_7080 | The SAML metadata exceeds the maximum length of <MAX> bytes, got <NBYTES> . |
ERR_NGROK_7081 | You must specify only the SAML IdP metadata or the SAML IdP metadata URL, but not both. |
ERR_NGROK_7082 | Failed to connect to IdP metadata URL <MDURL> : <ERR> . |
ERR_NGROK_7083 | Failed to parse the SAML IdP metadata: <ERR> . |
ERR_NGROK_7084 | Received unexpected status code <STATUSCODE> while fetching metadata URL <MDURL> |
ERR_NGROK_7085 | Failed to parse the SAML IdP metadata fetched from URL <MDURL> : <ERR> . |
ERR_NGROK_7086 | Encountered an error while reading the response body from the IdP metadata URL <MDURL> : <ERR> . |
ERR_NGROK_7087 | The specified OIDC issuer has a maximum length of <MAX> bytes. The specified value is <N> bytes. |
ERR_NGROK_7088 | The OIDC issuer property is required. |
ERR_NGROK_7089 | The OIDC Client ID property is required. |
ERR_NGROK_7090 | The OIDC Client Secret property is required. |
ERR_NGROK_7091 | One of the SAML IdP Metadata or IdP Metadata URL properties must be specified. |
ERR_NGROK_7092 | Invalid edge module, session inactivity timeout cannot be more than one year, was <ACTUAL> . |
ERR_NGROK_7093 | Your account is not authorized to use basic auth. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7094 | Your account is not authorized to use compression. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7095 | Your account is not authorized to use circuit breaker. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7096 | Your account is not authorized to use request headers. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7097 | Your account is not authorized to use response headers. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7098 | Your account is not authorized to use OIDC. Upgrade to an Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7099 | Your account is not authorized to use SAML. Upgrade to an Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7100 | Your account is not authorized to use TLS termination. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7101 | Your account is not authorized to use IP Restrictions. Upgrade to an Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7102 | Your account is not authorized to use TCP address backends. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7103 | Your account is not authorized to use mutual TLS. Upgrade to an Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7104 | Edge has invalid hostports, must be specified in the format ‘hostname:portnumber’: <INVALID> |
ERR_NGROK_7105 | The header beginning with <PREFIX> …’ exceeds the maximum header name length of <BYTES> bytes. |
ERR_NGROK_7106 | The header value for <HEADERKEY> beginning with <PREFIX> …’ exceeds the maximum header value length of <BYTES> bytes. |
ERR_NGROK_7107 | The sendgrid verification key is not a base64 encoded ecdsa public key. The following error was encountered while trying to parse it: “<ERROR> ” |
ERR_NGROK_7108 | Your account is not authorized to use the websocket to TCP converter. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7109 | You may not configure the TLS termination parameter ‘terminate_at’ for an HTTPS edge. |
ERR_NGROK_7110 | The request edge ID <EID> does not match the route edge ID <REID> . |
ERR_NGROK_7111 | The edge hostport <HOST> :<PORT> does not exist. |
ERR_NGROK_7112 | The hostport <HOSTPORT> has port out of range: <PORT> is not in range 1-65535. |
ERR_NGROK_7113 | The address <HOSTPORT> is not reserved. |
ERR_NGROK_7114 | The address <HOSTPORT> is not reserved by your account. |
ERR_NGROK_7115 | The address <HOSTPORT> has an endpoint configuration which must be removed before it can be used by an edge. |
ERR_NGROK_7116 | The domain <HOSTPORT> is unsupported because it does not use port 443. |
ERR_NGROK_7117 | The domain <HOSTPORT> is not reserved. |
ERR_NGROK_7118 | The domain <HOSTPORT> is not reserved by your account. |
ERR_NGROK_7119 | The domain <HOSTPORT> has an endpoint configuration which must be removed before it can be used by an edge. |
ERR_NGROK_7120 | TCP edges can only be associated with TCP addresses: <HOSTPORT> is a domain. |
ERR_NGROK_7121 | HTTPS edges can only be associated with reserved domains: <HOSTPORT> is a TCP address. |
ERR_NGROK_7122 | Hostport <HOSTPORT> already exists for another edge. |
ERR_NGROK_7123 | Edge routes require a match expression. |
ERR_NGROK_7124 | The edge route <ID> could not be found. |
ERR_NGROK_7125 | There is a duplicate route <ID> for HTTPS edge. |
ERR_NGROK_7126 | Route match expression <MATCH> must be unique across all routes for HTTPS edge. |
ERR_NGROK_7127 | OAuth may not currently be configured for any route except ’/’, could not configure for route <MATCH> . |
ERR_NGROK_7128 | Your account is limited to a maximum of <MAX> routes for a single edge. |
ERR_NGROK_7129 | Your account is limited to a maximum of <MAX> hostports for a single edge. |
ERR_NGROK_7130 | Invalid match type, valid values are “exact_path” and “path_prefix”. |
ERR_NGROK_7131 | The route selector expression <MATCH> is invalid. Valid route selector match expressions are of the form /path (e.g. “/foo”, or “/foo/bar”). |
ERR_NGROK_7132 | The hostport <HOSTPORT> is already in use by an agent directly. |
ERR_NGROK_7133 | TLS edges can only be associated with reserved domains: <HOSTPORT> is a TCP address. |
ERR_NGROK_7134 | OAuth, OIDC and SAML may only be configured for routes with path selectors (i.e. ‘exact_path’, ‘path_prefix’). |
ERR_NGROK_7135 | The route selector expression exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7136 | The OAuth Cookie Prefix exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7137 | The OAuth Client ID exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7138 | The OAuth Client Secret exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7139 | The OAuth Email Address exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7140 | The OAuth Email Domain exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7141 | The OAuth Scope exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7142 | The edge module exceeds the maximum number of GitHub teams. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_7143 | The edge module exceeds the maximum number of GitHub orgs. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_7144 | The OAuth GitHub team exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7145 | The OAuth GitHub org exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7146 | The edge module exceeds the maximum number of Google groups. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_7147 | The OAuth Google group exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7148 | The OIDC Client ID exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7149 | The OIDC Client Secret exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7150 | The edge module exceeds the maximum number of OIDC scopes. You specified <COUNT> , the max is <MAX> . |
ERR_NGROK_7151 | The OIDC Scope exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7152 | The OIDC Authn URL exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7153 | The OIDC cookie prefix exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7154 | The Webhook Verification secret exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_7155 | Enabling OAuth, OIDC, or SAML on more than one route is not supported. |
ERR_NGROK_7158 | Invalid edge module, OAuth auth check interval must be no greater than <MAX> , was <ACTUAL> . |
ERR_NGROK_7159 | Invalid edge module, OIDC auth check interval must be at least <MIN> , was <ACTUAL> . |
ERR_NGROK_7160 | Invalid edge module, OIDC auth check interval must be no greater than <MAX> , was <ACTUAL> . |
ERR_NGROK_7161 | Invalid edge module, OAuth max session duration must be no greater than <MAX> , was <ACTUAL> . |
ERR_NGROK_7162 | Invalid edge module, OIDC max session duration must be no greater than <MAX> , was <ACTUAL> . |
ERR_NGROK_7163 | Your account is not authorized to use the TLS edges. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7164 | The <ID> header cannot be removed without specifying a replacement. |
ERR_NGROK_7165 | An unsupported OAuth Provider was configured. |
ERR_NGROK_7166 | The “<PROVIDER> ” OAuth Provider does not currently have a managed app available, specify a client id and client secret. |
ERR_NGROK_7167 | Your account is not authorized to use user agent filter. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7168 | Your account is not authorized to use JWT Validation. Upgrade to a Pay-as-you-go or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_7169 | The <TYPE> token type is invalid. Valid values are ‘jwt’, ‘at+jwt’, and ‘it+jwt’. |
ERR_NGROK_7170 | The <METHOD> token method is invalid. Valid values are ‘header’ and ‘body’. |
ERR_NGROK_7171 | The JWT Validation configuration is invalid: <DETAIL> . |
ERR_NGROK_7172 | The JWT Validation configuration must have at least one issuer in the allow list. |
ERR_NGROK_7173 | The JWT Validation issuer is invalid: <ISSUER> is not a valid URL. |
ERR_NGROK_7174 | The JWT Validation configuration must have at least one audience in the allow list. |
ERR_NGROK_7175 | The JWT Validation audience is invalid: <MSG> . |
ERR_NGROK_7176 | The JWT Validation configuration must have at least one allowed algorithm. |
ERR_NGROK_7177 | The <TYPE> algorithm is invalid. Please consult the documentation for valid algorithms. |
ERR_NGROK_7178 | The JWT Validation configuration must have at least one token configuration. |
ERR_NGROK_7179 | The JWT Validation http token is invalid: <MSG> . |
ERR_NGROK_7180 | The JWT Validation http token name <NAME> is invalid. |
ERR_NGROK_7181 | The JWT Validation http token prefix <PREFIX> is invalid. |
ERR_NGROK_7182 | The JWT Validation signing key must have a way to be identified such as the ‘kid’ token claim. |
ERR_NGROK_7183 | The JWT Validation signing key must have a valid identification mechanism such as the ‘kid’ token claim. |
ERR_NGROK_7184 | The JWT Validation signing key must have at least one source. |
ERR_NGROK_7185 | The JWT Validation signing key source has an invalid additional jku: <JKU> is not a valid URL. |
ERR_NGROK_7186 | The JWT Validation signing key source has an invalid additional jku: <JKU> did not serve a JWKS. |
ERR_NGROK_7187 | The JWT Validation issuer <ISSUER> must be unique. Make sure to include it only once in the allow list. |
ERR_NGROK_7188 | The JWT Validation audience <AUDIENCE> must be unique. Make sure to include it only once in the allow list. |
ERR_NGROK_7189 | The JWT Validation http token identified by the method: <METHOD> and name: <NAME> must be unique. Make sure to include it only once in the token list. |
ERR_NGROK_7190 | The JWT Validation signing key algorithm <ALGORITHM> must be unique. Make sure to include it only once in the allowed algorithms list. |
ERR_NGROK_7191 | The JWT Validation signing key identification token claim <CLAIM> must be unique. Make sure to include it only once in the token claim list. |
ERR_NGROK_7192 | The JWT Validation signing key source additional jku <JKU> must be unique. Make sure to include it only once in the additional jku list. |
ERR_NGROK_7193 | The JWT Validation signing key sources have too many possible sources. You can supply at most 100. |
ERR_NGROK_7194 | Your account is not authorized to use policies. |
ERR_NGROK_7195 | This edge module has exceeded its policy rule limit of <LIMIT> . Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_7196 | Your account has read-only access to Edges. Edges are deprecated, and write access (including creating, updating, or deleting) is no longer supported for your account. For guidance on alternatives, see our migration guide: https://ngrok.com/docs/universal-gateway/edges/#migration-guide .If you believe you should still have write access to Edges, please contact support@ngrok.com for help. |
ERR_NGROK_8000 | Failed to resolve host <HOST> : <ERR> |
ERR_NGROK_8001 | Failed to establish internet connectivity: <ERR> |
ERR_NGROK_8002 | Failed to establish TCP connection to <HOST> with error: <ERR> |
ERR_NGROK_8003 | Failed to establish TLS connection to <HOST> with error: <ERR> . Possible Man-in-the Middle. |
ERR_NGROK_8004 | Failed to establish tunnel protocol connection to <HOST> with error: <ERR> |
ERR_NGROK_8005 | Failed to resolve proxy IP with error: <ERR> |
ERR_NGROK_8006 | Failed to connect to proxy <URL> with error: <ERR> |
ERR_NGROK_8007 | No tunnel servers were reachable via TCP. |
ERR_NGROK_8008 | No tunnel servers could establish a TLS connection. |
ERR_NGROK_8009 | No tunnel servers could establish a tunnel connection. |
ERR_NGROK_8010 | <RESOLVER> was the only resolver to return <IP> for the hostname <HOSTNAME> . This, or the other resolvers, may be returning incorrect results. |
ERR_NGROK_8011 | IPV6 errors encountered - it may be disabled. |
ERR_NGROK_8012 | Traffic was successfully tunneled to the ngrok agent, but the agent failed to establish a connection to the upstream web service at <ADDR> . |
ERR_NGROK_8013 | You must add a credit or debit card before you can use TCP endpoints on a free account. We require a valid card as a way to combat abuse and keep the internet a safe place. This card will NOT be charged. Add a card to your account here: https://dashboard.ngrok.com/settings#id-verification |
ERR_NGROK_8014 | Your agent has been blocked from connecting to ngrok because it has been suspected of violating our Acceptable Use policy: https://ngrok.com/tos Your actions have been reported to our security team. |
ERR_NGROK_9000 | An account is required to use basic authentication. Please register for an ngrok account at: https://dashboard.ngrok.com/signup and install your authtoken. |
ERR_NGROK_9001 | Your account is not authorized to use compression. |
ERR_NGROK_9002 | Your account is not authorized to use circuit breaker. |
ERR_NGROK_9003 | Your account is not authorized to use request headers. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9004 | Your account is not authorized to use response headers. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9005 | Your account is not authorized to use OIDC. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9006 | Your account is not authorized to use SAML. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9007 | Your account is not authorized to use TLS Termination. Upgrade to a paid plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9008 | Your account is not authorized to run the agent as a service. Upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9009 | Running the agent with an http/s proxy is an enterprise feature. If this is unexpected, verify that there is no proxy_url value in your ngrok configuration file and that the http_proxy environment variable is not set. If you need this capability, upgrade to an Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9010 | Your account is not authorized to run the agent with socks5 proxy. Upgrade to an Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9011 | Your account is not authorized to run the agent on a custom network interface. Upgrade to an Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9012 | Your account is not authorized to run the agent with custom CAs. Upgrade to a Pro, Enterprise, or Pay-as-you-go plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9013 | Your account is not authorized to run the agent with mutual TLS. Please contact us at: sales@ngrok.com |
ERR_NGROK_9014 | Your account is not authorized to run the agent with proxy proto. Upgrade to an Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9015 | Your account is not authorized to use OAuth. |
ERR_NGROK_9016 | Your account is not authorized to use webhook verification. |
ERR_NGROK_9017 | Your account is not authorized to use ip restrictions. Upgrade to a Pro, Enterprise, or Pay-as-you-go plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9018 | An account is required to use host header rewrite. Please register for an ngrok account at: https://dashboard.ngrok.com/signup and install your authtoken. |
ERR_NGROK_9019 | Your account is not authorized to use mutual TLS. Please contact us at: sales@ngrok.com |
ERR_NGROK_9020 | Your account is not authorized to use the websocket to TCP converter. Upgrade to a Personal, Pro, Enterprise, or Pay-as-you-go plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9021 | You may specify at most one of subdomain, hostname, or domain for a tunnel. |
ERR_NGROK_9022 | Your account is not authorized to use user agent filtering. Please upgrade to a Pro or Enterprise plan at: https://dashboard.ngrok.com/billing/subscription |
ERR_NGROK_9023 | Your account is not authorized to use the policy module. |
ERR_NGROK_9024 | The account <ACCOUNT> is not authorized to use the requested leg number <LEG> . |
ERR_NGROK_9025 | You cannot specify both “Policy” and “TrafficPolicy”. Use “TrafficPolicy” as “Policy” is deprecated. |
ERR_NGROK_9026 | The TrafficPolicy you provided is invalid: <ERROR> . |
ERR_NGROK_9027 | Your account is not authorized to use internal bindings. |
ERR_NGROK_9028 | You must specify a domain name for a internally bound endpoint. |
ERR_NGROK_9029 | Failed to start endpoint with <URL> . Endpoints with a “internal” binding must have a url that ends in “.internal”. |
ERR_NGROK_9030 | Failed to start endpoint with URL <URL> , invalid port. Port must be in range range 1-65535. |
ERR_NGROK_9031 | Failed to start endpoint with URL <URL> . Endpoints must have at most 5 parts, but had <DEPTH> . |
ERR_NGROK_9032 | Provided domain <DOMAIN> could not be parsed: <ERROR> . |
ERR_NGROK_9033 | Provided domain <DOMAIN> had a non-numeric port component. |
ERR_NGROK_9034 | Malformed URL: <ERRMSG> . |
ERR_NGROK_9035 | Invalid port for URL with scheme <CURRENTSCHEME> , allowed ports are <WANTPORT> . |
ERR_NGROK_9036 | Invalid scheme <UNSUPPORTEDSCHEME> , allowed schemes: <ALLOWEDSCHEMES> . |
ERR_NGROK_9037 | Invalid URL <URL> , <PARTNAME> <PART> is not allowed. |
ERR_NGROK_9038 | Invalid URL, trailing ’/’ is not allowed. Did you mean <URLWITHOUTPATH> ? |
ERR_NGROK_9039 | You must specify a domain name for a kubernetes operator bound endpoint. |
ERR_NGROK_9040 | We do not allow agents to connect to ngrok from your IP address (<IP> ). |
ERR_NGROK_9041 | Supported protocols for kubernetes-bound endpoints are http, tls, and tcp. You provided <PROTO> . |
ERR_NGROK_9042 | TLS endpoints cannot be created on this version of the ngrok agent due to a vulnerability. Upgrade your agent to version 3.24.0 or later |
ERR_NGROK_9043 | HTTP endpoints are restricted for HIPAA-compliant accounts. Use HTTPS instead! |
ERR_NGROK_10000 | Internal Server Error. Please check our status page https://status.ngrok.com/ or contact support: support@ngrok.com |
ERR_NGROK_10001 | Something went wrong with our code. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10002 | Could not read server rendered application data. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10003 | Something went wrong when communicating with Stripe. Please try again later. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10004 | Could not find the credit card form. Do you have a script blocker installed? |
ERR_NGROK_10005 | Could not find the Stripe token. Do you have a script blocker installed? |
ERR_NGROK_10006 | Failed to load the required reCAPTCHA script! Are you blocking it? It is required to continue. |
ERR_NGROK_10007 | All rules must be prefixed with “bind:“ |
ERR_NGROK_10008 | If the “HTTPS” module is enabled and “Terminate TLS” is unchecked, then your configuration may not include any other modules except the IP Policy module. |
ERR_NGROK_10009 | The request header name must be at least one character. |
ERR_NGROK_10010 | The request header value must be at least one character. |
ERR_NGROK_10011 | You have already added the request header name “<NAME> ”. |
ERR_NGROK_10012 | The response header name must be at least one character. |
ERR_NGROK_10013 | The response header value must be at least one character. |
ERR_NGROK_10014 | You have already added the response header name “<NAME> ”. |
ERR_NGROK_10019 | You haven’t added any Event Destinations |
ERR_NGROK_10020 | You haven’t added any Event Sources |
ERR_NGROK_10021 | Received partition “<PARTITION> ” that does not include the word “aws”. |
ERR_NGROK_10022 | Received service “<SERVICE> ” but expected “<TARGETSERVICENAME> ”. |
ERR_NGROK_10023 | There were no changes to submit. |
ERR_NGROK_10024 | Cannot update non-existent IP Policy. |
ERR_NGROK_10025 | A TLS Certificate must be selected. |
ERR_NGROK_10026 | Failed to upload Certificate Authority. Invalid file format “<FORMAT> ” given. Upload a Certificate Authority in PEM format. |
ERR_NGROK_10027 | Failed to upload SAML IdP Metadata. Invalid file format “<FORMAT> ” given. Upload SAML IdP Metadata in XML format. |
ERR_NGROK_10028 | Failed to upload TLS Certificate. Invalid file format “<FORMAT> ” given. Upload a TLS Certificate in PEM format. |
ERR_NGROK_10029 | Failed to upload TLS Certificate Private Key. Invalid file format “<FORMAT> ” given. Upload a TLS Certificate Private Key in PEM format. |
ERR_NGROK_10030 | Failed to upload Certificate Authority. Please limit your file uploads to less than 16 KB. |
ERR_NGROK_10031 | Failed to upload SAML IdP Metadata. Please limit your file uploads to less than 16 KB. |
ERR_NGROK_10032 | Failed to upload TLS Certificate. Please limit your file uploads to less than 16 KB. |
ERR_NGROK_10033 | Failed to upload TLS Certificate Private Key. Please limit your file uploads to less than 16 KB. |
ERR_NGROK_10034 | Could not copy the AuthToken to your clipboard. Please ensure that you have granted the browser permission “clipboard-write”. |
ERR_NGROK_10062 | ARN must begin with “arn:“ |
ERR_NGROK_10063 | ARN is invalid |
ERR_NGROK_10064 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10065 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10066 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10067 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10068 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10069 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10072 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10073 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10074 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10075 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10076 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10077 | This account does not support JIT provisioning for SSO users. |
ERR_NGROK_10078 | This account requires users to be authenticated with a valid SSO provider. |
ERR_NGROK_10079 | The team member queried is of an unknown type. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_10080 | The invitation <INVITE_ID> was not found |
ERR_NGROK_10081 | You must specify only the correct ID for the requested team member entry. |
ERR_NGROK_10082 | You must specify a user, bot, or membership ID when attempting to update a credentials owner. |
ERR_NGROK_10083 | You already have a valid MFA configuration of this type enabled. |
ERR_NGROK_10084 | You cannot delete the SSO Identity Provider you used to logged when SSO Enforcement is enabled on your account. |
ERR_NGROK_10085 | The endpoint of the request you are trying to replay was not found. |
ERR_NGROK_10086 | You have exceeded the rate limit of <MAX> replay requests per <INTERVAL> . |
ERR_NGROK_10087 | Request header “<HEADER_NAME> ” value too large. |
ERR_NGROK_10088 | Request body size too large. |
ERR_NGROK_10089 | Failed to replay the request. |
ERR_NGROK_10090 | The request you are trying to view was not found. |
ERR_NGROK_10091 | The usage page has timed out. Please refresh the page and try again. |
ERR_NGROK_11000 | Internal Server Error. Please refresh the page and try again. If the problem persists, please check our status page https://status.ngrok.com/ or contact the frontend team. |
ERR_NGROK_11001 | Something went wrong with our code. Please refresh the page and try again. If the problem persists, please contact the frontend team. |
ERR_NGROK_11002 | Could not read server rendered application data. Please refresh the page and try again. If the problem persists, please contact the frontend team. |
ERR_NGROK_11003 | Something went wrong with our code. Please refresh the page and try again. If the problem persists, please contact the frontend team. |
ERR_NGROK_11004 | ARN must begin with “arn:“ |
ERR_NGROK_11005 | ARN is invalid |
ERR_NGROK_11006 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact the frontend team. |
ERR_NGROK_12000 | A new version of ngrok corp is required to continue. Please refresh the page to update. |
ERR_NGROK_13001 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_13002 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_13003 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_13004 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_13005 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_13006 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_13007 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_13008 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_13009 | Encountered a type “never” value. Please refresh the page and try again. If the problem persists, please contact support: support@ngrok.com |
ERR_NGROK_14000 | The <ID> header cannot be removed without specifying a replacement. |
ERR_NGROK_14001 | Got an invalid TLS key/cert pair for TLS termination: <ERR> |
ERR_NGROK_14002 | The PEM data provided for mutual TLS could not be parsed as a certificate: <ERROR> . |
ERR_NGROK_15000 | You are not allowed to bind subdomains on <BASE> . Your account is on the <PLAN> plan, which doesn’t allow starting tunnels on <BASE> . |
ERR_NGROK_15001 | The Webhook Verification secret exceeds the maximum length of <MAX> , got <SIZE> . |
ERR_NGROK_15002 | Your account is on the <PLAN> plan, which requires you to register a Domain or TCP Address through the ngrok Dashboard before starting an Endpoint. Visit https://dashboard.ngrok.com/domains, for HTTP and TLS endpoints, or https://dashboard.ngrok.com/tcp-addresses, for TCP endpoints, to register a domain or address. Then use the --domain flag when starting an HTTP or TLS tunnel with your Agent. For TCP tunnels, use --remote_addr . |
ERR_NGROK_15003 | Upstream protocol is invalid: <APPPROTOCOL> |
ERR_NGROK_15004 | This agent has exceeded its policy rule limit of <LIMIT> . Please log into https://dashboard.ngrok.com to view your options. |
ERR_NGROK_15005 | The binding <BINDING> is invalid. |
ERR_NGROK_15006 | The binding <BINDING> was specified multiple times, but duplicate bindings are not allowed. |
ERR_NGROK_15007 | The Webhook Verification secret was not specified. |
ERR_NGROK_15008 | Invalid basic auth credential. Username must be at most <MAXLENGTH> characters, got <GOTLENGTH> . |
ERR_NGROK_15009 | Invalid basic auth credentials list. Your plan is limited to <MAXLENGTH> sets of credentials, got <GOTLENGTH> . |
ERR_NGROK_15010 | The binding <BINDING> refers to a k8s operator that does not exist. |
ERR_NGROK_15011 | Invalid basic auth credential. Username <USERNAME> fails to meet requirements of RFC 7617 #2.1: <ERROR> |
ERR_NGROK_15012 | Invalid basic auth credential. The password of user <USERNAME> fails to meet requirements of RFC 7617 #2.1: <ERROR> |
ERR_NGROK_15013 | Your account is requesting a dev domain that does not exist. Please visit https://dashboard.ngrok.com/domains to allocate a domain today. |
ERR_NGROK_16000 | The email of the user you are trying to add, <EMAIL> , does not use a domain verified for your account. |
ERR_NGROK_17000 | The MFA device type “<TYPE> ” is invalid. |
ERR_NGROK_17001 | The information supplied for MFA verification was invalid. |
ERR_NGROK_17002 | You do not have any recovery codes configured. |
ERR_NGROK_17003 | The information supplied for recovery code verification was invalid. |
ERR_NGROK_17004 | A matching MFA device was not found. |
ERR_NGROK_17005 | MFA Device verification is not supported. |
ERR_NGROK_18001 | The provided cloud endpoint configuration is invalid: url is invalid. |
ERR_NGROK_18002 | The provided cloud endpoint traffic policy configuration is invalid: <MESSAGE> |
ERR_NGROK_18003 | The provided cloud endpoint configuration is invalid: port is invalid or missing and cannot be inferred from scheme |
ERR_NGROK_18004 | The cloud endpoint update failed because no values were provided. Specify at least one value. |
ERR_NGROK_18005 | The cloud endpoint update failed because you are not allowed to change the protocol/URL scheme in-place. |
ERR_NGROK_18006 | This account does not have any domains or addresses reserved that match the provided URL. |
ERR_NGROK_18008 | This account does not have access to Cloud Endpoints. Upgrade or switch to a pay-as-you-go plan for access. |
ERR_NGROK_18009 | This account already has a cloud endpoint on this URL. |
ERR_NGROK_18010 | You have exceeded the maximum number of cloud endpoints allowed for this account. Please log into https://dashboard.ngrok.com/usage to review your historic usage and https://dashboard.ngrok.com/billing/subscription/select to view your subscription options. |
ERR_NGROK_18012 | The description field cannot be longer than 255 characters. |
ERR_NGROK_18013 | The metadata field cannot be longer than 4096 characters. |
ERR_NGROK_18014 | The provided cloud endpoint has invalid value for field <FIELD> . Reason: <ERROR> . |
ERR_NGROK_18015 | The provided cloud endpoint is missing the required field <FIELD> .` |
ERR_NGROK_18016 | The provided cloud endpoint was invalid because pooling was set to enabled when another endpoint exists for this url that has pooling disabled. |
ERR_NGROK_18017 | The provided cloud endpoint was invalid because pooling was set to disabled when another endpoint exists for this url. |
ERR_NGROK_18018 | Supported protocols for kubernetes-bound endpoints are http, tls, and tcp. You provided <PROTO> . |
ERR_NGROK_18019 | This account does not have access to Endpoint pooling. Upgrade or switch to a pay-as-you-go plan for access. |
ERR_NGROK_18020 | The maximum number of endpoints allowed in this pool has been exceeded. Your account is limited to <LIMIT> endpoints per pool. |
ERR_NGROK_18021 | You have exceeded the maximum number of concurrent endpoints allowed for this account. Please log into https://dashboard.ngrok.com/usage to review your historic usage and https://dashboard.ngrok.com/billing/subscription/select to view your subscription options. |
ERR_NGROK_19000 | Internal Server Error. |
ERR_NGROK_19001 | Certificate Signing Requests Failed! Reason: <ERROR> |
ERR_NGROK_19002 | Failed to validate Kubernetes Operator! Reason: <ERROR> |
ERR_NGROK_19003 | Failed to validate endpoint selectors! Reason: <ERROR> |
ERR_NGROK_20000 | An internal error occurred. |
ERR_NGROK_20001 | Operation failed due to a configuration error: <REASON> |
ERR_NGROK_20002 | Failed to create the Upstream Service for BoundEndpoint. |
ERR_NGROK_20003 | Failed to create the Target Service for BoundEndpoint. |
ERR_NGROK_20004 | Failed to establish a connection between the Upstream and Target Services. |
ERR_NGROK_20005 | BoundEndpoint is Denied due to no matching pattern in AllowedURLs |
ERR_NGROK_20006 | Failed to create CSR. |
ERR_NGROK_21000 | Failed to lookup IP <IP> : <ERR> . |
ERR_NGROK_23000 | The vault name “<VAULT> ” is invalid. Must only contain the characters “a-zA-Z0-9_/.”. |
ERR_NGROK_23001 | The vault name cannot be empty. |
ERR_NGROK_23002 | Your vault name must be less than <LENGTH> characters. |
ERR_NGROK_23003 | A Vault must be empty before it can be deleted. Please remove all secrets from the vault and try again. |
ERR_NGROK_23004 | Vault names must be unique within an account. |
ERR_NGROK_23005 | You’ve reached the maximum number of vaults (<MAX> ) under your current plan. To increase your limit, please upgrade your plan or contact support. |
ERR_NGROK_24000 | The secret name “<SECRET> ” is invalid. Must only contain the characters “a-zA-Z0-9_/.”. |
ERR_NGROK_24001 | The secret name cannot be empty. |
ERR_NGROK_24002 | Your secret name must be less than <LENGTH> characters. |
ERR_NGROK_24003 | The secret value cannot be empty. |
ERR_NGROK_24004 | Your secret value must be less than <LENGTH> bytes. |
ERR_NGROK_24005 | Secret names must be unique within a vault. |
ERR_NGROK_24006 | Vault with ID <ID> not found. |
ERR_NGROK_24007 | You’ve reached the maximum number of secrets (<MAX> ) allowed for vault <VID> under your current plan. To increase your limit, please upgrade your plan or contact support. |
ERR_NGROK_25000 | Domain controls with redirect_blocked_signups_to_sso enabled cannot have an empty or null sso account IDs list. |