Skip to Content
1
Apr 18, 2018 at 02:59 PM

Can't push into Git from WebIDE Full-Stack

1307 Views Last edit May 25, 2020 at 12:52 PM 2 rev

Hello,
since two days I can't push any source code into a git repository from WebIDE Full-Stack. Commits are done successfully but no push. Next to the branch name in the Git pane is a little counter telling me that there are several not completed pushes. It is not a new project, I already worked on this before in Full-Stack WebIDE.

I don't see any error in the WebIDE console but when I open the webbrowser console (in my case Chrome) I see this error:

Core-preload.js:46 Uncaught ReferenceError: context is not defined
    at config-preload.js:765
    at r (Core-preload.js:43)
    at r._settlePromiseFromHandler (Core-preload.js:42)
    at r._settlePromise (Core-preload.js:42)
    at r._settlePromiseCtx (Core-preload.js:42)
    at r._drainQueue (Core-preload.js:41)
    at r._drainQueues (Core-preload.js:41)
    at drainQueues (Core-preload.js:41)
    at MutationObserver.<anonymous> (Core-preload.js:43)

and

Error in module: sap.watt.ideplatform.validationTriggers/triggers/validatio Triggers<br>context is not defined

Build and deployment works but it would be nice to share my coding with my coworkers becuase right now I am locking the whole application. So far two projects are affected by this behavior, others work fine.