Isaac M
Isaac M
I think this error is caused by sending events to intercom.io [here](https://github.com/Staffjoy/suite/blob/master/app/models/user_model.py#L200-L206). If no tracking needs to happen during testing, then checking `current_app.config.get("ENV") in ["dev", "test"]` [here](https://github.com/Staffjoy/suite/blob/master/app/models/user_model.py#L176) should prevent the...
Probably too late but something like ` response.httpResponse.data.toString() ` should give the raw xml string.
The `before` callback happens before a retry attempt is made. There's no outcome good or bad yet.
You can follow instructions on how to use ajax data sources given here [select2](https://select2.org/data-sources/ajax) documentation. The forms generated by this form builder can be converted to work with select2. If...
@Saucisteve @tonytan4ever try using the app's generated json data. Drag and drop some form elements then hit the "Save current form layout button". Inspect the downloaded txt file to see...