You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot create a new Project in the rig, it errors but creates it on the console anyway
Regardless of the name or the name actually being taken of not
*Sorry, this name is taken. Please try another name. Note: Twitch broadcasters installing your Extension see the name specified in the released version. This is only for API authorization use.
The rig reports that the name is taken and will create the Extension anyway. (or it actuallt errors as the user tries again with the same name)
Likely related to the new CSP fields that the rig can't handle properly
main.c2a24fe7.chunk.js:1 Error: Variable "connectDomains" has invalid value null.
Expected type "[String!]!", found null.: {"response":{"errors":[{"message":"Variable "connectDomains" has invalid value null.\nExpected type "[String!]!", found null.","locations":[{"line":17874,"column":3}]},{"message":"Variable "imageDomains" has invalid value null.\nExpected type "[String!]!", found null.","locations":[{"line":17877,"column":3}]},{"message":"Variable "mediaDomains" has invalid value null.\nExpected type "[String!]!", found null.","locations":[{"line":17880,"column":3}]}],"extensions": REMOVED
The text was updated successfully, but these errors were encountered:
Brief description
Cannot create a new Project in the rig, it errors but creates it on the console anyway
Regardless of the name or the name actually being taken of not
The rig reports that the name is taken and will create the Extension anyway. (or it actuallt errors as the user tries again with the same name)
How to reproduce
Expected behavior
It doesn't error.
Additional context or questions
Likely related to the new CSP fields that the rig can't handle properly
The text was updated successfully, but these errors were encountered: