harvesthq / platform

A whole new way to add time tracking to your web application.
https://www.getharvest.com/platform
59 stars 11 forks source link

Button doesn't work when hosting application on a non-standard port. #30

Closed tm-lmathieu closed 8 years ago

tm-lmathieu commented 8 years ago

We have a Redmine instance on port 8085. https://platform.harvestapp.com/assets/platform.js tries to contact https://platform.harvestapp.com:8085, which won't work.

We found a dirty workaround. We are hosting our own platform.js and source it from our server. I removed the characters at position 1219 and 1220 ("+r") and now it works properly.

braddunbar commented 8 years ago

Thanks for telling us about this @tm-lmathieu! I'll have it fixed up shortly.

tm-lmathieu commented 8 years ago

Thank you!

braddunbar commented 8 years ago

Just shipped a fix, please let me know if it doesn't work the way you expected. And again, thanks for letting us know about this! :smiley_cat:

tm-lmathieu commented 8 years ago

Seems to be working just fine! Thank a lot!