-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Confluence returned HTTP error 400 - BadRequest #158
Comments
Please update the "Your Environment" in the template. |
Please run the command with Set-ConfluencePage -PageId 616493147 -Body 'test' -debug enter suspend mode on the 2nd time this message shows up:
(the first is for Once in suspend, please post here the output of $iwParameters
$body |
This is the output:
|
you stopped at the first message
I need the |
sorry, this is the result:
|
I can't figure out what is going on. get-confluencepage -PageID 616493147 | select -exclude body |
|
does this happen to every page on that wiki server? or in that same space? |
I tried with other pages, even with test pages created exclusively to test this. In every case I got the same error. |
@braveadmin : can you confirm that this still happens on the latest version? (2.4.0) @brianbunke : can you reproduce this? |
Hi @lipkau |
yes |
I got the same error. "Edit content id mismatch". |
I cannot reproduce. |
Any suggestion on what could be going wrong? @brianbunke @lipkau |
which version of powershell did you use to test it? |
I can run it successfully on PSv5.1 and v6.1 |
Which minimum version of Confluence Server is compatible with ConfluencePS? @brianbunke |
There is no way to really know this. |
What is the version of the confluence server? You should be able to see it in the footer of pretty much every page |
I'm also receiving a 400 bad request when attempting to retrieve a page by label. I've included the request and response below: $response = Get-ConfluencePage -Label 'noarchive-single' WARNING: Confluence returned HTTP error 400 - BadRequest
|
I have the exact samme problem as the rest here. Did anyone manage to solve the problem? |
Description
I noticed that Set-ConfluencePage command doesn't work at all, maybe for a bug.
If I do a get of a certain PageID it works without problem, but when i do the following command it prompts me the following bellow
Steps To Reproduce
Expected behavior
Screenshots
Your Environment
Confluence Server:
Possible Solution
The text was updated successfully, but these errors were encountered: