This is the error on the web pages code. Had to delete 2 of the links due to new user limit so the code isn’t exactly as seen.
-
K {message: ‘Request failed with status code 500’, name: ‘AxiosError’, code: ‘ERR_BAD_RESPONSE’, config: {…}, request: XMLHttpRequest, …}
-
code: “ERR_BAD_RESPONSE”
-
config: {transitional: {…}, adapter: Array(3), transformRequest: Array(1), transformResponse: Array(1), timeout: 0, …}
-
message: “Request failed with status code 500”
-
name: “AxiosError”
-
request: XMLHttpRequest
1. setRequestHeader: Proxy(Function) {length: 2, name: 'setRequestHeader'}
2. __sentry_xhr_v3__: {method: 'POST', url: '/i/eula/fab_eula/accept', request_headers: {…}, body: FormData, status_code: 500}
3. onabort: ƒ ()
4. onerror: ƒ (...n)
5. onload: null
6. onloadend: ƒ y()
7. onloadstart: null
8. onprogress: null
9. onreadystatechange: null
10. ontimeout: ƒ ()
11. readyState: 4
12. response: "{\"detail\":\"Internal error\"}"
13. responseText: "{\"detail\":\"Internal error\"}"
14. responseType: ""
15. responseURL: "https://www.fab.com/i/eula/fab_eula/accept"
16. responseXML: null
17. status: 500
18. statusText: ""
19. timeout: 0
20. upload: XMLHttpRequestUpload {onloadstart: null, onprogress: null, onabort: null, onerror: null, onload: null, …}
21. withCredentials: false
22. [[Prototype]]: XMLHttpRequest
- response:
1. config: {transitional: {…}, adapter: Array(3), transformRequest: Array(1), transformResponse: Array(1), timeout: 0, …}
2. data: {detail: 'Internal error'}
3. headers: xt {access-control-allow-credentials: 'true', access-control-allow-origin: 'https://www.fab.com', allow: 'POST, OPTIONS', alt-svc: 'h3=":443"; ma=86400', cache-control: 'max-age=0, no-cache, no-store, must-revalidate, private', …}
4. request: XMLHttpRequest {__sentry_xhr_v3__: {…}, setRequestHeader: Proxy(Function), onreadystatechange: null, readyState: 4, timeout: 0, …}
5. status: 500
6. statusText: ""
7. [[Prototype]]: Object
- status: 500
- stack: “AxiosError: Request failed with status code 500\n at _t )\n at XMLHttpRequest.y (\n at he.request (https://static.fab.com/static/builds/web/dist/8a294ae41ba1a918537b6831a977b301-v1.js:2:46074)\n at async Object.effect (https://static.fab.com/static/builds/web/dist/f005046deaef31e1f202f7f396345f94-v1.js:1:10681)”
- [[Prototype]]: Error
1. constructor: ƒ K(t,e,n,r,o)
2. toJSON: ƒ ()
3. isAxiosError: true
4. [[Prototype]]: Object