FlowBoost FBHttp.fetch problem
We're using FlowBoost to request and distribute codes for vouchers and promotional activies, etc. But it's not working since yesterday. It was working fine previously (up until 2 days ago).
Currently we're using FBHttp.fetch(URL).then(async () => { SOME_ASYNC_CODE }) which fails with the error {"name":2460,"code":"","err":"TypeError: Class extends value async function fetch(resource) {\n try {\n return await fetchImpl(...arguments);\n } catch (err) {\n Error....<omitted>...\n} is not a constructor or null"}
Any insights?