hydephp / develop

The HydePHP Source Code Monorepo
https://hydephp.com
MIT License
12 stars 6 forks source link

Investigate realtime compiler not being able to serve the search index #1802

Closed caendesilva closed 1 month ago

caendesilva commented 1 month ago
  1. Run php hyde serve
  2. Visit http://localhost:8080/docs/search.json
  3. Gets a 404
caendesilva commented 1 month ago

Can't repro.

caendesilva commented 1 month ago

Okay, can repro on the 2x branch

caendesilva commented 1 month ago

Ah, it's because GeneratesDocumentationSearchIndex::handle() no longer saves the file

caendesilva commented 1 month ago

Think this is actually unrelated to preview saving. Edit: Yeah it is