Hi,
I think that the frontloadMeta should return some data about the error and not only error: true
when we do SSR there is a big difrance between HTTP 500 or HTTP 404, especially when talking about google crawl budget.
I tried to find some data about the error and all i front is the error flag.
maybe return an array of errors where it will hold all the errors in the useFrontload?
Hi,
I think that the
frontloadMetashould return some data about the error and not onlyerror: truewhen we do SSR there is a big difrance between HTTP 500 or HTTP 404, especially when talking about google crawl budget.
I tried to find some data about the error and all i front is the error flag.
maybe return an array of
errorswhere it will hold all the errors in theuseFrontload?