Error 405 on address:add
See original GitHub issueDescribe the bug
Getting Unknown status code 405
To Reproduce Steps to reproduce the behavior:
mailscript addresses:add --address=[redacted]@mailscript.com
- See error
Expected behavior Address to be added or more helpful error message
Desktop (please complete the following information):
- OS: Ubuntu
- Version 20.04
Environment (please complete the following information):
- NodeJs version
node -v
: 14.15.1 - NPM version: 6.14.8
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to Fix HTTP Error 405 Method Not Allowed - Hostinger
When a website shows the 405 Method Not Allowed notification, it indicates a Hypertext Transfer Protocol (HTTP) error.
Read more >How to Fix the HTTP 405 Method Not Allowed Error - Kinsta®
It's an HTTP response status code that indicates that the request method is known by the server but is not supported by the...
Read more >405 Method Not Allowed - HTTP - MDN Web Docs
The HyperText Transfer Protocol (HTTP) 405 Method Not Allowed response status code indicates that the server knows the request method, ...
Read more >How To Effectively Fix an HTTP 405 Error With 7 Methods
Learn what an HTTP 405 error is, why and when this type of error occurs and seven different troubleshooting methods you can employ...
Read more >405 Method Not Allowed - KeyCDN Support
The 405 Method Not Allowed error indicates the web server is configured in a way that does not allow you to perform a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello Mike,
Thanks for opening this issue.
I pushed and released an improved error message that is available if you do a fresh npm install (version mailscript/0.4.20):
I think the error you are encountering is that in Mailscript you can only add addresses that are off of your mailscript username’s subdomain (except the root email address we create automatically - user@mailscript.com), so for my user of
kanej
, valid addresses would be:Does the improved error message cover your issue?
Thank you!