Andrew Brown

Results 4 comments of Andrew Brown

> @gbwashleybrown Did you have a look at `build.env` ? https://github.com/danielcondemarin/serverless-next.js#inputs > It uses next's build time env variables as documented in https://nextjs.org/docs/api-reference/next.config.js/environment-variables Is this working? I have been trying...

@MelMacaluso I had the same problem. I am also using next-auth. Look at the solution by @bobrown101. That worked for me. `build.env` must go under `inputs`. So the documentation is...

@MiroslavPetrik thanks for the tip, I ended up using this method

It's unclear why this is even in the documentation. Looking at the tests it does not look like there are any to cover order by. Also, it does not look...