-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled rejection TypeError: Cannot read property 'context' of undefined #7317
Comments
Looking further into this I tried to remove all trace of node modules by removing the |
Looking at the errors again I took a look at bluebird and tried changing the version from 3.4.1 to 3.4.5 and the same error occurs, now looking at the database as the possible issue here. |
The issue is now resolved it was down to a faulty database missing data in the visibility for tags and users, I added them all manually and it now works. |
refs TryGhost#7317 - clone options when passing them into the migration/fixture files - do not use default sequence, because it does not clone the arguments
* 🐛 fix direct update closes #7297 - move sitemap initialisation into sitemap handler - initialise sitemap on first request to sitemap * 🐛 fix how we pass options to migration files refs #7317 - clone options when passing them into the migration/fixture files - do not use default sequence, because it does not clone the arguments
…7320) * 🐛 fix direct update closes TryGhost#7297 - move sitemap initialisation into sitemap handler - initialise sitemap on first request to sitemap * 🐛 fix how we pass options to migration files refs TryGhost#7317 - clone options when passing them into the migration/fixture files - do not use default sequence, because it does not clone the arguments
…7320) * 🐛 fix direct update closes TryGhost#7297 - move sitemap initialisation into sitemap handler - initialise sitemap on first request to sitemap * 🐛 fix how we pass options to migration files refs TryGhost#7317 - clone options when passing them into the migration/fixture files - do not use default sequence, because it does not clone the arguments
Issue Summary
I am upgrading from 0.7.5 I have successfuly got to 8.0 but when try to start ghost after making the required changes per the upgrade documentation I get this error
Unhandled rejection TypeError: Cannot read property 'context' of undefined
I have had a look at the code and found it was occuring on line 89 of the core/server/index.js tried removing context just to see what would happen and it still happens.Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: