Valentin
Explore posts from serversOld version keep cached after deployment
When I deploy my nuxtjs application, my users' browsers cache the old version.
I build a docker image via a github CI/CD and then redeploy the Jelastic docker container behind a nginx loadbalancer.
Should I also restart the nginx loadbalancer?
Is any particular action required in this case?
5 replies
IntelliJ IDE not recognizing auto-imports unlike VSCode
Hey everyone! 👋
I'm facing an issue with IntelliJ where the auto-imported i18n functions (like
$t
) aren't being recognized, while they work perfectly fine in VSCode.
Setup:
- Nuxt 3 (compatibilityVersion
4)
- @nuxtjs/i18n
- IntelliJ IDEA
I've already checked:
- TypeScript is up to date (^5.7.2)
- Nuxt plugin is installed
- .nuxt folder is marked as Sources Root
Any suggestions on how to get proper type recognition for these auto-imports in IntelliJ?
Thanks in advance!4 replies