Larron Armstead
Larron Armstead
Got me as well. @babsonmatt for whatever reason your fix didn't work for me but this did seem to fix it: ``` javascript this.res.header['Cache-Control'] = 'no-store'; this.res.header['Pragma'] = 'no-cache'; this.res.jsonp(response);...
+1 vote for this. Otherwise I would put something in the documentation about AWS requiring permissions. For anyone else that gets stuck with a strange undefined queue error, you will...
Seeing this as well.
@joaquim-verges thanks for the swift response. Something like this (extending openzeppelin ownable) is a good example: ```solidity contract TestOwner is Ownable { function test() public { if (owner() == msg.sender)...
Excellent, thank you @joaquim-verges I'll give it a try shortly.
This does look to be working. Thanks again @joaquim-verges