ECMaker / blog

https://blog.ec-maker.com/
0 stars 0 forks source link

#35 algoliaのエラー解決 #35

Closed u-ecmaker closed 6 months ago

u-ecmaker commented 1 year ago

20 noblogさん

└ #35 this

{
  name: 'RetryError',
  message: 'Unreachable hosts - your application id may be incorrect. If the error persists, contact support@algolia.com.',
  transporterStackTrace: [
    {
      request: [Object],
      response: [Object],
      host: [Object],
      triesLeft: 3
    },
    {
      request: [Object],
      response: [Object],
      host: [Object],
      triesLeft: 2
    },
    {
      request: [Object],
      response: [Object],
      host: [Object],
      triesLeft: 1
    },
    {
      request: [Object],
      response: [Object],
      host: [Object],
      triesLeft: 0
    }
  ]
}
u-ecmaker commented 7 months ago

→ #40 #41 env.localに追加するだけで解決した。 page_id, slug 問題はまだ解決していない。

参考

https://fwywd.com/tech/next-algolia https://www.newt.so/docs/tutorials/search-by-algolia

u-ecmaker commented 6 months ago

正常動作を確認