Scott Wilson
Scott Wilson
I have the same error. I pulled backend fine, made a few edits, tried to push and now every command results in "Cannot read property 'accessKeyId' of undefined" whenever I...
Just reported there @adcanis - sadly the solution doesn't work for me even doing those exact steps. I already had a credentials file which still works fine for everything apart...
I've tried deleting everything, running amplify pull to get a fresh copy of the backend, and any subsequent push operation results in "Failed to get profile: Cannot read property 'accessKeyId'...
I've used a workaround of changing the label on the foreign tables to include an ellipsis ("country ...") and that seems to work, so yes it definitely the labels clashing.
Not supporting concurrent access with an access token is simply bad API design. It forces users to work around it by essentially building their own client-side stateful session management for...