You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
In looking to use this plugin over a number of environments (particularly localhost) I need to be able to change the config based on the environment. I typically like to do this via separate files and use the ${env} to switch between them. The problem is that variable interpolation isn't performed until AFTER plugin constructors are called which means if I try to do this with serverless-nextjs-plugin then it fails due to an uninterpolated string.
This is a bug/change request to follow serverless best practice and move config access into the relevant lifecycle hooks.