Open
Description
Version Information
v3.5+
Environment
All
Summary
The application crashes when using {{Symbol(sym)}} syntax in any value field within the query section.
What is the expected behaviour?
The application should handle the {{Symbol(sym)}} syntax gracefully without crashing, or provide a proper error message if the syntax is invalid. Will ned to check the use case of JS symbols in code hinters and allow or block the usage accordingly
What is the current behaviour?
The application crashes when {{Symbol(sym)}} is used in query value fields.
How to reproduce the issue?
- Navigate to the query section in in Editor
- Create a new Rest API
- Add {{Symbol(sym)}} in header/query params value field
- The application crashes