Vytenis
Vytenis
OS: ubuntu NPM: 5* Node: 8*
Ok tried from scratch again and it's worked now. But ```yarn serve``` does not. Instead I got  Yes i did build before serve
Oh sorry you missing that script in package please add ``` "preserve": "npm run build", "serve": "gatsby serve", ```
Does netlify supports server side rendering? How can i set it up?
Hi, before the memory was slowly increasing over time. Thous spike drop downs was probably because of the restart. The project is running within a docker container in aws. Did...
As I noticed that there is a new release I updated as soon as possible but didn't noticed any improvement regarding memory
Could be related https://github.com/stegano/next-http-proxy-middleware/issues/21
I will try at Monday let you know
Looks like still something is wrong. ```ts import { NextApiRequest, NextApiResponse } from 'next'; import { getSession } from '@auth0/nextjs-auth0'; import httpProxyMiddleware from 'next-http-proxy-middleware'; import * as Sentry from '@sentry/node';...
The reason is simple. Eslint rules does that. :) But I will check that later