forem / DEV-ios

DEV Community iOS App
GNU General Public License v3.0
359 stars 97 forks source link

First byte timeout in varnish cache when changing username #132

Closed twhite96 closed 5 years ago

twhite96 commented 5 years ago

Describe the bug A clear and concise description of what the bug is. Varnish cache first byte timeout error when changing username

To Reproduce Steps to reproduce the behavior:

  1. Go to profile
  2. Click on username
  3. Type new username
  4. Press submit
  5. 503 first bytes timeout Guru Mediation

Expected behavior A clear and concise description of what you expected to happen. Expected to change my username after hitting submit

Screenshots If applicable, add screenshots to help explain your problem.

image

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

StriderHND commented 5 years ago

Hello @twhite96

I'm trying to reproduce de issue, but is updating the username correctly

twhite96 commented 5 years ago

I'll try this on my Mac. Not sure what is happening. Even turned off my VPN.

twhite96 commented 5 years ago

Happening on my Mac as well.

chickdan commented 5 years ago

The 503 is an HTTP status code, making it is a server side issue. This should be moved to https://github.com/thepracticaldev/dev.to

twhite96 commented 5 years ago

The 503 is an HTTP status code, making it is a server side issue. This should be moved to https://github.com/thepracticaldev/dev.to

@chickdan yeah I did. It's in the main repo

Sent with GitHawk

jessleenyc commented 5 years ago

Closing this issue since it's been represented here: https://github.com/thepracticaldev/dev.to/issues/1994