Debugging History3 [golang] grpc-gateway REST API Issue : last colon in URL occurs 'Not Found' Problem Statement Last colon in URL path causes 404 Not Found error // Example request GET http://example.com/api/v1/users/user:123 // Example response 404 Not Found Environment grpc-gateway for REST API golang grpc server Reason If you generated grpc-gateway using go:generate protoc, go to generated pb.pw.go file. Then you can find following function at pattern_ local variables. var pattern_Ser.. 2020. 11. 12. [Android Studio] kvm is required to run this avd. /dev/kvm device permission denied sudo adduser USERNAME kvm sudo chown USERNAME /dev/kvm 2020. 11. 3. [OpenProject] email notification is blocked by MS Outlook 현상: OpenProject 구축 시 OpenProject가 구축된 서버의 Postfix 를 통해 회사 Outlook 메일 계정으로 email notification 진행시 정상적으로 수신 되지 않음 Postfix 서버 정보: CentOS 7 로그 경로: /var/log/maillog 로그: Postfix 에서 아래와 같은 로그를 확인할 수 있음. Jul 21 11:39:24 localhost postfix/smtp[22696] (~) 550 5.7.606 Access denied, banned sending IP [ip_address]. To request removal from this list please visit https://sender.office.com/ and follow the dire.. 2020. 7. 21. 이전 1 다음