Expand my Community achievements bar.

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

Avatar

Level 1

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:

SiddAjmera1_1-1740623315819.png

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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 1

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

Avatar

Level 1

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.