Hey, maybe this can help someone....or maybe its a teething problem.
My createPages kept failing when initially running gatsby develop...."Cannot read property 'uri' of null".
I removed uri from the query and it worked fine.
I then replaced it after 'isFrontPage' and it worked but wouldn't work if I placed it anywhere else in the query.
Possibly just a quirk in my enviroment but thought worth sharing....or if anyone has an explanation.
Respect Henrik!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hey, maybe this can help someone....or maybe its a teething problem.
My createPages kept failing when initially running gatsby develop...."Cannot read property 'uri' of null".
I removed uri from the query and it worked fine.
I then replaced it after 'isFrontPage' and it worked but wouldn't work if I placed it anywhere else in the query.
Possibly just a quirk in my enviroment but thought worth sharing....or if anyone has an explanation.
Respect Henrik!