묻고 답해요
167만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
해결됨[인프런어워드 베스트셀러] 코딩 없이 AI 자동화 전문가가 되는 법, n8n 완벽 가이드
Docker 에서 n8n 실행 후 connection lost
안녕하세요.Docker 설치(CPU) 를 완료하고,N8N 실행을 해서 따라가보려고 하는데,N8N 에 Connection Lost 가 지속적으로 뜨고 있습니다. ㅠㅠDOCKER 만 보면 연결은 되어있는것 같은데,문제점이 무엇일까요? 아래 다른질문을 참고하여,시스템 부팅을 해도 동일한 증상이고,docker logs n8n --tail=100입력시, 아래와 같이 나옵니다. 무엇을 확인해야할까요? Initializing n8n processError tracking disabled because this release is older than 6 weeks.n8n ready on ::, port 5678There are deprecations related to your environment variables. Please take the recommended actions to update your configuration: - N8N_RUNNERS_ENABLED -> Running n8n without task runners is deprecated. Task runners will be turned on by default in a future version. Please set N8N_RUNNERS_ENABLED=true to enable task runners now and avoid potential issues in the future. Learn more: https://docs.n8n.io/hosting/configuration/task-runners/ - N8N_BLOCK_ENV_ACCESS_IN_NODE -> The default value of N8N_BLOCK_ENV_ACCESS_IN_NODE will be changed from false to true in a future version. If you need to access environment variables from the Code Node or from expressions, please set N8N_BLOCK_ENV_ACCESS_IN_NODE=false. Learn more: https://docs.n8n.io/hosting/configuration/environment-variables/security/ - N8N_GIT_NODE_DISABLE_BARE_REPOS -> Support for bare repositories in the Git Node will be removed in a future version due to security concerns. If you are not using bare repositories in the Git Node, please set N8N_GIT_NODE_DISABLE_BARE_REPOS=true. Learn more: https://docs.n8n.io/hosting/configuration/environment-variables/security/[license SDK] Skipping renewal on init: license cert is not initializedCollaboration features are disabled because push is configured unidirectional. Use N8N_PUSH_BACKEND=websocket environment variable to enable them.Version: 1.123.7Editor is now accessible via:http://localhost:5678Owner was set up successfullyOrigin header does NOT match the expected origin. (Origin: "undefined" -> "N/A", Expected: "undefined" -> "undefined", Protocol: "undefined")ResponseError: Invalid origin! at Push.handleRequest (/usr/local/lib/node_modules/n8n/src/push/index.ts:143:10) at /usr/local/lib/node_modules/n8n/src/push/index.ts:99:10 at Layer.handleRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/lib/layer.js:152:17) at trimPrefix (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:342:13) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:297:9 at processParams (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:582:12) at next (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:291:5) at /usr/local/lib/node_modules/n8n/src/auth/auth.service.ts:144:18 at processTicksAndRejections (node:internal/process/task_queues:105:5)Origin header does NOT match the expected origin. (Origin: "undefined" -> "N/A", Expected: "undefined" -> "undefined", Protocol: "undefined")ResponseError: Invalid origin! at Push.handleRequest (/usr/local/lib/node_modules/n8n/src/push/index.ts:143:10) at /usr/local/lib/node_modules/n8n/src/push/index.ts:99:10 at Layer.handleRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/lib/layer.js:152:17) at trimPrefix (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:342:13) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:297:9 at processParams (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:582:12) at next (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:291:5) at /usr/local/lib/node_modules/n8n/src/auth/auth.service.ts:144:18 at processTicksAndRejections (node:internal/process/task_queues:105:5)Origin header does NOT match the expected origin. (Origin: "undefined" -> "N/A", Expected: "undefined" -> "undefined", Protocol: "undefined")ResponseError: Invalid origin! at Push.handleRequest (/usr/local/lib/node_modules/n8n/src/push/index.ts:143:10) at /usr/local/lib/node_modules/n8n/src/push/index.ts:99:10 at Layer.handleRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/lib/layer.js:152:17) at trimPrefix (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:342:13) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:297:9 at processParams (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:582:12) at next (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:291:5) at /usr/local/lib/node_modules/n8n/src/auth/auth.service.ts:144:18 at processTicksAndRejections (node:internal/process/task_queues:105:5)Last session crashedInitializing n8n processError tracking disabled because this release is older than 6 weeks.n8n ready on ::, port 5678There are deprecations related to your environment variables. Please take the recommended actions to update your configuration: - N8N_RUNNERS_ENABLED -> Running n8n without task runners is deprecated. Task runners will be turned on by default in a future version. Please set N8N_RUNNERS_ENABLED=true to enable task runners now and avoid potential issues in the future. Learn more: https://docs.n8n.io/hosting/configuration/task-runners/ - N8N_BLOCK_ENV_ACCESS_IN_NODE -> The default value of N8N_BLOCK_ENV_ACCESS_IN_NODE will be changed from false to true in a future version. If you need to access environment variables from the Code Node or from expressions, please set N8N_BLOCK_ENV_ACCESS_IN_NODE=false. Learn more: https://docs.n8n.io/hosting/configuration/environment-variables/security/ - N8N_GIT_NODE_DISABLE_BARE_REPOS -> Support for bare repositories in the Git Node will be removed in a future version due to security concerns. If you are not using bare repositories in the Git Node, please set N8N_GIT_NODE_DISABLE_BARE_REPOS=true. Learn more: https://docs.n8n.io/hosting/configuration/environment-variables/security/[license SDK] Skipping renewal on init: license cert is not initializedCollaboration features are disabled because push is configured unidirectional. Use N8N_PUSH_BACKEND=websocket environment variable to enable them.Version: 1.123.7Editor is now accessible via:http://localhost:5678Origin header does NOT match the expected origin. (Origin: "undefined" -> "N/A", Expected: "undefined" -> "undefined", Protocol: "undefined")ResponseError: Invalid origin! at Push.handleRequest (/usr/local/lib/node_modules/n8n/src/push/index.ts:143:10) at /usr/local/lib/node_modules/n8n/src/push/index.ts:99:10 at Layer.handleRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/lib/layer.js:152:17) at trimPrefix (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:342:13) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:297:9 at processParams (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:582:12) at next (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/router@2.2.0/node_modules/router/index.js:291:5) at /usr/local/lib/node_modules/n8n/src/auth/auth.service.ts:144:18 at processTicksAndRejections (node:internal/process/task_queues:105:5)
-
해결됨스프링부트로 직접 만들면서 배우는 대규모 시스템 설계 - 캐시 전략
23강 5:38 부분 질문 있습니다!
m=32MB짜리 10개와 m=512MB짜리 1개의 경우를 비교해주셨습니다.그런데 이는 샤딩을 통해서 메모리 효율적으로 됐다기 보다는 메모리 총량이 512MB->320MB로 감소했기 때문에 오차율이 조금 증가하는 대신 메모리를 덜 쓸 수 있는 것 아닌가요?예를 들어 320MB 짜리 1개인 경우와 32MB짜리 10개인 경우의 오차율이 똑같지 않나 하는 생각이 들어서 질문드립니다!
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
태스크 작업시 느린 경우 설정
강사님 강의 정말 잘듣고 있습니다.그런데 뭐하나 task대로 만드려고 하면 제껀 유난히 느려서 좀 답답한데 제가 무슨 설정을 잘못건드려서 답답한데 playwright 설정이 잘못되서 그런걸까요 ㅠㅠ아님 다른 설정을 수정하면될까요?
-
해결됨[왕초보] [누적 5,000명+] Python 프로그래밍 기초 완성 로드맵
파이썬 문법과 기본 개념을 학습한 이후에는 어떤 방향으로 심화 학습을 하는 것이 좋을지 궁금합니다.
파이썬 문법과 기본 개념을 학습한 이후에는 어떤 방향으로 심화 학습을 하는 것이 좋을지 궁금합니다.
-
해결됨[왕초보] [누적 5,000명+] Python 프로그래밍 기초 완성 로드맵
리스트를 복사할 때 a = b 와 a = b[:] 의 차이는 무엇인가요?
리스트를 복사할 때 a = b 와 a = b[:] 의 차이는 무엇인가요?
-
해결됨[왕초보] [누적 5,000명+] Python 프로그래밍 기초 완성 로드맵
파이썬에서 객체의 참조(reference)와 할당(assignment)의 차이
파이썬에서 객체의 참조(reference)와 할당(assignment)의 차이가 무엇일까요?
-
해결됨[왕초보] [누적 5,000명+] Python 프로그래밍 기초 완성 로드맵
파이썬에서 함수의 매개변수 기본값을 설정할 때 주의해야 할 점은 무엇인가요?
파이썬에서 함수의 매개변수 기본값을 설정할 때 주의해야 할 점은 무엇인가요?
-
해결됨[왕초보] [누적 5,000명+] Python 프로그래밍 기초 완성 로드맵
얕은 복사(Shallow Copy)와 깊은 복사(Deep Copy)의 차이
얕은 복사(Shallow Copy)와 깊은 복사(Deep Copy)의 차이가 뭘까요??
-
해결됨AI Agent 영어 과외 선생님과 함께하는 요즘시대 영어 학습법!
구글폼 작성시, 인프런 아이디 관련
안녕하세요.인프런 사용을 잘 하지 않다가 테리 님의 강의를 구입하여 지금부터 부지런히 해보고자 하는 학생입니다.다름이 아니라 인프런을 카카오 계정으로 사용하고 있는데 구글폼 작성 중 인프런 아이디를 적는 칸에카카오 계정 이메일(아이디@kakao.com)을 적으면 되는 게 맞는 건지 확인하고자 문의드립니다.혹시 메일 양식이 아닌 아이디가 따로 있다면 구글폼 수정 방법에 대해서도 안내 부탁드립니다.감사합니다.
-
해결됨코드 한 줄 안 쓰고 주식 자동 분석 시스템 만들기 feat. Claude CLI
안녕하세요 ? 이런것도 질문을 해도 되는지 궁금합니다 ㅜㅜ
23. 1: Signal 데이터 모델 & 2: SignalGenerator 기본 구조15:00중 5:13 정도에서 CLAUDE.md 파일을 다운 받는 방법을 설명하시는데아무리 마우스 오른쪽 클릭을 하여도 다운로드 받을 수 있는 화면은 안나타나는데제가 뭔가를 잘못해서 그런지 아니면 원래 그런건지 궁금해서 Q&A 남겨봅니다즐거운 주말 보내세요급한 건은 아닙니다.천천히 답변주셔도 됩니다.~~^^💡 수강생 안내 사항 (커뮤니티 가이드)학습 관련 질문: 구체적으로 적을수록 정확한 답변을 받을 수 있습니다.작성 팁: 마크다운과 단축키를 활용하면 글을 더 편리하게 작성할 수 있습니다.사전 검색: 질문을 남기기 전, 커뮤니티 질문 & 답변에 비슷한 내용이 있었는지 먼저 검색해 보세요.커뮤니티 매너: 서로 예의를 지키며 존중하는 분위기를 함께 만들어가요.서비스 문의: 인프런 서비스 관련 문의는 1:1 문의하기를 이용해 주세요.
-
미해결TRACE32 입문 - MCU & RTOS 개발자를 위한 실전 디버깅 과정
T32 Installation
모든 단계를 따랐지만 T32를 열 때 아래와 같은 오류가 발생합니다."file C:\T32\ELF\vmlinux_aarch64 not found"
-
해결됨한입 챌린지 8기 - Next.js
이미지 더미데이터 질문
파일로 첨부해둔 더미데이터가 있다고 하셨는데, 어디서 받을 수 있을까요?
-
미해결10주완성 C++ 코딩테스트 | 알고리즘 코딩테스트
조합 재귀 풀이 확인 해주시면 감사하겠습니다.
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.백준 링크 : http://boj.kr/a8709cba062743bdb03033918da2f4a6안녕하십니까 선생님. 수업 잘 듣고있습니다.교안에 나온 재귀함수로 구현한 조합 방식으로 풀어봤는데 (9C7로 접근하였습니다.) 9C7로 푸는 경우에 이렇게 풀어도 될까요?? 또한 위의 풀이가 다행히 시간초과는 뜨지 않았는데 제 코드의 경우 comb() 재귀 호출에 대한 시간복잡도를 어떻게 구해야할지 잘 모르겠습니다..for문으로 factorial 구현하는 경우는 입력의 최대 크기로 시간복잡도를 구하고 위와 같이 순열,조합류의 문제는 입력의 갯수로 시간 복잡도를 구하는 것같은데, 이렇게 문제에따라 n을 최대 크기로 볼지, 입력의 갯수로 볼지 다르게 판단해야하는건가요??
-
해결됨프로그래밍 시작하기 : 파이썬 입문 (Inflearn Original)
sub 폴더 자료가 없습니다
package 3-1 sub 폴더가 없습니다.이메일로 송부 부탁드려요.seoninnaa@gmail.com
-
미해결한번에 똑바로 배우는 AI 쇼츠 크리에이터 with 프리미어 프로
배경음악
수업내용에서 궁금한점이 있다면 편하게 물어봐주세요!최대한 빠르게 답변 드릴 수 있도록 노력하겠습니다 👍12. 쇼츠 제작 파이프라인 빠르게 경험하기12번 강의에서 배경음악을 제가 쇼츠만드는데쓰고싶은데 음악명좀알려주세요^^
-
해결됨AWS로 배우는 네트워크: 이론부터 실무까지
port number 설명에 관해서 질문 남깁니다.
15분 14초경에 port number를 설명해주시는데 L7 http 사용으로 인해서 L4인 tcp 혹은 udp인지 신경쓰지 않는다고 설명하시면서 http는 보통 tcp니깐 tcp port number가 들어간다고 설명하신 부분이 제가 알고 있는 점과 달라서 질문 남깁니다. http는 80 https는 443을 사용하는 이유가 제가 알기로는 “TCP/UDP라서”가 아니라 IANA에 의해 well-known port로 등록된 ‘서비스 관례’ 때문이라고 알고 있는데 혹시 이부분에 대해서 추가 설명이 가능하신지 궁금합니다.
-
미해결구글애널리틱스(GA4) 실무리포트 실습
라이브 후 강의 녹화와 링크도 올려주시면 감사요
강의 유튜브에서 다시 보기 가능한가요?
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
next-js 사용자명 문의
안녕하세요. 강의 정말 잘보고 있습니다.제가 강사님 따라서 하다가, 안되면 멈추고 gpt한테 질문해가면서 하고 있는데요. next-js 설치하는데 설치가 안되서 gpt한테 물어본 url입니다.https://chatgpt.com/share/69a2ccc4-a724-8012-90db-6288cf1f0e92두 가지 질문이 있습니다.제 사용자명이 L이라서 npm에서 대문자라고 안된다고 해서 myapp으로 만들어서 진행하려고 합니다. 현재 강의 진행 에는 무리가 없는 부분이겠지요? 혹시나 그리고 앞으로 제가 바이브코딩 할 떄, 사용자명은 소문자로 해야될까요, 그렇다면 포멧을 한 번 하려고 싶어서 질문드립니다. 좋은 강의 만들어주셔서 감사합니다. 얼른 다 듣고 후기 올릴 수 있도록 하겠습니다.
-
해결됨스프링부트로 직접 만들면서 배우는 대규모 시스템 설계 - 캐시 전략
23강 17초 부분 질문있습니다~
"Split 전략에서 항상 모든 Split을 조회한다."요 부분이 이해가 가지 않아서 질문드립니다!findSplitIndex로 계산한 split에만 접근하는 것 아닌가요?아니면 모든 스플릿이 단일 redis 내에 존재하는 것이 문제라는 의도로 말씀하신걸까요?
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
claude/setting.local.json 생성
안녕하세요. 영상 66에서 강사님 따라하고 실습하고 있는데 claude/setting.local.json 자동재생하지 않아서 혹시 이거 어떻게 해야 되나요? 프로젝트 생성 1: CoT 프롬프트 엔지니어링AI 활용 프로젝트 생성 1: CoT 프롬프트 엔지니어링