Closed candidosales closed 1 month ago
@curquiza , could you help me to find this issue?
npx create-strapi@latest my-strapi-project
;/src/plugins
: git clone https://github.com/candidosales/strapi-plugin-meilisearch
support-strapi-5-2v
(git checkout support-strapi-5-2v
) in src/plugins/strapi-plugin-meilisearch
; and install dependencies from the plugin and project npm install
;npm run build
, later npm run develop
;I thought the issue was related to the metasearch config missing the collections, but it wasn't. My second assumption is related to useFetchClient
; the method works differently from the request
method.
@candidosales Hi can you try out the version from #964
If everyone agree I close this PR in favor of #964
Pull Request
Related issue
npx @strapi/upgrade@rc codemods run --project-path ./src/plugins/strapi-plugin-meilisearch
What does this PR do?
@strapi/helper-plugin
: https://docs.strapi.io/dev-docs/migration/v4-to-v5/additional-resources/helper-pluginjs
forjsx
;PluginHeader
becauseBaseHeaderLayout
isn't exported;npm run build
;npm run develop
;I'm stuck in this piece:
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!