This topic was automatically generated from Slack. You can find the original thread here.
import { axios } from "@pipedream/platform";
import { createClient } from '@sanity/client';
import algoliasearch from 'algoliasearch';
import _ from 'lodash';
import slugify from 'slugify';
...
hi, this code contains this line
import algoliasearch from 'algoliasearch';
suddently it stopped working from this morning
also creating a new algolia node.js code, i am getting the same error
The requested module 'algoliasearch' does not provide an export named 'default'
even using this import
import { algoliasearch } from 'algoliasearch';