Google Cloud 실행 시 문제 해결#4
Merged
wileyday merged 2 commits intosolapi:developfrom Jun 28, 2019
wileyday:fix/google-cloud
Merged
Conversation
merge to master
KimGenius
approved these changes
Jun 27, 2019
StevenMcguffin
approved these changes
Jun 28, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Google Cloud 실행 시 아래와 같은 오류가 발생한다는 리포트가 있었습니다.
["salt" 유효성 검사 실패 ["salt" 의 "08jxctfv8i" 값은 유효하지 않습니다. /^[a-zA-Z0-9]{12,64}$/ 정규식 패턴과 일치해야 합니다.]]
기존 사용하고 있는 uniqid 가 특정 환경에서 10자리의 해시값을 리턴하는 것 같습니다.
해시값의 자리수를 지정할 수 있는 nanoid 로 변경했습니다.