-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: This plugin does not work locally, please deploy to a branch to test it. #811
Comments
What I understand from this error message is, that plugin does not work locally, so if I try to install older version of it into my So what should I do in my case please? Because downgrading doesn't work. |
Hello, |
Hi, I've updated my netlify.toml and removed [[plugins]]
package = "@algolia/netlify-plugin-crawler" We run netlify build with these commands (ci.yaml). We push only buildes files to netlify: - sdk_run netlify deploy -d netlify --build --prod --debug
- sdk_run netlify deploy -d netlify --alias $CI_COMMIT_REF_SLUG Log
|
ah well as it says it can not work locally, we detect local mode with Netlify constants Can you provide some assistance @ehmicky ? Edit: I missed that you are running this on your gitlab. So indeed it won't work, unless |
Yes it's private gitlab on our servers. So is there any option for me please, how can I make the crawler works? Because I did not find anything in Algolia docs about netlify-cli / crawler use case.😊 |
Indeed netlify-cli is not officially supported, we'd need to study that. |
Hi, I try to run this plugin on my gitlab pipeline with netlify-cli, but this error is showing up. I've installed
@algolia/[email protected]
into mydevDependencies
because of problems with1.0.14
related to this #712netlify.toml
The text was updated successfully, but these errors were encountered: