You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query params with $ in them seem to always get picked up as environment variables without being able to escape them. The app then throws a "Variable not defined" error.
Query params with $ in them seem to always get picked up as environment variables without being able to escape them. The app then throws a "Variable not defined" error.
Example uses case:
http://domain.com/?query={"fs":{"$gt":1470009600}}
as seen here: https://countly.com/blog/countly-export-data-db-viewer
The text was updated successfully, but these errors were encountered: