We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for this awesome plugin!!! Love not having to use the dev console to create + edit bundles.
I've started getting an error message on saving any aura files, on auto-deploy:
panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x20 pc=0x45eaac] goroutine 1 [running]: main.InAuraBundlesFolder(0xc08214b5e0, 0xd2, 0x0) /app/work/src/src/github.com/heroku/force/pushAura.go:289 +0x5c main.runPushAura(0xba0aa0, 0xc08219e120, 0x1, 0x1) /app/work/src/src/github.com/heroku/force/pushAura.go:39 +0x21f main.runAura(0xba0aa0, 0xc08200c1b0, 0x3, 0x3) /app/work/src/src/github.com/heroku/force/aura.go:111 +0x683 main.main() /app/work/src/src/github.com/heroku/force/main.go:55 +0x2f9 [Finished in 0.1s with exit code 2] [cmd: ['force', 'aura', 'push', '-f', "'C:\Users\myUserName\Documents\workspace\myWorkspaceName\metadata\aura\helloMessageInteractive\helloMessageInteractiveController.js'"]] [dir: C:\Users\myUsername\Documents\workspace\myWorkspaceName\metadata\aura\helloMessageInteractive] [path: variousPathAddressesHere
panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x20 pc=0x45eaac]
goroutine 1 [running]: main.InAuraBundlesFolder(0xc08214b5e0, 0xd2, 0x0) /app/work/src/src/github.com/heroku/force/pushAura.go:289 +0x5c main.runPushAura(0xba0aa0, 0xc08219e120, 0x1, 0x1) /app/work/src/src/github.com/heroku/force/pushAura.go:39 +0x21f main.runAura(0xba0aa0, 0xc08200c1b0, 0x3, 0x3) /app/work/src/src/github.com/heroku/force/aura.go:111 +0x683 main.main() /app/work/src/src/github.com/heroku/force/main.go:55 +0x2f9 [Finished in 0.1s with exit code 2] [cmd: ['force', 'aura', 'push', '-f', "'C:\Users\myUserName\Documents\workspace\myWorkspaceName\metadata\aura\helloMessageInteractive\helloMessageInteractiveController.js'"]] [dir: C:\Users\myUsername\Documents\workspace\myWorkspaceName\metadata\aura\helloMessageInteractive] [path: variousPathAddressesHere
However, when I push using the force CLI force aura push -f and the target url
force aura push -f
C:\Users\myUserName\Documents\workspace\myWorkspaceName\metadata\aura\helloMessageInteractive\helloMessageInteractiveController.js
the push works. Am I doing something wrong, or is this an issue with the plugin?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for this awesome plugin!!! Love not having to use the dev console to create + edit bundles.
I've started getting an error message on saving any aura files, on auto-deploy:
However, when I push using the force CLI
force aura push -f
and the target url
C:\Users\myUserName\Documents\workspace\myWorkspaceName\metadata\aura\helloMessageInteractive\helloMessageInteractiveController.js
the push works. Am I doing something wrong, or is this an issue with the plugin?
Thanks!
The text was updated successfully, but these errors were encountered: