-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Can't open Push tab #811
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
Comments
Same issue. Help! |
Update - looks like going directly to /push/activity/all and /push/audiences works, just not /push/new. Thoughts? |
Also - getting random error: 2017-11-15T19:48:19.769Z - Invalid parameter for query: audience_limit Thoughts? |
@pikorua @NextBigIdea can confirm that this is happening exclusively on 1.1.2, 1.1.0 is unaffected. There we some recent dependency updates, something in there must have broken this :/. I'll let you know when I find out what's going on here. |
The issue has to do with the newly added localized push feature. Looks like there isn't a check for when it's not present. I've opened up a PR to patch this, but in the meantime you can add an empty array of localizations to fix it. {
"apps": [{
"serverURL": "http://localhost:1337/parse",
"appId": "app-id-here",
"masterKey": "master-key-here",
"appName": "app-name-here",
"supportedPushLocales": []
}],
}
|
Ah! Yes, that definitely helped! Thanks heaps @montymxb :D |
There’s a new option for the cookie based sessions, the server will log you out when restarting, is that related? |
No I'm not restarting the server, i'm logging in then i would click on Push and it sends me back to the login screen or i would refresh the page and it would send me back to the login page too... |
Hmm, @pikorua I would open up a separate issue so we can track that independently of this. |
Same issue with Parse-Dahboard v1.1.2 and Parse-server 2.6.5 Works with Parse-Dashboard v1.1.2 and Parse-server 2.2.25 |
@Droppix if it's related to being unable to see the Push section see the answer above ^. |
@montymxb Thanks |
Closing this out as resolved. @pikorua if you're still having a problem with the repeated logout go ahead and open up another issue so we can follow up there. |
Any idea when this could get pushed into a new version.. no pun intended :) |
Soon ideally. @flovilmart do we have anything else that would go with this
or can we just make a patch release?
…On Nov 29, 2017 13:54, "Gateway" ***@***.***> wrote:
Any idea when this could get pushed into a new version.. no pun intended :)
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#811 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE1d4BPTWyMjYT9X27eJeP6e1hmwTIUQks5s7dKWgaJpZM4Qd6eS>
.
|
Let’s check the open PR’s and see whst’s Pending, otherwise, I don’t mind |
@flovilmart could release after #813? |
Yep, we need a review on this one. |
just make an empty property in your parse-dashboard-config.json |
Thank you very much! @montymxb . I was stuck on this problem for weeks. Since, I'm new in parse. |
I tried this: { However, I am still facing the same error. parse-server@2.7.2 parse-dashboard@1.1.2 I am using nvm ( nvm use --lts on ubunu 16.04). I have added "supportedPushLocales": [] to the /home/alok/.nvm/versions/node/v8.9.4/lib/node_modules/parse-dashboard/Parse-Dashboard/parse-dashboard-config.json file. |
Never Mind. Issue resolved. I was running 'parse-dashboard --appId parsePoC --masterKey *** --serverURL "http://localhost:1337/parse" --appName parsePoC' when I should have been running just parse-dashboard. |
@montymxb Can see that you have provided the solution, however I am unable to follow as to what to do where.... Pls guide, any of the member who have benefited pls guide the steps.. Pls excuse my naivety to developer world |
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
You're running version >=1.0.23 of Parse Dashboard.
You're running version >=2.3.2 of Parse Server.
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
PARSE DASHBOARD 1.1.2
PARSE SERVER 2.6.5
Steps to reproduce
Open Parse Dashboard, click on PUSH in the left menu on the bottom.
Nothing seems to happen.
When opening developer tools, in the console there is an error. This error happens when the push menu on the left is clicked.
Logs/Trace
Note: If you get a browser JS error please run
npm run dev
. This will provide source maps and a much more useful stack trace.dashboard.bundle.js:47 Uncaught TypeError: Cannot read property 'filter' of undefined
at t.value (dashboard.bundle.js:47)
at d.performInitialMount (dashboard.bundle.js:32)
at d.mountComponent (dashboard.bundle.js:32)
at Object.mountComponent (dashboard.bundle.js:10)
at d.performInitialMount (dashboard.bundle.js:32)
at d.mountComponent (dashboard.bundle.js:32)
at Object.mountComponent (dashboard.bundle.js:10)
at d.performInitialMount (dashboard.bundle.js:32)
at d.mountComponent (dashboard.bundle.js:32)
at Object.mountComponent (dashboard.bundle.js:10)
value @ dashboard.bundle.js:47
performInitialMount @ dashboard.bundle.js:32
mountComponent @ dashboard.bundle.js:32
mountComponent @ dashboard.bundle.js:10
performInitialMount @ dashboard.bundle.js:32
mountComponent @ dashboard.bundle.js:32
mountComponent @ dashboard.bundle.js:10
performInitialMount @ dashboard.bundle.js:32
mountComponent @ dashboard.bundle.js:32
mountComponent @ dashboard.bundle.js:10
updateChildren @ dashboard.bundle.js:32
_reconcilerUpdateChildren @ dashboard.bundle.js:33
_updateChildren @ dashboard.bundle.js:33
updateChildren @ dashboard.bundle.js:33
_updateDOMChildren @ dashboard.bundle.js:33
updateComponent @ dashboard.bundle.js:33
receiveComponent @ dashboard.bundle.js:33
receiveComponent @ dashboard.bundle.js:10
_updateRenderedComponent @ dashboard.bundle.js:32
_performComponentUpdate @ dashboard.bundle.js:32
updateComponent @ dashboard.bundle.js:32
receiveComponent @ dashboard.bundle.js:32
receiveComponent @ dashboard.bundle.js:10
_updateRenderedComponent @ dashboard.bundle.js:32
_performComponentUpdate @ dashboard.bundle.js:32
updateComponent @ dashboard.bundle.js:32
receiveComponent @ dashboard.bundle.js:32
receiveComponent @ dashboard.bundle.js:10
_updateRenderedComponent @ dashboard.bundle.js:32
_performComponentUpdate @ dashboard.bundle.js:32
updateComponent @ dashboard.bundle.js:32
receiveComponent @ dashboard.bundle.js:32
receiveComponent @ dashboard.bundle.js:10
_updateRenderedComponent @ dashboard.bundle.js:32
_performComponentUpdate @ dashboard.bundle.js:32
updateComponent @ dashboard.bundle.js:32
performUpdateIfNecessary @ dashboard.bundle.js:32
performUpdateIfNecessary @ dashboard.bundle.js:10
s @ dashboard.bundle.js:7
perform @ dashboard.bundle.js:12
perform @ dashboard.bundle.js:12
perform @ dashboard.bundle.js:7
S @ dashboard.bundle.js:7
closeAll @ dashboard.bundle.js:12
perform @ dashboard.bundle.js:12
batchedUpdates @ dashboard.bundle.js:33
o @ dashboard.bundle.js:7
dispatchEvent @ dashboard.bundle.js:33
The text was updated successfully, but these errors were encountered: