Having issues deploying with Algolia - Could not reach Algolia’s Crawler, got: Forbidden {}

I’m trying to build using the algolia crawler integration but I’m running into this error. Here is my netlify.toml and below is the log

Any recommendations?

[[plugins]]
package = “@algolia/netlify-plugin-crawler”
[plugins.inputs]
branches = [‘static’]
disabled = false
pathPrefix = “/”
customDomain = “metergroup.netlify.app”
renderJavaScript = false

1:27:21 PM:   Plugin "@algolia/netlify-plugin-crawler" failed               
1:27:21 PM:   Error message
1:27:21 PM:   Error: Could not reach Algolia's Crawler, got: Forbidden {}
​
1:27:21 PM:   Plugin details
1:27:21 PM:   Package:        @algolia/netlify-plugin-crawler
1:27:21 PM:   Version:        1.0.0
1:27:21 PM:   Repository:     git+https://github.com/algolia/algoliasearch-netlify.git
1:27:21 PM:   npm link:       https://www.npmjs.com/package/@algolia/netlify-plugin-crawler
1:27:21 PM:   Report issues:  https://github.com/algolia/algoliasearch-netlify/issues
1:27:21 PM: ​
1:27:21 PM:   Error location
1:27:21 PM:   In "onSuccess" event in "@algolia/netlify-plugin-crawler" from netlify.toml
1:27:21 PM: ​
1:27:21 PM:   Resolved config
1:27:21 PM:   build:
1:27:21 PM:     environment:
1:27:21 PM:       - ALGOLIA_API_KEY
1:27:21 PM:       - ALGOLIA_BASE_URL
1:27:21 PM:       - ENVIRONMENT
1:27:21 PM:       - NETLIFY_GRAPH_TOKEN
1:27:21 PM:       - ONEGRAPH_AUTHLIFY_TOKEN
1:27:21 PM:     publish: /opt/build/repo
1:27:21 PM:     publishOrigin: ui
1:27:21 PM:   plugins:
1:27:21 PM:     - inputs:
1:27:21 PM:         disabled: false
1:27:21 PM:         renderJavaScript: false
1:27:21 PM:       origin: config
1:27:21 PM:       package: '@algolia/netlify-plugin-crawler'
1:27:22 PM: ​
1:27:22 PM:   Netlify Build Complete                                        

Please reach out to Algolia, we cannot provide support for 3rd party plugins.