-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nuxt] Could not access pt
. The only available runtime config keys on the client side are public
and app
#69
Comments
I have the same problem. Among others |
Same issue here, fresh installation |
Same issue here, just replicated it with the latest PrimeVue 'RC' and Nuxt version. Also happens with PrimeVue3 latest and latest Nuxt 😭: https://stackblitz.com/edit/nuxt-starter-vxuc17?file=app.vue |
can anyone tell the latest working version? |
same issue. |
Discussion in Nuxt; nuxt/nuxt#27645 |
Downgrade nuxt to 3.11.2 will suppress the logging. Due to changes within Nuxt this warning is getting logged now, while the problem may have existed for a longer time. |
Fixed in core. Thanks a lot for your reports! |
After a clean installation I get the following warning in the console. In bigger projects it can even result in an error instead of a warning.
[nuxt] Could not access 'pt'. The only available runtime config keys on the client side are 'public' and 'app'. See 'https://nuxt.com/docs/guide/going-further/runtime-config' for more information.
https://stackblitz.com/edit/github-ydzyjt
The text was updated successfully, but these errors were encountered: