- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2019 03:26 AM
When I attempt to commit my changes to git on studio it seems to get stuck on 'Loading changed files'.
This is a new issue as I've successfully committed this project to this repository before. And is isolated to this project as I can commit other projects on this instance.
I've attached the errors that appear in the system log. Any help would be greatly appreciated.
Thanks,
Ellis
Solved! Go to Solution.
- Labels:
-
Scoped App Development
-
Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2019 06:01 AM
Managed to solve this by exporting the app to an update set, deleting it from the instance, applying the update set, and then linking the app with source control in studio as normal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2019 06:01 AM
Managed to solve this by exporting the app to an update set, deleting it from the instance, applying the update set, and then linking the app with source control in studio as normal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2019 06:58 AM
The process describe above as the solution is too complicated.
To me it got fixed after I Publish my Application, from Studio. The publish process sends all code to Repository before sending to the Store.
After the Publish completes, you can try again the Commit and It should work this time.