Hi all,
I’m quite new to plugin development in bubble so bare with me. I’m trying to write a s3 connection plugin where I need an access key and a secret key. I have defined these in the additional keys section. When testing my plugin I have defined both these fields in the plugins tab and have put these keys in both the access_key field and the access_key (dev) field.
How ever when trying to access these keys I stumble upon an undefined value.
The log outputs ‘undefined’
I also have tried doing console.log(context.keys[‘access-key’]);
Anyone that can help me?
Thanks!