ReferenceAsk
Remy Reference/admin/Fetch as a crawler
?

Fetch as a crawler

Fetch a path with a bot User-Agent to verify the end-to-end serve path.
remy-admin prerender get

Fetches a path with a bot User-Agent, the way a crawler would, to verify the serve path end to end. A warm path returns the cached snapshot; a cold path serves the live SPA and triggers a render. Pass --host to check a page this app serves under another app's mount prefix, since that page is reachable only on the mounting app's hostname.

Parameters
path
string
RequiredThe app path to fetch.
--host
string
Hostname to fetch against. Use it for a page this app serves under another app's mount prefix, which is reachable only on the mounting app's host; defaults to this app's own hostname.
CLI
remy-admin prerender get /u/abc123