Prerender build issue

We are using Flight Control to deploy our server and client. During the build on the web side, we are getting an error which is surfacing from the use of open telemetry. Does anyone have advice on how to resolve this?

2 Likes

Hi @justinadkins :wave: This is likely caused by the underlying telemetry we use for the CLI itself rather than anything to do with your app. We are planning on removing this underlying opentelemetry and so I hope that will resolve this issue. The work to remove it will be starting in the next couple of days so hopefully, we will have a potential fix for this in v8.2.x

Hey @Josh-Walker-GM, thanks for the information. Is there any workaround I can do in the interim or do I need to disable prerendering until 8.2.0?

You could try setting the environment variable that disables our telemetry:

REDWOOD_DISABLE_TELEMETRY=1
1 Like