Closed kiranshashiny closed 4 years ago
@kiranshashiny Can you share the logs for the same?
View -> Developer -> Show Devtools(Current View) or press Cmd + option + I
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; connect-src *; img-src data: *; frame-src file:; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; font-src data:; worker-src 'self' blob:;">
<title>Postman Webview</title>
<script src="../js/preload.js"></script>
<link rel="preload" href="../js/requester.css" as="style">
<link rel="preload" href="../js/vendor-shared.js" as="script">
<link rel="preload" href="../js/vendor-ui.js" as="script">
<link rel="preload" href="../js/requester.js" as="script">
<style>
@keyframes orbit {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.pm-loader.is-exiting {
opacity: 0;
}
.pm-loader.is-hidden {
display: none;
}
body {
margin: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
position: absolute;
}
.pm-loader {
width: 100%;
height: 100%;
z-index: 300;
position: absolute;
background: #E8E0CB;
transition: opacity 0.5s linear;
}
.pm-loader-container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.pm-loader-atoms {
width: 100px;
height: 100px;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}
.pm-loader-center-atom {
top: 33px;
left: 33px;
width: 32px;
height: 32px;
position: absolute;
border-radius: 50%;
background-color: #ef5b25;
}
.pm-loader-orbit-1 {
top: 20px;
left: 20px;
width: 56px;
height: 56px;
position: absolute;
border-radius: 50%;
border: 1px solid #ef5b25;
}
.pm-loader-orbit-2 {
top: 8px;
left: 8px;
width: 80px;
height: 80px;
border-radius: 50%;
position: absolute;
border: 1px solid #ef5b25;
}
.pm-loader-orbit-3 {
top: -4px;
left: -4px;
width: 104px;
height: 104px;
position: absolute;
border-radius: 50%;
border: 1px solid #ef5b25;
}
.pm-loader-atom-1 {
width: 8px;
height: 8px;
margin-top: 4px;
margin-left: 4px;
border-radius: 50%;
background-color: #ef5b25;
transform-origin: 24px 24px;
animation: orbit 1s infinite;
animation-timing-function: linear;
-webkit-transform-origin: 24px 24px;
}
.pm-loader-atom-2 {
width: 8px;
height: 8px;
margin-top: 8px;
margin-left: 8px;
border-radius: 50%;
background-color: #ef5b25;
transform-origin: 32px 32px;
animation: orbit 2s infinite;
animation-timing-function: linear;
-webkit-transform-origin: 32px 32px;
}
.pm-loader-atom-3 {
width: 8px;
height: 8px;
margin-top: 11px;
margin-left: 11px;
border-radius: 50%;
background-color: #ef5b25;
transform-origin: 41px 41px;
animation: orbit 3s infinite;
animation-timing-function: linear;
-webkit-transform-origin: 41px 41px;
}
.app-root {
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
}
.app-root.is-hidden {
display: none;
}
</style>
<link rel="stylesheet" type="text/css" href="../js/requester.css">
<style id="theme">
:root {
--bg-primary: #FFFFFF;--bg-primary--shade--one: #f5f5f5;--bg-primary--shade--two: #ebebeb;--bg-primary--shade--three: #d9d9d9;--bg-primary--shade--four: #bfbfbf;--bg-secondary: #FAFAFA;--bg-secondary--shade--one: #f0f0f0;--bg-secondary--shade--two: #e6e6e6;--bg-secondary--shade--three: #d4d4d4;--bg-secondary--shade--four: #bababa;--bg-tertiary: #ECECEC;--bg-tertiary--shade--one: #e2e2e2;--bg-tertiary--shade--two: #d8d8d8;--bg-tertiary--shade--three: #c6c6c6;--bg-tertiary--shade--four: #acacac;--hairline-regular: #EAEAEA;--hairline-regular--shade--one: #e0e0e0;--hairline-regular--shade--two: #d6d6d6;--hairline-regular--shade--three: #c4c4c4;--hairline-regular--shade--four: #aaaaaa;--hairline-strong: #D4D4D4;--hairline-strong--shade--one: #cacaca;--hairline-strong--shade--two: #c0c0c0;--hairline-strong--shade--three: #aeaeae;--hairline-strong--shade--four: #949494;--content-primary: #505050;--content-primary--shade--one: #5a5a5a;--content-primary--shade--two: #646464;--content-primary--shade--three: #767676;--content-primary--shade--four: #909090;--content-secondary: #808080;--content-secondary--shade--one: #767676;--content-secondary--shade--two: #6c6c6c;--content-secondary--shade--three: #5a5a5a;--content-secondary--shade--four: #404040;--content-tertiary: #A9A9A9;--content-tertiary--shade--one: #9f9f9f;--content-tertiary--shade--two: #959595;--content-tertiary--shade--three: #838383;--content-tertiary--shade--four: #696969;--brand-primary: #F26B3A;--brand-primary--highlight: rgba(242, 107, 58, 0.2);--brand-primary--shade--one: #f15d27;--brand-primary--shade--two: #ef4e14;--brand-primary--shade--three: #d2420e;--brand-primary--shade--four: #a2330b;--brand-secondary: #097BED;--brand-secondary--highlight: rgba(9, 123, 237, 0.2);--brand-secondary--shade--one: #1485f6;--brand-secondary--shade--two: #288ff7;--brand-secondary--shade--three: #4aa1f8;--brand-secondary--shade--four: #7bbbfa;--accent-error: #ED4B48;--accent-error--highlight: rgba(237, 75, 72, 0.2);--accent-error--shade--one: #eb3935;--accent-error--shade--two: #e92623;--accent-error--shade--three: #d41815;--accent-error--shade--four: #a51310;--accent-warning: #FFB400;--accent-warning--highlight: rgba(255, 180, 0, 0.2);--accent-warning--shade--one: #ffba14;--accent-warning--shade--two: #ffc029;--accent-warning--shade--three: #ffcb4d;--accent-warning--shade--four: #ffda80;--accent-success: #26B47F;--accent-success--highlight: rgba(38, 180, 127, 0.2);--accent-success--shade--one: #2ac58b;--accent-success--shade--two: #30d396;--accent-success--shade--three: #4dd9a5;--accent-success--shade--four: #77e2ba;--color-darkest: #282828;--color-darkest--shade--one: #323232;--color-darkest--shade--two: #3c3c3c;--color-darkest--shade--three: #4e4e4e;--color-darkest--shade--four: #686868;--dark-bg-primary: #303030;--dark-bg-primary--shade--one: #3a3a3a;--dark-bg-primary--shade--two: #444444;--dark-bg-primary--shade--three: #565656;--dark-bg-primary--shade--four: #707070;--dark-bg-secondary: #333333;--dark-bg-secondary--shade--one: #3d3d3d;--dark-bg-secondary--shade--two: #474747;--dark-bg-secondary--shade--three: #595959;--dark-bg-secondary--shade--four: #737373;--dark-bg-tertiary: #464646;--dark-bg-tertiary--shade--one: #505050;--dark-bg-tertiary--shade--two: #5a5a5a;--dark-bg-tertiary--shade--three: #6c6c6c;--dark-bg-tertiary--shade--four: #868686;--dark-hairline-regular: #3C3C3C;--dark-hairline-regular--shade--one: #464646;--dark-hairline-regular--shade--two: #505050;--dark-hairline-regular--shade--three: #626262;--dark-hairline-regular--shade--four: #7c7c7c;--dark-hairline-strong: #5A5A5A;--dark-hairline-strong--shade--one: #646464;--dark-hairline-strong--shade--two: #6e6e6e;--dark-hairline-strong--shade--three: #808080;--dark-hairline-strong--shade--four: #9a9a9a;--dark-content-primary: #F0F0F0;--dark-content-primary--shade--one: #e6e6e6;--dark-content-primary--shade--two: #dcdcdc;--dark-content-primary--shade--three: #cacaca;--dark-content-primary--shade--four: #b0b0b0;--dark-content-secondary: #808080;--dark-content-secondary--shade--one: #767676;--dark-content-secondary--shade--two: #6c6c6c;--dark-content-secondary--shade--three: #5a5a5a;--dark-content-secondary--shade--four: #404040;--dark-color-lightest: #FFFFFF;--dark-color-lightest--shade--one: #f5f5f5;--dark-color-lightest--shade--two: #ebebeb;--dark-color-lightest--shade--three: #d9d9d9;--dark-color-lightest--shade--four: #bfbfbf;
--color-content-primary: #1A1A1A;--color-content-secondary: #666666;--color-content-tertiary: #999999;--color-content-brand-primary: #C73500;--color-content-brand-secondary: #145EA9;--color-content-accent-error: #B32E14;--color-content-accent-success: #127347;--color-content-accent-warning: #7D6517;--color-background-primary: #FFFFFF;--color-background-secondary: #F7F7F7;--color-background-tertiary: #EBEBEB;--color-border-regular: #E3E3E3;--color-border-strong: #D9D9D9;--color-highlight-background-primary: #F2F2F2;--color-highlight-background-secondary: #EBEBEB;--color-highlight-background-tertiary: #E3E3E3;
}
</style>
<style id="ace_editor.css">.ace_editor {position: relative;overflow: hidden;font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;direction: ltr;text-align: left;}.ace_scroller {position: absolute;overflow: hidden;top: 0;bottom: 0;background-color: inherit;-ms-user-select: none;-moz-user-select: none;-webkit-user-select: none;user-select: none;cursor: text;}.ace_content {position: absolute;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;min-width: 100%;}.ace_dragging .ace_scroller:before{position: absolute;top: 0;left: 0;right: 0;bottom: 0;content: '';background: rgba(250, 250, 250, 0.01);z-index: 1000;}.ace_dragging.ace_dark .ace_scroller:before{background: rgba(0, 0, 0, 0.01);}.ace_selecting, .ace_selecting * {cursor: text !important;}.ace_gutter {position: absolute;overflow : hidden;width: auto;top: 0;bottom: 0;left: 0;cursor: default;z-index: 4;-ms-user-select: none;-moz-user-select: none;-webkit-user-select: none;user-select: none;}.ace_gutter-active-line {position: absolute;left: 0;right: 0;}.ace_scroller.ace_scroll-left {box-shadow: 17px 0 16px -16px rgba(0, 0, 0, 0.4) inset;}.ace_gutter-cell {padding-left: 19px;padding-right: 6px;background-repeat: no-repeat;}.ace_gutter-cell.ace_error {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABOFBMVEX/////////QRswFAb/Ui4wFAYwFAYwFAaWGAfDRymzOSH/PxswFAb/SiUwFAYwFAbUPRvjQiDllog5HhHdRybsTi3/Tyv9Tir+Syj/UC3////XurebMBIwFAb/RSHbPx/gUzfdwL3kzMivKBAwFAbbvbnhPx66NhowFAYwFAaZJg8wFAaxKBDZurf/RB6mMxb/SCMwFAYwFAbxQB3+RB4wFAb/Qhy4Oh+4QifbNRcwFAYwFAYwFAb/QRzdNhgwFAYwFAbav7v/Uy7oaE68MBK5LxLewr/r2NXewLswFAaxJw4wFAbkPRy2PyYwFAaxKhLm1tMwFAazPiQwFAaUGAb/QBrfOx3bvrv/VC/maE4wFAbRPBq6MRO8Qynew8Dp2tjfwb0wFAbx6eju5+by6uns4uH9/f36+vr/GkHjAAAAYnRSTlMAGt+64rnWu/bo8eAA4InH3+DwoN7j4eLi4xP99Nfg4+b+/u9B/eDs1MD1mO7+4PHg2MXa347g7vDizMLN4eG+Pv7i5evs/v79yu7S3/DV7/498Yv24eH+4ufQ3Ozu/v7+y13sRqwAAADLSURBVHjaZc/XDsFgGIBhtDrshlitmk2IrbHFqL2pvXf/+78DPokj7+Fz9qpU/9UXJIlhmPaTaQ6QPaz0mm+5gwkgovcV6GZzd5JtCQwgsxoHOvJO15kleRLAnMgHFIESUEPmawB9ngmelTtipwwfASilxOLyiV5UVUyVAfbG0cCPHig+GBkzAENHS0AstVF6bacZIOzgLmxsHbt2OecNgJC83JERmePUYq8ARGkJx6XtFsdddBQgZE2nPR6CICZhawjA4Fb/chv+399kfR+MMMDGOQAAAABJRU5ErkJggg==");background-repeat: no-repeat;background-position: 2px center;}.ace_gutter-cell.ace_warning {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAmVBMVEX///8AAAD///8AAAAAAABPSzb/5sAAAAB/blH/73z/ulkAAAAAAAD85pkAAAAAAAACAgP/vGz/rkDerGbGrV7/pkQICAf////e0IsAAAD/oED/qTvhrnUAAAD/yHD/njcAAADuv2r/nz//oTj/p064oGf/zHAAAAA9Nir/tFIAAAD/tlTiuWf/tkIAAACynXEAAAAAAAAtIRW7zBpBAAAAM3RSTlMAABR1m7RXO8Ln31Z36zT+neXe5OzooRDfn+TZ4p3h2hTf4t3k3ucyrN1K5+Xaks52Sfs9CXgrAAAAjklEQVR42o3PbQ+CIBQFYEwboPhSYgoYunIqqLn6/z8uYdH8Vmdnu9vz4WwXgN/xTPRD2+sgOcZjsge/whXZgUaYYvT8QnuJaUrjrHUQreGczuEafQCO/SJTufTbroWsPgsllVhq3wJEk2jUSzX3CUEDJC84707djRc5MTAQxoLgupWRwW6UB5fS++NV8AbOZgnsC7BpEAAAAABJRU5ErkJggg==");background-position: 2px center;}.ace_gutter-cell.ace_info {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAJ0Uk5TAAB2k804AAAAPklEQVQY02NgIB68QuO3tiLznjAwpKTgNyDbMegwisCHZUETUZV0ZqOquBpXj2rtnpSJT1AEnnRmL2OgGgAAIKkRQap2htgAAAAASUVORK5CYII=");background-position: 2px center;}.ace_dark .ace_gutter-cell.ace_info {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJFBMVEUAAAChoaGAgIAqKiq+vr6tra1ZWVmUlJSbm5s8PDxubm56enrdgzg3AAAAAXRSTlMAQObYZgAAAClJREFUeNpjYMAPdsMYHegyJZFQBlsUlMFVCWUYKkAZMxZAGdxlDMQBAG+TBP4B6RyJAAAAAElFTkSuQmCC");}.ace_scrollbar {position: absolute;right: 0;bottom: 0;z-index: 6;}.ace_scrollbar-inner {position: absolute;cursor: text;left: 0;top: 0;}.ace_scrollbar-v{overflow-x: hidden;overflow-y: scroll;top: 0;}.ace_scrollbar-h {overflow-x: scroll;overflow-y: hidden;left: 0;}.ace_print-margin {position: absolute;height: 100%;}.ace_text-input {position: absolute;z-index: 0;width: 0.5em;height: 1em;opacity: 0;background: transparent;-moz-appearance: none;appearance: none;border: none;resize: none;outline: none;overflow: hidden;font: inherit;padding: 0 1px;margin: 0 -1px;text-indent: -1em;-ms-user-select: text;-moz-user-select: text;-webkit-user-select: text;user-select: text;white-space: pre!important;}.ace_text-input.ace_composition {background: inherit;color: inherit;z-index: 1000;opacity: 1;text-indent: 0;}.ace_layer {z-index: 1;position: absolute;overflow: hidden;word-wrap: normal;white-space: pre;height: 100%;width: 100%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;pointer-events: none;}.ace_gutter-layer {position: relative;width: auto;text-align: right;pointer-events: auto;}.ace_text-layer {font: inherit !important;}.ace_cjk {display: inline-block;text-align: center;}.ace_cursor-layer {z-index: 4;}.ace_cursor {z-index: 4;position: absolute;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;border-left: 2px solid;transform: translatez(0);}.ace_slim-cursors .ace_cursor {border-left-width: 1px;}.ace_overwrite-cursors .ace_cursor {border-left-width: 0;border-bottom: 1px solid;}.ace_hidden-cursors .ace_cursor {opacity: 0.2;}.ace_smooth-blinking .ace_cursor {-webkit-transition: opacity 0.18s;transition: opacity 0.18s;}.ace_editor.ace_multiselect .ace_cursor {border-left-width: 1px;}.ace_marker-layer .ace_step, .ace_marker-layer .ace_stack {position: absolute;z-index: 3;}.ace_marker-layer .ace_selection {position: absolute;z-index: 5;}.ace_marker-layer .ace_bracket {position: absolute;z-index: 6;}.ace_marker-layer .ace_active-line {position: absolute;z-index: 2;}.ace_marker-layer .ace_selected-word {position: absolute;z-index: 4;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}.ace_line .ace_fold {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: inline-block;height: 11px;margin-top: -2px;vertical-align: middle;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJpJREFUeNpi/P//PwOlgAXGYGRklAVSokD8GmjwY1wasKljQpYACtpCFeADcHVQfQyMQAwzwAZI3wJKvCLkfKBaMSClBlR7BOQikCFGQEErIH0VqkabiGCAqwUadAzZJRxQr/0gwiXIal8zQQPnNVTgJ1TdawL0T5gBIP1MUJNhBv2HKoQHHjqNrA4WO4zY0glyNKLT2KIfIMAAQsdgGiXvgnYAAAAASUVORK5CYII="),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA3CAYAAADNNiA5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACJJREFUeNpi+P//fxgTAwPDBxDxD078RSX+YeEyDFMCIMAAI3INmXiwf2YAAAAASUVORK5CYII=");background-repeat: no-repeat, repeat-x;background-position: center center, top left;color: transparent;border: 1px solid black;border-radius: 2px;cursor: pointer;pointer-events: auto;}.ace_dark .ace_fold {}.ace_fold:hover{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJpJREFUeNpi/P//PwOlgAXGYGRklAVSokD8GmjwY1wasKljQpYACtpCFeADcHVQfQyMQAwzwAZI3wJKvCLkfKBaMSClBlR7BOQikCFGQEErIH0VqkabiGCAqwUadAzZJRxQr/0gwiXIal8zQQPnNVTgJ1TdawL0T5gBIP1MUJNhBv2HKoQHHjqNrA4WO4zY0glyNKLT2KIfIMAAQsdgGiXvgnYAAAAASUVORK5CYII="),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA3CAYAAADNNiA5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACBJREFUeNpi+P//fz4TAwPDZxDxD5X4i5fLMEwJgAADAEPVDbjNw87ZAAAAAElFTkSuQmCC");}.ace_tooltip {background-color: #FFF;background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));border: 1px solid gray;border-radius: 1px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);color: black;max-width: 100%;padding: 3px 4px;position: fixed;z-index: 999999;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;cursor: default;white-space: pre;word-wrap: break-word;line-height: normal;font-style: normal;font-weight: normal;letter-spacing: normal;pointer-events: none;}.ace_folding-enabled > .ace_gutter-cell {padding-right: 13px;}.ace_fold-widget {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0 -12px 0 1px;display: none;width: 11px;vertical-align: top;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAANElEQVR42mWKsQ0AMAzC8ixLlrzQjzmBiEjp0A6WwBCSPgKAXoLkqSot7nN3yMwR7pZ32NzpKkVoDBUxKAAAAABJRU5ErkJggg==");background-repeat: no-repeat;background-position: center;border-radius: 3px;border: 1px solid transparent;cursor: pointer;}.ace_folding-enabled .ace_fold-widget {display: inline-block; }.ace_fold-widget.ace_end {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAANElEQVR42m3HwQkAMAhD0YzsRchFKI7sAikeWkrxwScEB0nh5e7KTPWimZki4tYfVbX+MNl4pyZXejUO1QAAAABJRU5ErkJggg==");}.ace_fold-widget.ace_closed {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAGCAYAAAAG5SQMAAAAOUlEQVR42jXKwQkAMAgDwKwqKD4EwQ26sSOkVWjgIIHAzPiCgaqiqnJHZnKICBERHN194O5b9vbLuAVRL+l0YWnZAAAAAElFTkSuQmCCXA==");}.ace_fold-widget:hover {border: 1px solid rgba(0, 0, 0, 0.3);background-color: rgba(255, 255, 255, 0.2);box-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);}.ace_fold-widget:active {border: 1px solid rgba(0, 0, 0, 0.4);background-color: rgba(0, 0, 0, 0.05);box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);}.ace_dark .ace_fold-widget {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHklEQVQIW2P4//8/AzoGEQ7oGCaLLAhWiSwB146BAQCSTPYocqT0AAAAAElFTkSuQmCC");}.ace_dark .ace_fold-widget.ace_end {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAH0lEQVQIW2P4//8/AxQ7wNjIAjDMgC4AxjCVKBirIAAF0kz2rlhxpAAAAABJRU5ErkJggg==");}.ace_dark .ace_fold-widget.ace_closed {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAHElEQVQIW2P4//+/AxAzgDADlOOAznHAKgPWAwARji8UIDTfQQAAAABJRU5ErkJggg==");}.ace_dark .ace_fold-widget:hover {box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);background-color: rgba(255, 255, 255, 0.1);}.ace_dark .ace_fold-widget:active {box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);}.ace_fold-widget.ace_invalid {background-color: #FFB4B4;border-color: #DE5555;}.ace_fade-fold-widgets .ace_fold-widget {-webkit-transition: opacity 0.4s ease 0.05s;transition: opacity 0.4s ease 0.05s;opacity: 0;}.ace_fade-fold-widgets:hover .ace_fold-widget {-webkit-transition: opacity 0.05s ease 0.05s;transition: opacity 0.05s ease 0.05s;opacity:1;}.ace_underline {text-decoration: underline;}.ace_bold {font-weight: bold;}.ace_nobold .ace_bold {font-weight: normal;}.ace_italic {font-style: italic;}.ace_error-marker {background-color: rgba(255, 0, 0,0.2);position: absolute;z-index: 9;}.ace_highlight-marker {background-color: rgba(255, 255, 0,0.2);position: absolute;z-index: 8;}.ace_br1 {border-top-left-radius : 3px;}.ace_br2 {border-top-right-radius : 3px;}.ace_br3 {border-top-left-radius : 3px; border-top-right-radius: 3px;}.ace_br4 {border-bottom-right-radius: 3px;}.ace_br5 {border-top-left-radius : 3px; border-bottom-right-radius: 3px;}.ace_br6 {border-top-right-radius : 3px; border-bottom-right-radius: 3px;}.ace_br7 {border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px;}.ace_br8 {border-bottom-left-radius : 3px;}.ace_br9 {border-top-left-radius : 3px; border-bottom-left-radius: 3px;}.ace_br10{border-top-right-radius : 3px; border-bottom-left-radius: 3px;}.ace_br11{border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px;}.ace_br12{border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}.ace_br13{border-top-left-radius : 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}.ace_br14{border-top-right-radius : 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}.ace_br15{border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}
/*# sourceURL=ace/css/ace_editor.css */</style><style id="ace-tm">.ace-tm .ace_gutter {background: #f0f0f0;color: #333;}.ace-tm .ace_print-margin {width: 1px;background: #e8e8e8;}.ace-tm .ace_fold {background-color: #6B72E6;}.ace-tm {background-color: #FFFFFF;color: black;}.ace-tm .ace_cursor {color: black;}.ace-tm .ace_invisible {color: rgb(191, 191, 191);}.ace-tm .ace_storage,.ace-tm .ace_keyword {color: blue;}.ace-tm .ace_constant {color: rgb(197, 6, 11);}.ace-tm .ace_constant.ace_buildin {color: rgb(88, 72, 246);}.ace-tm .ace_constant.ace_language {color: rgb(88, 92, 246);}.ace-tm .ace_constant.ace_library {color: rgb(6, 150, 14);}.ace-tm .ace_invalid {background-color: rgba(255, 0, 0, 0.1);color: red;}.ace-tm .ace_support.ace_function {color: rgb(60, 76, 114);}.ace-tm .ace_support.ace_constant {color: rgb(6, 150, 14);}.ace-tm .ace_support.ace_type,.ace-tm .ace_support.ace_class {color: rgb(109, 121, 222);}.ace-tm .ace_keyword.ace_operator {color: rgb(104, 118, 135);}.ace-tm .ace_string {color: rgb(3, 106, 7);}.ace-tm .ace_comment {color: rgb(76, 136, 107);}.ace-tm .ace_comment.ace_doc {color: rgb(0, 102, 255);}.ace-tm .ace_comment.ace_doc.ace_tag {color: rgb(128, 159, 191);}.ace-tm .ace_constant.ace_numeric {color: rgb(0, 0, 205);}.ace-tm .ace_variable {color: rgb(49, 132, 149);}.ace-tm .ace_xml-pe {color: rgb(104, 104, 91);}.ace-tm .ace_entity.ace_name.ace_function {color: #0000A2;}.ace-tm .ace_heading {color: rgb(12, 7, 255);}.ace-tm .ace_list {color:rgb(185, 6, 144);}.ace-tm .ace_meta.ace_tag {color:rgb(0, 22, 142);}.ace-tm .ace_string.ace_regex {color: rgb(255, 0, 0)}.ace-tm .ace_marker-layer .ace_selection {background: rgb(181, 213, 255);}.ace-tm.ace_multiselect .ace_selection.ace_start {box-shadow: 0 0 3px 0px white;}.ace-tm .ace_marker-layer .ace_step {background: rgb(252, 255, 0);}.ace-tm .ace_marker-layer .ace_stack {background: rgb(164, 229, 101);}.ace-tm .ace_marker-layer .ace_bracket {margin: -1px 0 0 -1px;border: 1px solid rgb(192, 192, 192);}.ace-tm .ace_marker-layer .ace_active-line {background: rgba(0, 0, 0, 0.07);}.ace-tm .ace_gutter-active-line {background-color : #dcdcdc;}.ace-tm .ace_marker-layer .ace_selected-word {background: rgb(250, 250, 255);border: 1px solid rgb(200, 200, 250);}.ace-tm .ace_indent-guide {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;}
/*# sourceURL=ace/css/ace-tm */</style><style> .error_widget_wrapper { background: inherit; color: inherit; border:none } .error_widget { border-top: solid 2px; border-bottom: solid 2px; margin: 5px 0; padding: 10px 40px; white-space: pre-wrap; } .error_widget.ace_error, .error_widget_arrow.ace_error{ border-color: #ff5a5a } .error_widget.ace_warning, .error_widget_arrow.ace_warning{ border-color: #F1D817 } .error_widget.ace_info, .error_widget_arrow.ace_info{ border-color: #5a5a5a } .error_widget.ace_ok, .error_widget_arrow.ace_ok{ border-color: #5aaa5a } .error_widget_arrow { position: absolute; border: solid 5px; border-top-color: transparent!important; border-right-color: transparent!important; border-left-color: transparent!important; top: -5px; }</style><style>.ace_snippet-marker { -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(194, 193, 208, 0.09); border: 1px dotted rgba(211, 208, 235, 0.62); position: absolute;}</style><style>.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line { background-color: #CAD6FA; z-index: 1;}.ace_editor.ace_autocomplete .ace_line-hover { border: 1px solid #abbffe; margin-top: -1px; background: rgba(233,233,253,0.4);}.ace_editor.ace_autocomplete .ace_line-hover { position: absolute; z-index: 2;}.ace_editor.ace_autocomplete .ace_scroller { background: none; border: none; box-shadow: none;}.ace_rightAlignedText { color: gray; display: inline-block; position: absolute; right: 4px; text-align: right; z-index: -1;}.ace_editor.ace_autocomplete .ace_completion-highlight{ color: #000; text-shadow: 0 0 0.01em;}.ace_editor.ace_autocomplete ._ace-postman-description { white-space: normal; border-top: 1px solid gray; padding-top: 1px; margin-top: 1px;}.ace_editor.ace_autocomplete { width: 280px; z-index: 200000; background: #fbfbfb; color: #444; border: 1px lightgray solid; position: fixed; box-shadow: 2px 3px 5px rgba(0,0,0,.2); line-height: 1.4;}</style><style type="text/css">/**
* Draft v0.10.5
*
* Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}</style><script type="text/javascript" charset="utf-8" async="" src="../js/RequesterInit.js"></script><script type="text/javascript" charset="utf-8" async="" src="../js/CommonLazyChunk.js"></script><script type="text/javascript" charset="utf-8" async="" src="../js/RequesterBuilderContainer.js"></script><script type="text/javascript" charset="utf-8" async="" src="../js/RequesterModalContainer.js"></script><style id="detectElementResize" type="text/css">@keyframes resizeanim { from { opacity: 0; } to { opacity: 0; } } .resize-triggers { animation: 1ms resizeanim; visibility: hidden; opacity: 0; } .resize-triggers, .resize-triggers > div, .contract-trigger:before { content: " "; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: -1; } .resize-triggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }</style><script type="text/javascript" charset="utf-8" async="" src="../js/CollectionBrowserContainer.js"></script><script type="text/javascript" charset="utf-8" async="" src="../js/StatusBarContainer.js"></script><script type="text/javascript" charset="utf-8" async="" src="../js/0.js"></script><style type="text/css" id="react-draggable-style-el">.react-draggable-transparent-selection *::-moz-selection {background: transparent;}
.react-draggable-transparent-selection *::selection {background: transparent;}
</style><script type="text/javascript" charset="utf-8" async="" src="../js/brace-javascript.js"></script><style id="ace-eclipse">.ace-eclipse .ace_gutter {background: #ebebeb;border-right: 0px;color: rgb(136, 136, 136);}.ace-eclipse .ace_print-margin {width: 1px;background: #ebebeb;}.ace-eclipse {background-color: #FFFFFF;color: black;}.ace-eclipse .ace_fold {background-color: rgb(60, 76, 114);}.ace-eclipse .ace_cursor {color: black;}.ace-eclipse .ace_storage,.ace-eclipse .ace_keyword,.ace-eclipse .ace_variable {color: rgb(127, 0, 85);}.ace-eclipse .ace_constant.ace_buildin {color: rgb(88, 72, 246);}.ace-eclipse .ace_constant.ace_library {color: rgb(6, 150, 14);}.ace-eclipse .ace_function {color: rgb(210, 5, 78);}.ace-eclipse .ace_variable.ace_parameter {color: rgb(57, 125, 19);}.ace-eclipse .ace_name.ace_entity.ace_type {color: rgb(189, 168, 0);}.ace-eclipse .ace_string {color: rgb(42, 0, 255);}.ace-eclipse .ace_postmanVariable {color: rgb(0, 115, 0);}.ace-eclipse .ace_comment {color: rgb(113, 150, 130);}.ace-eclipse .ace_comment.ace_doc {color: rgb(63, 95, 191);}.ace-eclipse .ace_comment.ace_doc.ace_tag {color: rgb(127, 159, 191);}.ace-eclipse .ace_constant.ace_numeric {color: darkblue;}.ace-eclipse .ace_tag {color: rgb(25, 118, 116);}.ace-eclipse .ace_type {color: rgb(127, 0, 127);}.ace-eclipse .ace_xml-pe {color: rgb(104, 104, 91);}.ace-eclipse .ace_marker-layer .ace_selection {background: rgb(181, 213, 255);}.ace-eclipse .ace_marker-layer .ace_bracket {margin: -1px 0 0 -1px;border: 1px solid rgb(192, 192, 192);}.ace-eclipse .ace_meta.ace_tag {color:rgb(25, 118, 116);}.ace-eclipse .ace_invisible {color: #ddd;}.ace-eclipse .ace_empty_message {color: #808080;font-size: 10px;line-height: 17px;opacity: 0.6;}.ace-eclipse .ace_entity.ace_other.ace_attribute-name {color:rgb(127, 0, 127);}.ace-eclipse .ace_marker-layer .ace_step {background: rgb(255, 255, 0);}.ace-eclipse .ace_active-line {background: rgb(232, 242, 254);}.ace-eclipse .ace_gutter-active-line {background-color : #DADADA;}.ace-eclipse .ace_marker-layer .ace_selected-word {border: 1px solid rgb(181, 213, 255);}.ace-eclipse .ace_indent-guide {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;}
/*# sourceURL=ace/css/ace-eclipse */</style><script type="text/javascript" charset="utf-8" async="" src="../js/brace-text.js"></script><script type="text/javascript" charset="utf-8" async="" src="../js/brace-graphql.js"></script><script type="text/javascript" charset="utf-8" async="" src="../js/brace-postman_json.js"></script><script src="mode-javascript.js"></script><script src="mode-postman_json.js"></script><script type="text/javascript" charset="utf-8" async="" src="../js/postman-code-generators.js"></script><script type="text/javascript" charset="utf-8" async="" src="../js/brace-powershell.js"></script><script src="mode-powershell.js"></script><script src="mode-graphql.js"></script></head>
Does this make sense ? I don't see a way I can select the entire page and copy ! I meant it does not allow me to copy by selecting the entire text -so I did just do a Ctrl-C andCtrl-V.
If there is a way to redirect to a file - then let me know. I can do it and resend.
@kiranshashiny Can you head to the console tab in the DevTools window and send a screenshot? Any JavaScript errors will show up there. Be sure to expand any error messages (there should be a black arrow to the left of each error line).
@abhijitkane
Yes - there are lots of them !
Some "FILE_NOT_FOUND" errors
If this will help. I had an earlier version of Postman, a year or two ago on this mac and I recently deleted it ( about 2 weeks ago) due to some space issues and part of some cleanup !
The new version I installed was this week. Is there a relation to earlier version that may have left some residual files over after cleanup ?
@kiranshashiny Could be. We're debugging this - in the mean while you can try removing your local data folder (assuming you're signed in to Postman and all your data is backed up):
Quitting the app, removing the ~/Library/Application Support/Postman
and restarting Postman should give you a clean installation where you can sign in again.
Yes, I found that there was a residual folder with this info
drwx------ 2 shashikiran staff 64 Oct 6 2019 webrtc_event_logs
drwx------ 3 shashikiran staff 96 Oct 6 2019 Local Storage
drwx------ 3 shashikiran staff 96 Oct 6 2019 IndexedDB
drwx------ 4 shashikiran staff 128 Oct 6 2019 databases
drwx------ 7 shashikiran staff 224 Oct 6 2019 Cache
-rw------- 1 shashikiran staff 20480 Oct 6 2019 Cookies
-rw------- 1 shashikiran staff 0 Oct 6 2019 Cookies-journal
-rw------- 1 shashikiran staff 20480 Oct 6 2019 Origin Bound Certs
-rw------- 1 shashikiran staff 0 Oct 6 2019 Origin Bound Certs-journal
-rw-r--r-- 1 shashikiran staff 169 Oct 6 2019 backup-2019-10-06T05:36:08.901Z.json
drwxr-xr-x 4 shashikiran staff 128 Oct 6 2019 Postman_Config
-rw------- 1 shashikiran staff 284 Oct 6 2019 Network Persistent State
drwx------ 4 shashikiran staff 128 Oct 6 2019 Partitions
drwx------ 7 shashikiran staff 224 Jan 26 21:40 GPUCache
drwxr-xr-x 14 shashikiran staff 448 Apr 11 16:18 logs
drwx------ 3 shashikiran staff 96 May 4 12:21 blob_storage
-rw-r--r-- 1 shashikiran staff 1102 May 4 12:21 window
drwxr-xr-x 4 shashikiran staff 128 May 4 12:21 storage
-rw-r--r-- 1 shashikiran staff 88617 May 4 12:21 backup-2020-05-04T06-51-27.860Z.json
-rw------- 1 shashikiran staff 972 May 5 10:02 Preferences
-rw------- 1 shashikiran staff 53248 May 5 11:43 QuotaManager
-rw------- 1 shashikiran staff 0 May 5 11:43 QuotaManager-journal
$ cd ..
Cleaning it !
Solved it.
I cleaned up the earlier folder and restarted the Postman App. Now I am able to see the code(s).
Please close ticket and I'd like to thank you and the other engineer for the help offered for resolving it.
Now, if you can investigate or put a proper cleanup procedure during de-installation of Postman then future issues like these can be identified earlier and time saved.
Shashi
Describe the bug I just installed Postman on Mac OS, I did a GET on a remote URL, and wanted to get it's cURL equivalent, so when I click on "Code" there is another window that opens up but EMPTY !
To Reproduce Open Postman ( v7.23.0 ) In the request enter this. https://fyw6lx.messaging.internetofthings.ibmcloud.com/docs/index.html
Click on Code.
A new window should pop up with the cURL equivalent, but this is empty.
Expected behavior I was hoping to see a cURL option to see the code.
Screenshots If applicable, add screenshots to help explain your problem. Please make sure the screenshot does not contain any sensitive information such as API keys or access tokens.
App information (please complete the following information):
Additional context Add any other context about the problem here.