YsarocK/nuxt-appwrite

Overwrites my runtime config

Closed this issue · 2 comments

Describe the bug
Hello, thank you for this library. I noticed, that my runtime config gets overwritten. I can't use any other variables from my runtime config in my app.

To Reproduce

 const config = useRuntimeConfig();
 console.log('CONFIG', config)

Expected behavior
It should show my whole runtime config object, but it only shows an appwrite object. All other information is gone.

Screenshots
Bildschirmfoto 2023-07-20 um 09 54 37
Bildschirmfoto 2023-07-20 um 09 51 50

Hi,

Normally, just fixed that in the v1.6.4.

Thanks for reaching me,
Etienne

Hi,

I am on 1.6.4!

Edit: I was on 1.6.3. I'll check 1.6.4. Thank you!