-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building video resources...🛑 Cannot read properties of undefined (reading 'dev') #13514
Comments
@SalmonMode - I'm not a member of the Amplify team, but I am chiming in because I've closely worked on the video plugin with its original maintainer a while back. That plugin/repo is archived...I wouldn't recommend using it. Your best bet might be to fork it, and try to update it. If you'd like, we can collaborate on that together...but just so you're not stuck here waiting for a response (or with the hope that there's an easy fix coming), I wanted to warn you that it's a deprecated/unsupported/archived plugin. With that being said, a LOT of good work had gone into the plugin, and my personal belief is that it's not worth abandoning. |
Hey @SalmonMode, thank you for reaching out. This appears to be a duplicate of #11112, and amplify-video is a third party plugin which is currently deprecated as mentioned by @armenr. Please see #11112 (comment) for a more detailed explanation. |
|
@armenr @ykethan ah, thanks for letting me know. @armenr Gotcha. I was luckily able to find |
@SalmonMode - no problem! :) I suspect that the gen2 incarnation of Amplify should make it easy to write a custom construct and plug it right in, even more easily than the current-gen CDK custom resource setup (although that's been improved a ton, as well). Happy coding, friend. |
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
18.18.2
Amplify CLI Version
12.10.0
What operating system are you using?
Ubuntu
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
Only changes to generated cloud formation templates (mostly removing unnecessary env vars, or adjusting the dynamodb permissions to be shorter/include the exact permission I needed).
Describe the bug
When I try to use the
amplify video add
command, the generated GraphQL schema changes look like this:Which is already a problem, because
@connection
isn't supported anymore it seems, and so it complains about that. But if I fix that and switch it to@hasOne
, it then gives this error:Expected behavior
I'm not entirely sure what to expect, since this was the first time running this command, but I would expect it to not throw an error.
Reproduction steps
I'm not sure if I can provide exact recreation steps. But here's the options I chose while running the
amplify video add command
:Many other options error out in various other ways.
Project Identifier
539310869d8d79b77347095522f128be
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: