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
I don't think it's directly related to the changes made in #1103 (I'd say it's gatsby).
Check this for possible solutions.
What should have happened:
Telescope should've been able to run after the merge.
How to reproduce it (as precise as possible):
Try to run Telescope using the latest commit.
Anything else we need to know?: Important
Currently, Telescope uses gatsby 2.20.23. Switching to latest (2.24.2) seems to fix the problem, but it creates a different one (that might be related to telescope, not gatsby).
Trying to run Telescope using gatsby v2.24.2 generates this message:
success open and validate gatsby-configs - 0.073s
success load plugins - 0.766s
success onPreInit - 13.889s
success delete html and css files from previous builds - 0.021s
success initialize cache - 0.008s
success copy gatsby files - 0.030s
success onPreBootstrap - 0.008s
success createSchemaCustomization - 0.018s
success source and transform nodes - 1.862s
success building schema - 0.381s
ERROR #85901 GRAPHQL
There was an error in your GraphQL query:
Cannot read property 'map' of undefined
File: gatsby-node.js:94:18
not finished createPages - 0.035s
Environment:
OS:
Browser:
The text was updated successfully, but these errors were encountered:
What happened:
Merging #1103 broke the frontend. During the building process, this happened:
I don't think it's directly related to the changes made in #1103 (I'd say it's gatsby).
Check this for possible solutions.
What should have happened:
Telescope should've been able to run after the merge.
How to reproduce it (as precise as possible):
Try to run Telescope using the latest commit.
Anything else we need to know?:
Important
Currently, Telescope uses
gatsby 2.20.23
. Switching to latest (2.24.2
) seems to fix the problem, but it creates a different one (that might be related to telescope, not gatsby).Trying to run Telescope using
gatsby v2.24.2
generates this message:Environment:
The text was updated successfully, but these errors were encountered: