In my Pushbullet Notifier app, I’ve had a couple users bring up a problem they have had recently. Currently, I’m working with @eibyer on this. I have not been able to produce this myself, but it is happening to more than one person. I have this input:
Then when push() is called, it says it can’t be called on a string. Then when I log what it is trying to call push() on, it is the device’s id hash string. Any idea why this may be happening?
I never thought of mixing static and dynamic pages. It’s probably better to make pages static unless absolutely necessary. I’ve edited my code. I haven’t updated github yet. Hopefully will do that later today.