Skip to content
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

HTTP Error 400 is thrown when trying to upload a Logo in the Admin Area #27

Open
chunyianliew opened this issue Mar 10, 2018 · 0 comments

Comments

@chunyianliew
Copy link

When I try to upload a new logo in the admin area, an HTTP 400 Error is returned.
I managed to reproduce the error on the live preview/demo site: http://demo.estatezilla.com/

Steps to reproduce:
Open http://demo.estatezilla.com/admin
Login as 'admin'
Click on the cogwheel top right just left of the logout button, this will open http://demo.estatezilla.com/admin/#/app/settings/index
The Settings Page is shown and the General tab is selected.
In the top area 'Website Information' try to upload an image file via the file upload field.
The logo is not successfully uploaded and the error is thrown (visible when using Chrome, View -> Developer -> Javascript Console)

The following information is shown in the Javascript Console of Chrome

Headers:
Request URL:http://demo.estatezilla.com/admin/api/settings/upload
Request Method:POST
Status Code:400 Bad Request

Response:
{"error":"invalid_request","error_description":"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the "access token" parameter."}

@chunyianliew chunyianliew changed the title Error 400 when trying to upload a Logo in HTTP Error 400 is thrown when trying to upload a Logo in the Admin Area Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant