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
I have ecountered two unrelated problems while working with nuxt-graphql-client:
I am using devcontainers for development: both server and nuxt parts of the application run in separate docker containers. I've set host: "http://server:3000/api" in nuxt-graphql-client settings and it works fine when request is made from one container to the other, however, when request is being made from browser. the error "http://server:3000/shop-api net::ERR_NAME_NOT_RESOLVED" occurs — there is no such host, this is only valid for requests between containers.
Is there a way I can set up different URLs for server and client side? I have tried
Is there a way to completely exclude some directories from being processed? I am trying to build nuxt app which extends a theme, whose repo contains a bunch of .gql files — I need to override them.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone.
I have ecountered two unrelated problems while working with nuxt-graphql-client:
Is there a way I can set up different URLs for server and client side? I have tried
but it doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions