programing

yoman full stack generator social oauth 이슈

powerit 2023. 8. 16. 22:42
반응형

yoman full stack generator social oauth 이슈

데이터 유형 JSON을 Facebook 및 Google(생성기에서 기본값)에 할당할 때 OAUTH 문제가 발생합니다. 데이터베이스가 mysqL이고 다음 오류가 발생합니다.

Server failed to start due to error: SequelizeDatabaseError: ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'JSON,twitterJSON,googleJSON

내가 데이터 유형을 설정하면 텍스트 또는 문자열은 작동하지만 mysql에 대해 쿼리할 수 없습니다.이 오류는 mariadb에 관한 것이지만 저는 제 Sql을 이상하게 사용하고 있습니다!

facebook.id 찾기 등에서 쿼리해야 하기 때문에 MySql의 JSON 데이터 유형에 저장하는 방법은 무엇입니까?

참조: https://github.com/angular-fullstack/generator-angular-fullstack/issues/2510

데이터 유형 JSON 문제

MySql 5.7은 JSON 유형을 지원합니다.

하지만 문제는 당신이 속편화를 사용하고 있다는 것입니다.sufficialize는 노드에 대한 ORM입니다.js sufficialize는 MySql과 함께 JSON 유형을 지원하지 않았습니다. Postgres와 함께 JSON만 지원합니다.
첨부 파일도 참조하십시오.

enter image description here

최근에 그들의 멤버와 확인했습니다.
여기에 체크 enter image description here

언급URL : https://stackoverflow.com/questions/42574717/yeoman-fullstack-generator-social-oauth-issue

반응형