Clément Van Peuter
Clément Van Peuter
Same issue Here. On Node 14.17.5 ( A pseudo recent LTS version). I've tested all the above solutions and followed the installation guide ( with a nx@^12.0.0 install). Not working....
@myorkgitis Can you confirm that a graphql client is not supposed to use the HASURA_ADMIN_SECRET ? even with a HASURA_GRAPHQL_JWT_SECRET setted in the hasura conf ? I can query but...
``` const createApolloClient = authToken => { return new ApolloClient({ link: new WebSocketLink({ uri: "wss://url/v1/graphql", options: { reconnect: true, connectionParams: { headers: { Authorization: `Bearer ${authToken}` } } } }),...
Linux Mint 17 not use systemd but upstart. This is wrong ? Just for info uname -a give me this : Linux smart 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40...
Ok thanks you for the answer. I will try Nanobox on a more recent install of Linux Mint who has systemd instead upstart. Keep me in touch about this issue....
I confirm, I run Nanobox on Linux Mint 18 (based on ubuntu 16.04 who has systemd) and everything works great.
> Is there any way to solve it, Or not yet I have rollback to the previous commit ( but no grog support ).
@tlo9 @vanpelt Do you run on this issue too ? Are we missing something ? Thx again for the PR and the project :)
I confirm that work 👍 thx @dbian
@vanpelt don't be sorry, it's happened to everybody. Thank you for this awesome project ;)