DEFERRED: Bug with image button in editor when sending email

The image button in the editor when sending an email has an “Upload Image” option/icon that doesn’t seem to work. Nothing happens when you click on it.

I attempted to use the “Drop Image” function but it errors out with a message of “Something Went Wrong, Please Try Again”.

At this point of the drop function the following errors show up in the console:

2020-01-09_11-48-13.jpg:1 GET https://media.trooptrack.com/uploads/tmp/1578595978-5992-0002-3444/2020-01-09_11-48-13.jpg 403
Image (async)
x @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:602
D @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:602
n.onload @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:602
load (async)
s @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:602
dispatch @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:41
m.handle @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:40
load (async)
add @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:41
(anonymous) @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:29
each @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:29
each @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:29
w @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:29
on @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:41
I @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:602
(anonymous) @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:602
load (async)
O @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:602
L @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:602
(anonymous) @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:602
dispatch @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:41
m.handle @ application-fa62bb931bd78dcb0b639953c9aee72a7de556e05d3156497192e46025fa0a06.js:40
2020-01-09_11-48-13.jpg:1 GET https://media.trooptrack.com/uploads/tmp/1578596037-5973-0001-6968/2020-01-09_11-48-13.jpg 403
1 Like

I think this might be a CORS problem because the beta is on trooptracktest.com but the images are stored on trooptrack.com. I won’t be sure until put the beta on trooptrack.com, but the editor is the same in beta and prod so I think it will be okay.

1 Like