Cannot edit or delete environment variables

Hello, on my setup [1] I cannot see any “edit” or “delete” widgets associated with the environment variables on either the application or the device page. Inspecting the page elements, they are simply not rendered into the table cells on my page so I’m suspecting something broken on the server side.

47

Thanks in advance!

[1] Chrome 65.0.3325.146 (Official Build) (64-bit), MacOS 10.13.3 (17D102) showing Resin dashboard v2.6.1 (9b2e162) (SDK v9.0.0-beta14). Not using any special ad blockers or tamper monkey stuff.

@exposedwiring can you paste the link from here: https://www.whatsmybrowser.org/

I am on macOS as well and running Google Chrome 65.0.3325.146 (Official Build) (64-bit) and this is what I see:

Sure, here it is: whatsmybrowser.org/b/LD8PRNQ
Edit: also tested this on my Windows 10 laptop and I get the same result.

Some more detail from the browser console:

Failed to load resource: the server https://www.gravatar.com/avatar/4ac4dc7aad2ca454a4a553713431c8c9?d=404 responded with a status of 404 ()
vendor.1035520c3314cba57964.js:1 Unhandled rejection TimeoutError: operation timed out
    at c (https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:191327)
    at t (https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:191653)
    at i (https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:1633690)
From previous event:
    at P.B [as _captureStackTrace] (https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:137989)
    at P._then (https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:163773)
    at P.then (https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:162123)
    at Object.create (https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:1195154)
    at Object.n.(anonymous function) [as open] (https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:1195426)
    at https://dashboard.resin.io/scripts.bccabb1f900998dad0b2.js:1:389134
    at l (https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:1547825)
    at https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:1548230
    at f.$digest (https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:1553475)
    at https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:1555098
    at h (https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:1489017)
    at https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:1490381
    at i (https://dashboard.resin.io/vendor.1035520c3314cba57964.js:1:1633690)
t.(anonymous function) @ vendor.1035520c3314cba57964.js:100:

Even more detail about the 404. This is starting to get way above my CDN pay-grade, but hopefully it helps:

Request URL: https://www.gravatar.com/avatar/4ac4dc7aad2ca454a4a553713431c8c9?d=404
Request Method: GET
Status Code: 404  (from disk cache)
Remote Address: 192.0.73.2:443
Referrer Policy: strict-origin-when-cross-origin
access-control-allow-origin: *
cache-control: max-age=300
content-length: 13
content-type: text/html; charset=utf-8
date: Mon, 12 Mar 2018 19:58:32 GMT
etag: "404"
expires: Mon, 12 Mar 2018 20:03:32 GMT
last-modified: Wed, 11 Jan 1984 08:00:00 GMT
link: <https://www.gravatar.com/avatar/4ac4dc7aad2ca454a4a553713431c8c9?d=404>; rel="canonical"
server: nginx
source-age: 0
status: 404
x-nc: MISS jnb 1

This happened to me when I had an absurdly long environment variable. Do you need to scroll really far to the right in that window?

:slight_smile: thanks for the suggestion. Yes, this was the issue. I attempted to scroll right, but not in the section with the variables.

Happy to help!