Hi @hillary! Thank you for your reply!
Here is the package.json
{
"name": "web",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev --port=3002",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.7",
"@heroicons/react": "^1.0.6",
"apollo-server": "^3.6.1",
"apollo-server-micro": "^3.6.1",
"axios": "^0.24.0",
"express": "^4.17.2",
"framer-motion": "^6.2.4",
"fs": "^0.0.1-security",
"graphiql": "^1.5.16",
"graphiql-code-exporter": "^3.0.3",
"graphql": "^16.2.0",
"i18next": "^21.6.6",
"luxon": "^2.3.1",
"micro": "^9.3.4",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.15.3",
"react-icons": "^4.3.1",
"react-query": "^3.34.16",
"swr": "^1.2.2",
"ui": "*",
"zustand": "^3.7.1"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.2.8",
"@types/react": "17.0.37",
"autoprefixer": "^10.4.2",
"config": "*",
"eslint": "7.32.0",
"next-transpile-modules": "9.0.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.23",
"tsconfig": "*",
"typescript": "4.5.2"
}
}
I’ve read similar issues and I was wondering if the Netlify server functions, that handle Next JS SSR, could be moved to an EU server. Therefor, could the entire site be moved to an EU server? The site is catered towards an EU audience.
Kind regards, Tim