Problem what Environment variables on Nuxt 3.12.4
When using Nuxt.js 3.12.4 and cloudflare worker together, it seems that environment variables are not applied properly.
In particular, Secrets do not seem to be loaded properly. I tried putting some variables in the response for testing, but they are returned as undefined.
First, write on the Cloudflare discord.
1 Reply
Problem solved. Is
runtimeConfig
function parameter missing. (event: H3Event)