question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Cloud" button on global configuration doesn't work

See original GitHub issue

initially reported on https://github.com/jenkinsci/docker-plugin/issues/525 by @pteichner

JS stacktrace on browser:

Stack Trace
 
hudson-behavior.js:2952 Uncaught TypeError: Cannot read property 'parentNode' of null
    at eval (eval at geval (hudson-behavior.js:391), <anonymous>:5:28)
    at eval (eval at geval (hudson-behavior.js:391), <anonymous>:37:9)
    at eval (<anonymous>)
    at geval (hudson-behavior.js:391)
    at hudson-behavior.js:598
    at next (hudson-behavior.js:616)
    at hudson-behavior.js:599
    at next (hudson-behavior.js:616)
    at hudson-behavior.js:599
    at next (hudson-behavior.js:616)
 
 
 
 
In the following code – looks like document.getElementById('id4331'); returns null
 
      (function() {
       
        var master = document.getElementById('id4331');
        var table = master.parentNode;
        table.removeChild(master);
     
        makeButton($('id4331button'), function (e) {
         
          var name = $('id4331text').value;
          if(name=="") {
            alert("Please enter a user name or a group name");
            return;
          }
...

this comes from matrix-auth-plugin

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ndeloofcommented, Oct 27, 2017

1.0.4 just released (update center will be synched within ~ 24 hours)

1reaction
ndeloofcommented, Oct 26, 2017

it looks like there’s some confusion as the docker plugin web UI do use twice the <f:advanced> jelly tag.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot Windows 365 Business Cloud PC setup issues
On the Windows 365 home page, select the gear icon for any Cloud PC that has the “Setup failed” status, then select Reset....
Read more >
Troubleshoot Cloud Run issues
See Configuring containers for instructions on how to specify the port. ... This issue might occur when the Cloud Run service agent does...
Read more >
Global App Configuration Service - Citrix Developer Portal
To use the Global App Configuration Service REST APIs, Citrix Cloud customers must ... Open a browser and enter the AutoDiscovery service URL...
Read more >
Enabling cloud recording - Zoom Support
Enabling cloud recording allows hosts to record their event in the Zoom cloud. By default, this setting is automatically enabled for all...
Read more >
Known Issues for Oracle Integration - Cloud
Configure a Global Fault to Prevent the Sending of Messages to the Error Hospital · Oracle Integration Message Delivery Does Not Work in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found