Deployment Error

Hello,

Currently getting this error message after deploying:

reported error expressions.parser.IncompleteOrMalformed: "Incomplete or Malformed expression"

Not sure where the error was. I tried checking for other solutions in the community but unable to find one.

Any help would be greatly appreciated 🙏

 

Solved Solved
1 1 368
1 ACCEPTED SOLUTION

To troubleshoot this error, you can try the following:

  1. Review the proxy policy carefully to identify any missing or incorrect punctuation marks, typos, or unbalanced parentheses or brackets.
  2. Check the Apigee Edge documentation for the syntax of the expression you are using.
  3. Try simplifying the expression or breaking it down into smaller parts.

Here are some additional tips for avoiding this error:

  • Use code completion and syntax highlighting in your IDE to help you identify and correct errors.
  • Test your policy thoroughly before deploying it to production.
  • Use the Apigee Edge error logs to troubleshoot any errors that occur in production.

Thank you,

View solution in original post

1 REPLY 1

To troubleshoot this error, you can try the following:

  1. Review the proxy policy carefully to identify any missing or incorrect punctuation marks, typos, or unbalanced parentheses or brackets.
  2. Check the Apigee Edge documentation for the syntax of the expression you are using.
  3. Try simplifying the expression or breaking it down into smaller parts.

Here are some additional tips for avoiding this error:

  • Use code completion and syntax highlighting in your IDE to help you identify and correct errors.
  • Test your policy thoroughly before deploying it to production.
  • Use the Apigee Edge error logs to troubleshoot any errors that occur in production.

Thank you,