You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enabled the "Environment" plugin on a new project and went to the associated tab. Clicking the "Add" button does nothing. I noticed that when visiting the "Plugins" tab the following errors were displayed in inspector. I think it's unrelated, but I'm not sure.
Replaced my IP address with "ip" below, but output is literal otherwise:
GET ip:3001/ext/env/ 404 (Not Found) jquery-1.7.1.min.js:2
GET ip:3001/ext/node/icon.png/ 404 (Not Found) jquery-1.7.1.min.js:2
GET ip:3001/ext/custom/icon.png/ 404 (Not Found) jquery-1.7.1.min.js:2
GET ip:3001/ext/heroku/icon.png/ 404 (Not Found) jquery-1.7.1.min.js:2
GET ip:3001/ext/python/icon.png/ 404 (Not Found) jquery-1.7.1.min.js:2
GET ip:3001/ext/sauce/icon.png/ 404 (Not Found) jquery-1.7.1.min.js:2
GET ip:3001/ext/webhooks/icon.png/ 404 (Not Found)
The text was updated successfully, but these errors were encountered:
Thanks for the report. I can reproduce this one too. The AJAX request isn't firing at all and there are no JS errors so I suspect it's something with the event handlers not being installed properly.
Regarding the 404 errors - they shouldn't be related but we do have an issue open to fix them: #229
I installed Strider with install -g
I enabled the "Environment" plugin on a new project and went to the associated tab. Clicking the "Add" button does nothing. I noticed that when visiting the "Plugins" tab the following errors were displayed in inspector. I think it's unrelated, but I'm not sure.
Replaced my IP address with "ip" below, but output is literal otherwise:
GET ip:3001/ext/env/ 404 (Not Found) jquery-1.7.1.min.js:2
GET ip:3001/ext/node/icon.png/ 404 (Not Found) jquery-1.7.1.min.js:2
GET ip:3001/ext/custom/icon.png/ 404 (Not Found) jquery-1.7.1.min.js:2
GET ip:3001/ext/heroku/icon.png/ 404 (Not Found) jquery-1.7.1.min.js:2
GET ip:3001/ext/python/icon.png/ 404 (Not Found) jquery-1.7.1.min.js:2
GET ip:3001/ext/sauce/icon.png/ 404 (Not Found) jquery-1.7.1.min.js:2
GET ip:3001/ext/webhooks/icon.png/ 404 (Not Found)
The text was updated successfully, but these errors were encountered: