You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rucio-webui helm chart executes an entrypoint which runs node
next build
This emits a warning
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry
I think the values.yaml file should have an option (config setting) to opt our of telemetry collection and the entrypoint should issue a conditional
npx next telemetry disable
which adds the preference to /root/.config/nextjs-nodejs/config.json.
e.g.
rucio-webui-59745b8f5-hnltk webui]# npx next telemetry disable
Your preference has been saved to /root/.config/nextjs-nodejs/config.json.
Status: Disabled
You have opted-out of Next.js' anonymous telemetry program.
No data will be collected from your machine.
Learn more: https://nextjs.org/telemetry
Thanks
Thorsten
The text was updated successfully, but these errors were encountered:
The rucio-webui helm chart executes an entrypoint which runs node
This emits a warning
I think the values.yaml file should have an option (config setting) to opt our of telemetry collection and the entrypoint should issue a conditional
which adds the preference to
/root/.config/nextjs-nodejs/config.json
.e.g.
Thanks
Thorsten
The text was updated successfully, but these errors were encountered: