Jerome CHENEAUX

Results 4 comments of Jerome CHENEAUX

.env variables are only accessible from INSIDE the function ! (not outside, meaning inside onRequest( ( request, response ) => {...} ). That's it. As the doc says : "Once...

> Same issue here, the deployment is failing due to the code requiring an environment variable to exists. The variable is already defined in the `.env` and no reserved name...

+1 I am in the same exact situation. Did you find a solution ?

It seems me that i encounter this slowly response when i use destructuring properties from stores with storeToRefs(store). My app is very fast and no slow response when i don't...