Gonzalo Hirsch
Results
3
comments of
Gonzalo Hirsch
Bumping this because we need to retrieve paginated results and we are missing pagination information the API returns.
@kissu I have the same issue with an env. var. that I don't want to make accessible on the browser. Did you solve this?
> @GonzaloHirschToptal You can try to wrap your code in `if (process.isServer) { ... }` to ensure it only runs on the server. Environment variables without the `GRIDSOME_` prefix should...