Babbili
Babbili
Probably because [Static HTML Export](https://nextjs.org/docs/advanced-features/static-html-export) doesn't support `Internationalized Routing` You can see that in [Unsupported Features in Static HTML Export](https://nextjs.org/docs/advanced-features/static-html-export#unsupported-features)
@federicovezzoli if you would like `localeDetection: false` in `next.config.js` file then try to include the `locale` dynamicly in the `href` prop of the `` component, [`next/link` docs](https://nextjs.org/docs/api-reference/next/link) ```jsx import Link...
/attempt [#6023](https://github.com/SigNoz/signoz/issues/6023)
hey, this is kinda done i guess, if not i can help in it, if you'd like to. I see you have the _cronjob_ `hack/tilt/cronjob.yaml` and the _initContainers_ what's left...
hey @jkowall feel free to assign me for this, i'll be happy to help
also they're other changes for the same `gcr.io/k8s-testimages` maybe considered in other repositories (kubernetes/pref-tests, ...) , as in [here](https://cs.k8s.io/?q=gcr.io%2Fk8s-testimages&i=nope&literal=nope&files=&excludeFiles=&repos=)
just an update on this, most likely it's a permission thing as by running sudo docker run ... it brings the `docker0` network interface UP, but it's uncommon to run...