Enviroment variables acting up

I'm deploying my nuxt app on AWS. I configure the enviroment variables correctlly here <imbed>.

However, it says it cant find them in the logs of the build process <embed 2>

It works fine on local, why does AWS see this? keep in mind this doesnt take the env variables from the runtime config, its a prisma keyword.
datasource db {
  provider      = "postgresql"
  url           = env("DATABASE_URL")
}
image.png
image.png
Was this page helpful?