Customize a community marketplace app

0
Hi I have an special  setup that requires me to run my mendix app in a specific path (ie www.domain.com/mymendixapppath/) This app uses the mendix file dropper from the marketplace but file upload  fails because this line https://github.com/mendixlabs/mendix-file-dropper/blob/master/src/util/data.ts#L21 should include the path of my app. We found a workaround by modifing the javascript code in the mpk and commiting this to the project but this is error prone as updating this module from the marketplace would remove this "hack". We were recommended to make a pull request for this app isn't possible du to some project timing issues and this would require in depth understanding of this code, plus I am not garanteed that my PR would be merged. What alternative solution do I have?
asked
1 answers
0

Keep a record of changes you made so that when you

  • update the app or
  • download a new version of the widget

You can reapply these changes

 

 

 

 

 

 

 

answered