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
Would you try upgrading to version >= 3.8.4? That release contained #11195 which fixed some serialization issues with errors that may also fix this one. Thanks!
Would you try upgrading to version >= 3.8.4? That release contained #11195 which fixed some serialization issues with errors that may also fix this one. Thanks!
Thanks for that info! We have a PR already to update to 3.8.10 and I can confirm that this is fixed by then.
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
For general questions, we recommend using StackOverflow or our discord server.
Issue Description
Error links are not formatting correctly for me.
When I follow links from files which have had console output written to them, it looks like this:
When I follow the link directly on the command line, there appear to be arguments missing:
Here's how it looks in browser:
Link to Reproduction
https://go.apollo.dev/c/err#%7B%22version%22%3A%223.8.1%22%2C%22message%22%3A10%2C%22args%22%3A%5B%5D%7D, towerClusters, {"__typename":"WindTurbine","id":"turb-20002","capacity":1000,"defaultHubHeight":70,"defaultTowerType":"STEEL","defaultFoundationType":1,"defaultGearType":1,"pk":"20002","name":"AK-12","rotorDiameter":91,"manufacturer":{"id":"Manu-1","name":"Nordex","__typename":"WindTurbineManufacturer"}}
Reproduction Steps
check out this apollo go address:
https://go.apollo.dev/c/err#%7B%22version%22%3A%223.8.1%22%2C%22message%22%3A10%2C%22args%22%3A%5B%5D%7D, towerClusters, {"__typename":"WindTurbine","id":"turb-20002","capacity":1000,"defaultHubHeight":70,"defaultTowerType":"STEEL","defaultFoundationType":1,"defaultGearType":1,"pk":"20002","name":"AK-12","rotorDiameter":91,"manufacturer":{"id":"Manu-1","name":"Nordex","__typename":"WindTurbineManufacturer"}}
Clearly there's something that's not escaped properly, potentially a space.
@apollo/client
version3.8.1
The text was updated successfully, but these errors were encountered: