We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0710f2c commit 747fd59Copy full SHA for 747fd59
.github/workflows/playwright.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-node@v3
14
with:
15
- node-version: 16
+ node-version: 18
16
- name: Install dependencies
17
run: npm ci
18
- name: Install Playwright Browsers
src/utils/apollo/ApolloClient.js
@@ -67,7 +67,8 @@ const client = new ApolloClient({
67
link: middleware.concat(
68
afterware.concat(
69
createHttpLink({
70
- uri: process.env.NEXT_PUBLIC_GRAPHQL_URL,
+ //uri: process.env.NEXT_PUBLIC_GRAPHQL_URL,
71
+ uri: "https://swewoocommerce.dfweb.no/graphql",
72
fetch,
73
})
74
)
0 commit comments