Replies: 1 comment 1 reply
-
UPDATEI found the issue. I had to pass the license ID, not the key. This was confirmed by the source in the error log. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I receive the error "type mismatch (received string expected UUID string)" when trying to create a new machine via a backend api request:
I'm using the users id to set them as the owner. My backend log confirms its being passed the correct data (they're not the actual values, just representations of them):
Backend createMachine called with: { fingerprint: '12345678-abcdefg', platform: 'Linux', licenseKey: '123456-123456-123456-123456-123456-ab', userId: '12345678-1234-1234-1234-123456789abc' }Beta Was this translation helpful? Give feedback.
All reactions