After the recent code updates, trying to create a local Fuel Explorer fails as the query to the testnet.fuel.network/v1/graphql fails as there is a recursion check.
The installation will fail with a GraphQL related error. Before the code update, I could run my own local Explorer.
I tried setting all “FUEL_PROVIDER” variables to a local copy of the schema. This partially worked but when running “pnpm dev”, the command failed again with another GraphQL related error.
Hey @blackgrease, I tried running the command and it was working fine for me Warp
Can you share what repo are you cloning, to make sure we are on the same page? Also, can you share the output for the command fuelup show?
I am cloning this repo : GitHub - FuelLabs/fuel-explorer
and followed the instructions in the README for deploying locally. Before 8th July it worked well without any issues.
Yes, on the 9th we released a new version of fuel-vore v0.31.0 and with that, we introduced some breaking changes. I am sorry that it broke things for you. You can find the announcement here. Can you try updating the toolchain and retry?
Alright my output now seems to match yours and so far far I have not received the previous error concerning versions. Thank you.
Just another question as I am part of the Immunefi Fuel Attackathon, the nightly version is the most recent fuel core that fixes many Graphql issues right?
It is the latest version but it does fix a lot of issues, not in particular about the GraphQL but overall in general. Also, we have not come across any issue with the GraphQL API reported by anyone
Yes, this what im referring to. I see they arent present in the GraphL API running locally (Explorer) but reaching out to testnet.fuel.networks Graphql API does have these security controls.
Which is why im trying to understand if the GraphQL codebase is different for the setups.