Webflow Marketplace App - Unexpected Route Issue

Hey everyone,
I’ve built a Webflow Marketplace app, and it works perfectly in localhost and development mode, but after uploading my bundle.zip, I’m facing this issue:

Webflow seems to be adding an unknown route (/67cd4ef99cbe094603688291/), which doesn’t exist in my “routes.tsx” file.

Any ideas why this is happening? Is there a specific Webflow config I need to set?
Would love some help from experienced Webflow developers. Thanks in advance.

Hey @unifiedui - the “unknown” route is an identifier for the version of that uploaded bundled Designer Extension App. I recommend referencing the following docs on how to reference paths in the final build folder so that everything is loading as expected. Not sure how your routing system is set up but want to make sure there aren’t absolute paths in play there.