Lukas
Lukas
Same problem here. `.addResponseInterceptor((res, config) => { return {data: {myData: 'val'}} })` only merged `myData` into original data. Can something be done about it ? It is logged in console...
@dwierenga I managed to make it work with adding/settings these properties: ``` extra: "{\r\n \"metadata_params\": {},\r\n \"engine_params\": {},\r\n \"\ metadata_cache_timeout\": {},\r\n \"schemas_allowed_for_file_upload\": []\r\n\ }" tables: [] ```
I got it working with this hack: Chart version: 1.8.2 **values.yml** ``` ... serverDefinitions: enabled: true # PassFile pass is relative to the storage dir - /var/lib/pgadmin/storage/ servers: | "1":...