question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Verifying Deployment: FAILED when server returns code 401 Unauthorized

See original GitHub issue

Using DEBUG=mup* mup deploy --verbose I found out that MUP interprets the HTTP Status Code 401 Unauthorized as a failed deployment, but in my use case this is perfectly valid, since I use basic authentication on the server.

The curl error is: curl: (22) The requested URL returned error: 401 Unauthorized

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sunlee-newyorkcommented, Jun 6, 2017

Not sure if my issue is related to this, but I realized the basic authentication I had set up directly in my server before SSL (proxy 3000 to 80) became obsolete after I added letsencrypt ssl autogenerate and I can’t figure out a way to add basic_auth to 443.

0reactions
ovidyoucommented, Jun 5, 2017

@zodern I confirm mup 1.2.10 successfully deployed the app. Big thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

401 Unauthorized Error: What It Is and How to Fix It
The 401 Unauthorized Error is an HTTP response status code indicating that the client could not authenticate a request.
Read more >
Why am I getting a "401 Unauthorized" error in Maven?
You will get a 401 Unauthorized error if you supply the wrong credentials (password etc). ... Run mvn with -e -X options and...
Read more >
How to Quickly Fix the 401 Unauthorized Error (5 Methods)
The 401 (Unauthorized) status code indicates that the request has not been applied because it lacks valid authentication credentials for the ...
Read more >
HTTP 401 Unauthorized Error | What Is and How to Fix?
401 Unauthorized Error is an HTTP response status code indicating the request sent by the user couldn't be authenticated.
Read more >
How to Fix a 401 Unauthorized Error? - GeeksforGeeks
The 401 Unauthorized Error is an HTTP status code error that represented the request sent by the client to the server that lacks...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found