-
Notifications
You must be signed in to change notification settings - Fork 154
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
rsp.headers is not a function ERROR #66
Comments
@amotl Thank you so much, so, until they merge the commit with master i did the same modifications in the file that the commit do, but i am having problem building the plugin: the error is showed up after i run: yarn build |
Dear Vinicius, I just tried and had no problems building the vanilla master using The Prettier is sometimes a bit picky, so it might just be this guy complaining. You might well want to directly clone https://github.com/BlackLight/ajax-panel. Thanks again for the fix, @blacklight. With kind regards, |
Indeed, after switching to @blacklight's fork, I am also getting (different) errors:
|
This tries to use [1] and builds for me now. [1] ryantxu#64
Dear Vinicius, [1] fixes the build for me. However, I haven't tested it on a real Grafana instance. With kind regards, |
Dear @amotl , Again, thank you very much! |
I made a solution for this issue and two other issues i think! @robertpascale i think this will help you! |
Hi @viniciusfdev , |
Dear @robertpascale, |
running into this with grafana 7.1.1 |
My grafana version is 6.7.0
My ajax plugin is the latest.
I am trying to use the plugin and i am getting the error in dev tools console after call a post request, the request is sent normally and the response is get normally to.
This is making the ajax plugin to not render the message that is sent on response but after i click in grafana refresh button the previous message is rendered.
The text was updated successfully, but these errors were encountered: