-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
@nuxtjs/algolia: v1.11.2
nuxt: v3.17.5
Steps to reproduce
If you build your app in nuxt 3.17.5 there is the following error
ERROR Nuxt Build Error: node_modules/@algolia/client-search/dist/client-search.esm.js (4:9): "createHmac" is not exported by "__vite-browser-external", imported by "node_modules/@algolia/client-search/dist/client-search.esm.js".
import { createTransporter, CallEnum, createMappedRequestOptions, serializeQueryParameters } from '@algolia/transport...
import { MethodEnum } from '@algolia/requester-common';
import { createHmac } from 'crypto';
^
What is Expected?
What is actually happening?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working