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

Error on ChatRoom HEROKU #31

Open
Tonterias opened this issue Sep 24, 2019 · 0 comments
Open

Error on ChatRoom HEROKU #31

Tonterias opened this issue Sep 24, 2019 · 0 comments
Assignees
Labels
bug Something isn't working HEROKU HEROKU deployment

Comments

@Tonterias
Copy link
Collaborator

Tonterias commented Sep 24, 2019

Reproducible Steps:

image

Request URL: https://aqueous-temple-28787.herokuapp.com/api/chat-room-allowed-users
Request Method: POST
Status Code: 500 Internal Server Error
Remote Address: 52.5.253.23:443
Referrer Policy: strict-origin-when-cross-origin
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Connection: close
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'
Content-Type: application/problem+json
Date: Tue, 24 Sep 2019 20:40:10 GMT
Expires: 0
Feature-Policy: geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self'; payment 'none'
Pragma: no-cache
Referrer-Policy: strict-origin-when-cross-origin
Server: Cowboy
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
Via: 1.1 vegur
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Xss-Protection: 1; mode=block
Accept: application/json, text/plain, /
Accept-Encoding: gzip, deflate, br
Accept-Language: es-ES,es;q=0.9,en-US;q=0.8,en;q=0.7
Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsImF1dGgiOiJST0xFX0FETUlOLFJPTEVfVVNFUiIsImV4cCI6MTU3MTk0NzIxMn0.njr9h5QPJbtPkVKLKtqDoxqK8g3IhxAMFwoNMf31Z-s5vgcCgGUYFfdEel-1JquAZ9B1Tvv0D2ZvtRVxjdm5BA
Connection: keep-alive
Content-Length: 137
Content-Type: application/json
Host: aqueous-temple-28787.herokuapp.com
Origin: https://aqueous-temple-28787.herokuapp.com
Referer: https://aqueous-temple-28787.herokuapp.com/chat-room-allowed-user/participants?chatRoomIdEquals=2452
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36
{creationDate: "2019-09-24T20:40:00.000Z", chatUserId: 3, chatRoomId: "2452", bannedUser: false,…}
bannedDate: "2019-09-24T20:40:00.000Z"
bannedUser: false
chatRoomId: "2452"
chatUserId: 3
creationDate: "2019-09-24T20:40:00.000Z"Request URL: https://aqueous-temple-28787.herokuapp.com/api/chat-room-allowed-users
Request Method: POST
Status Code: 500 Internal Server Error
Remote Address: 52.5.253.23:443
Referrer Policy: strict-origin-when-cross-origin
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Connection: close
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'
Content-Type: application/problem+json
Date: Tue, 24 Sep 2019 20:40:10 GMT
Expires: 0
Feature-Policy: geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self'; payment 'none'
Pragma: no-cache
Referrer-Policy: strict-origin-when-cross-origin
Server: Cowboy
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
Via: 1.1 vegur
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Xss-Protection: 1; mode=block
Accept: application/json, text/plain, /
Accept-Encoding: gzip, deflate, br
Accept-Language: es-ES,es;q=0.9,en-US;q=0.8,en;q=0.7
Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsImF1dGgiOiJST0xFX0FETUlOLFJPTEVfVVNFUiIsImV4cCI6MTU3MTk0NzIxMn0.njr9h5QPJbtPkVKLKtqDoxqK8g3IhxAMFwoNMf31Z-s5vgcCgGUYFfdEel-1JquAZ9B1Tvv0D2ZvtRVxjdm5BA
Connection: keep-alive
Content-Length: 137
Content-Type: application/json
Host: aqueous-temple-28787.herokuapp.com
Origin: https://aqueous-temple-28787.herokuapp.com
Referer: https://aqueous-temple-28787.herokuapp.com/chat-room-allowed-user/participants?chatRoomIdEquals=2452
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36
{creationDate: "2019-09-24T20:40:00.000Z", chatUserId: 3, chatRoomId: "2452", bannedUser: false,…}
bannedDate: "2019-09-24T20:40:00.000Z"
bannedUser: false
chatRoomId: "2452"
chatUserId: 3
creationDate: "2019-09-24T20:40:00.000Z"

@Tonterias Tonterias added the bug Something isn't working label Sep 24, 2019
@Tonterias Tonterias added this to the Spingular Chat V0.9 Alpha milestone Sep 24, 2019
@Tonterias Tonterias added the HEROKU HEROKU deployment label Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working HEROKU HEROKU deployment
Projects
None yet
Development

No branches or pull requests

3 participants