Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: serve post-robot.js locally #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maureendu
Copy link

My organization's users have experienced a persistent issue with our Custom Tab, because of how post-robot.js is served to the app. For those users who are affected, the Custom Tab remains blank. A call that loads post-robot.js can be seen in browser debugging tools.

By trying to load this file over the web, a call is made to https://cdn.rawgit.com/krakenjs/post-robot/7da06445/dist/post-robot.js and this call has been consistently failing for some of our users (likely depending on their geographic location).

This is a 3rd party dependency, i.e. not something that Bullhorn owns, so instead of relying on the file being served over the web, we fixed the issue by serving the post-robot.js file locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant