-
Notifications
You must be signed in to change notification settings - Fork 289
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
🪲 Embedded editor broken due to missing adventure name #5361
Conversation
…fix-embedded-editor
Yes, if we could deploy this today that would awesome! Thanks for the quick response, I just tested the fix and it seems to solve the issue. Will prioritize the embedded view testing to prevent this from happening again in the future. |
Deploying now! And yes adding tests will make your own future life less stressful :D |
Unfortunately it is still not working, is there someway I can verify what code is running on production? The same error still seems to exist. Edit: The last commit is 1acc76. Should this be merged first or can you deploy this PR as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing it so quickly!
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
@Felienne I think we need to redeploy? Now that this is merged to main |
Sorry, my bad! Your merge just missed the deploy train because the tests were still running. Now it should be there, can you check again? |
This MR fixes an issue with the embedded editor due to a non-existing adventure object. Adding this check should fix it.