microsoft / rushstack-websites

Doc content for the Rush Stack websites.
Creative Commons Attribution 4.0 International
24 stars 72 forks source link

[rushjs.io] CORS error when using search bar on site #234

Closed jasonbosco closed 4 months ago

jasonbosco commented 4 months ago

Steps to reproduce:

  1. Go to https://rushjs.io
  2. Click on the search bar on the top right and type in a search term
  3. It does not return any results

Looking at the browser dev console, shows this CORS error:

Screenshot 2024-05-22 at 1 56 07 PM

I suspect that the Typesense Server powering the search needs to have CORS explicitly enabled as described here.

kenrick95 commented 4 months ago

This should be due to the Typesense Server being down. It should be already fixed, after notifying Zulip chat

cc @octogonz

octogonz commented 4 months ago

Yes, this is resolved now. Thanks for reporting it!