Cannot toggle autopublish button
Closed this issue · 5 comments
rolljee commented
msavin commented
Can you try with Meteor Toys 7.0 and see if it persists?
rolljee commented
Hello, It's been a long time since I managed to make it work again.
Didn't has the same problem ever again.
For the record,
- I've deleted all cached package inside my .meteor (~/home/user/.meteor ) install
- Uninstalled all package inside my app,
- Ran
meteor reset
- Re-installed all packages
Then it worked again 👍
landland commented
Same issue for me. I haven't been able to resolve it. It would just crush my Macbook Pro and there was no way to turn it off, so I had to uninstall the package, unfortunately. Uninstalling/reinstalling didn't turn off autopublish, so right now I've had to remove the package completely. @msavin any ideas on how to turn off autopublish when I reinstall the package?
rolljee commented
Have you try uninstall-reinstall meteor itself ?
Normally erase cached package data inside your meteor install and your app should resolve this issue
msavin commented
`Package["meteortoys:autopub"].disable()` will disable the package in case
there is too much data being published and the client goes crazy
…On Wed, Jul 25, 2018 at 2:48 PM, Nicolas ***@***.***> wrote:
Have you try uninstall-reinstall meteor itself ?
Normally erase cached package data inside your meteor install and your app
should resolve this issue
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#109 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB7-g_P1JCbikZ-M3ymLXw60sUbfLF6Bks5uKGkZgaJpZM4S4vJm>
.