-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
useBackendForStorage not issuing PUTs #598
Comments
I also tried adding/removing the following config options: "enableBackendHealthCheck", "backendHealthCheckTimeout" too. Current config:
|
Duplicate of #592 |
@mohsen1 I don't think this is a duplicate because the middleware doesn't error and I don't even see from the browser's perspective ANY call to PUT data for /editor/spec. |
@jadbox I am seeing the same thing when having useYamlBackend set to false. If it's set to true, it will successfully send a PUT, but then the data is in yaml format and not json. |
@gietl Confirmed... setting useYamlBackend to True allows backend saving. |
When I useBackendForStorage to true with swagger-editor 2.9.6, I see that a GET request is made from editor/spec but never a PUT/POST to save changes. I've even looked at my browser network logs and found that the editor is never attempting to save... even though I get the successful validation notification popup (in the top corner) when changes are made.
The text was updated successfully, but these errors were encountered: