Re: [go-cd] SCM VALIDATE FAILED

2024-03-19 Thread Sriram Narayanan
On Tue, 19 Mar 2024 at 5:29 PM, Chad Wilson wrote: > That looks normal to me. > > I don't know - my only other suggestions to narrow it down are the same as > earlier: > >- check the browser console for Javascript errors when loading these >pages >- check the browser debugger

Re: [go-cd] SCM VALIDATE FAILED

2024-03-19 Thread Chad Wilson
That looks normal to me. I don't know - my only other suggestions to narrow it down are the same as earlier: - check the browser console for Javascript errors when loading these pages - check the browser debugger "network" tab to see if requests under the "JS" and "XHR" types are

Re: [go-cd] SCM VALIDATE FAILED

2024-03-19 Thread Suthar robert
{ "_links" : { "self" : { "href" : "https://serverurl.com/go/api/admin/plugin_info; }, "doc" : { "href" : "https://api.gocd.org/23.3.0/#plugin-info; }, "find" : { "href" : "https://serverurl.com/go/api/admin/plugin_info/:id; } }, "_embedded" : { "plugin_info" : [ { "_links" : { "self" : { "href" :

Re: [go-cd] SCM VALIDATE FAILED

2024-03-19 Thread Chad Wilson
There is nothing you should *need* to configure that affects seeing those raw template values like {{ GOINPUTNAME['url'].$error.server }} . You should never see these - it means there is a problem in how your browser is loading the plugin view and displaying plugin responses to you. We need to

Re: [go-cd] SCM VALIDATE FAILED

2024-03-19 Thread Suthar robert
i check using the inspect, in the response of the network tab it require key and value in it. In a working environment which is local host it has the key and value in it, But in the configured url which i mean i deployed the gocd into the specific domain url in the server, in that environment

Re: [go-cd] SCM VALIDATE FAILED

2024-03-19 Thread Chad Wilson
Version 1.4.0 of the plugin has never been officially released, so I am not sure if that is stable, but I do not get those errors with that version either. Please try and be specific about the version you are using in different environments - do you mean "1.4.0-RC4" from here