algolia / algoliasearch-crawler-github-actions

Algolia Crawler Github action
MIT License
40 stars 5 forks source link

Domain not allowed #235

Open webbertakken opened 2 years ago

webbertakken commented 2 years ago

Hey Algolia peeps! 🙂

Thanks a lot for providing Algolia DocSearch, the Crawler and subsequently this action. It's becoming a rather great tool (especially) for us open source maintainers. 🚀

Note that the error from the API gets swalled, which I sent a PR for with a fix: https://github.com/algolia/algoliasearch-crawler-github-actions/pull/234#issue-1242371431

That said I'd like some input on the actual error message that I started seeing after the fix:

image

I'm slightly confused why this happens, as I'm following the reference implementation (your Vercel PR example) which suggests using Vercel. I didn't find any additional steps in the action documentation.

I'm unsure what to do exactly. Do I have to configure domains on the Crawler UI? or in the App UI? or am I doing something else wrong?

Thanks!

webbertakken commented 1 year ago

Any help would be greatly appreciated :)