You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are receiving API errors on deploys when creating sitemaps.
I think if we can figure out how to remove _app's getIntialProps we should be able to implement something that generates the scaffolding for the sitemaps on deploys but queries the urls for the 1k experiments per page at time of request.
Error:
14:26:07.773 | Fetching experiments from http://api.refine.bio/v1/search/?limit=1000&offset=13000&ordering=id
-- | --
14:26:08.211 | Encountered error Error: Request failed with status code 500
The text was updated successfully, but these errors were encountered:
We are receiving API errors on deploys when creating sitemaps.
I think if we can figure out how to remove _app's getIntialProps we should be able to implement something that generates the scaffolding for the sitemaps on deploys but queries the urls for the 1k experiments per page at time of request.
Error:
The text was updated successfully, but these errors were encountered: