Closed ACoolTurtle closed 3 years ago
Upon further review, this error is directly related to the options
child of the form
request to the Tina API. This error does not appear locally, which makes me think that the API version may be outdated at the moment.
Thanks @ACoolTurtle , I think you're right - we need to bump the version on the cloud server
Ok, sounds good! Has there been any progress on this?
@ACoolTurtle Our team is working on this. We'll update the issue when we have progress to share, stay tuned!
That's now been updated to the latest version in Tina Cloud server!
This bug seems to have worked its way back into this package. I have not found the commit where it was re-added yet, however when running local on the latest version, and querying a Select field, you once again receive the error String cannot represent value:
. When requesting from the Tina server, the only response now is Something went wrong.
@ACoolTurtle Thanks for brining this to our attention. Here is a related issue: https://github.com/tinacms/tina-graphql-gateway/issues/296
@ACoolTurtle this should be fixed by https://github.com/tinacms/tina-graphql-gateway/pull/304/files
@logan-anderson this issue was fixed, however #296 still seems to be in effect from my side. However, this issue has been rectified. Thank you!
@ACoolTurtle you are correct, thanks for pointing this out. There may have been an issue with the way we published the package.
@ACoolTurtle #296 is fixed now. The fix can be applied by running yarn add tina-graphql-gateway-cli --dev
Description
Graph API unable to interpret Select component, gives the following error when queried:
Steps to reproduce
Create a schema including options
Expected result
The query to not error.
Actual result
Environment
Tinacms Package Versions
Tools