Skip to content

Add general commands to try when fixing GDK

Jarek Ostrowski requested to merge jareko-master-patch-42267 into master

What does this Merge Request do?

This adds a section to the top of the troubleshooting doc of commands for people to try. It will save a lot of support time to include these commands, as they will generally fix most issues people run into with the GDK. This is just the start of the list, yarn && bundle is just one commands I've suggested people run and that has usually done the trick. This list can be added onto for other commands that fix most errors.

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.

Merge request reports