Error: Something happened, 400 Bad Request
alecStewart1 opened this issue · 1 comments
alecStewart1 commented
Hello! I'm simply trying to sign-up for any cloud provider. Cloudamo preferably.
Oh the sign-up page, I put in my email, and I get the "Error: Something happened" message. In the console, I can see on the POST request, I get the "400 Bad Request" message.
Here's the exact reponse headers:
HTTP/1.1 400 Bad Request
Date: Mon, 11 Oct 2021 02:45:37 GMT
Server: Apache/2.4.29 (Ubuntu)
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Frame-Options: SAMEORIGIN
X-Robots-Tag: noindex
Link: <https://nextcloud.com/wp-json/>; rel="https://api.w.org/"
X-Content-Type-Options: nosniff
Access-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages
Access-Control-Allow-Headers: Authorization, Content-Type
Allow: POST
Access-Control-Allow-Origin: https://nextcloud.com
Access-Control-Allow-Methods: OPTIONS, GET, POST, PUT, PATCH, DELETE
Access-Control-Allow-Credentials: true
Vary: Origin
Referrer-Policy:
Content-Length: 77
Connection: close
Content-Type: application/json; charset=UTF-8
And the request headers:
POST /wp-json/signup/account HTTP/1.1
Host: nextcloud.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0
Accept: application/json, text/plain, */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Referer: https://nextcloud.com/signup/
Content-Type: application/json;charset=utf-8
Content-Length: 79
Origin: https://nextcloud.com
DNT: 1
Connection: keep-alive
Cookie: _pk_id.1.7a80=2f80d27b6fb2cffc.1633919900.; _pk_ses.1.7a80=1; PHPSESSID=vq5c8naeek5mh2rm19n7crs9co
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
This issue persists on mobile for me, and my only guess is that it's because I'm using a VPN.
RokeJulianLockhart commented