Using ThreeJS, React Three Fiber in Adobe Target via Custom Code | Community
Skip to main content
February 27, 2025
Question

Using ThreeJS, React Three Fiber in Adobe Target via Custom Code

  • February 27, 2025
  • 1 reply
  • 540 views

I'm working on a Marketing Page which I can only deploy using personalisation via Adobe Target.

 

I know this isn't the best environment to run things like Three.JS in. But I'm still trying to make this work.

 

So I have a React App in which I'm using GSAP and ThreeJS and React Three Fiber to render a 3d Model in OBJ format.

 

Everything works on my local.

 

But once I build the App and deploy the generated JS using Custom Code via Adobe Target, I get this error:

There are no errors on my local and everything works and builds without any issues.

 

What could be the issue here? And is it even possible to do something like this in Adobe Target?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

MosDeAtmo
March 3, 2025

Could it be that the size of the modification is too large?

See: https://experienceleague.adobe.com/en/docs/target/using/troubleshoot/target-limits#offer-size

SiddAj1Author
March 4, 2025

It could be. But then, that's not the error message I'm getting. So I have a reason to believe it's not that.
I'm pretty new to this so I'm not too sure.