I'm progressing with Building Neo4j Applications with Python course from graphacademy. When I click on the link to the gitpod repo files needed for this course it gives an error stating "Something went Wrong". Screenshots attached for reference.
I think i figured out what the issue was. Earlier I had only logged in to gitpod using my github account- but did not provide access/permissions to gitpod.
The steps i followed to fix was:
- go to repo where the course material is placed (GitHub - neo4j-graphacademy/app-python: https://graphacademy.neo4j.com/courses/app-python) I think this is not mentioned any where explicitly - i found it via the hyperlink in the course.
- to the repo url add Dashboard
i.e. it will look like - Dashboard - this will then ask for providing necessary permissions and creates the workspace post that.
this resource helped me https://www.youtube.com/watch?v=gBr-Ql5Dvv0
Sorry if my original query was too naive - I'm just a beginner with neo4j and gitpod. But hope the above might some rookie like in the future :)