-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Cannot edit User row #119
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
@AmbroiseCollon can you take a screenshot of the network/console when you try to update? It'll help determine if it's an issue with the server or the dashboard. |
Here is the request that is shot :
And the headers :
But it keeps trying but never get a response. Which is weird because it works as I said on old hosted dashboard and all similar requests works perfectly on new open source dashboard. So it may be linked to user class ? There is nothing in the console. |
What version of parse-server are you running? By no response are you saying the request is in |
I have indeed an older version of Parse server. How is that linked to my issue though as it works on old dashboard ? Thanks ! |
Updating may or may not solve the issue but it'll be easier for us to troubleshoot if we're on the same versions. For now until we release a specific version I would recommend using the master branch of the dashboard the latest release version of Parse Server. Once you've updated let me know if you're still getting the issue and we'll go from there. |
I have updated to 2.1.5 and I still have the issue for all columns. Sorry that I wasn't on the last version. |
Could you provide a screen shot of the the browser debugger network tab? When you said the request was "pending" it sounds like an issue with parse-server but a screenshot would help confirm this. This request payload you listed above is for adding a new column for user which was the exact issue that 2.1.4 was having. This makes me suspect that 2.1.5 might not be getting picked up. |
What is the response when you run the same curl command through a terminal? It seems like your parse-server is unreachable which is odd since you've already gotten as far as this. |
I don't use curl but here is the response using the API Console : When I try to use the curl command exported from API console, I get |
Btw, I've just updated to Parse Server 2.1.6 and it does not work either. But everything else still works fine (class creation, updates and addition in other class etc.). |
In the curl command can you replace |
I've updated to last version to get the fix you mentioned :
But I'm not sure, that this is the answer I should get anyway because the API console behave differently. It doesn't give any response at all unless I pass a String instead of a Number. In that case API console answers :
which looks good. However if I reproduce this in curl, I get the same :
So I'm guessing curl is not doing what he should anyway and that may be another issue. |
I think there is something wrong with the query. Could you paste your query? As well as the type of value you are trying to add? |
Unfortunately I'm unable to repro. Assuming you have an |
Ok I'll do so. Thanks for having a look ! |
Same Problem. |
I have been trying parse dashboard open source. And old hosted dashboard too. I've set them up so that they both access the same app hosted on heroku +mongodb. They both works fine.
On my User class, I've added an
index
column of typeNumber
. I tried to edit my User manually in the dashboard to give each one an incrementing index. I've done it several times on open source dashboard and when I refresh the page my modification was not saved. While on hosted, it worked as expected the first time. Why is that ?The text was updated successfully, but these errors were encountered: