묻고 답해요
141만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
해결됨CS 지식의 정석 | 디자인패턴 네트워크 운영체제 데이터베이스 자료구조
CI/CD 강의 질문
안녕하세요 강의 천천히 듣고 있는 전진호 학생입니다. CI/CD(Continuous Integration/Delivery & Deployment)에서 Heroku로 git action을 연동하려면 (1) Heroku 계정을 만들기(2) git repository 안에 dockerfile과 비슷한 파일 만들기(3) (2)번의 그 파일을 바탕으로 heroku가 서버 CI/CD를 해주는 구조 (1) - .. - (3)이 맞는지 여쭤봅니다. 감사합니다.
-
미해결플러터와 장고로 1시간만에 퀴즈 앱/서버 만들기 [무작정 풀스택]
heroku run python manage.py createsuperuser / auth_user 오류
heroku run python manage.py createsuperuser명령어 작성 시django.db.utils.OperationalError: no such table: auth_user 위 오류가 계속 뜨며, 진행을 아예 할 수가 없습니다.구글에서 오류 해결 방안을 최대한 찾아봐 적용해봤지만, 안되네요. 남은 건 그동안 한 거 싹 다 버리고 처음부터 하는 방법밖에 없는 것 같은데. 그러자니 그렇게 되면 안 할 것 같아서. 혹시 저랑 똑같은 오류 나셨는데 해결하신 분 계실까요? 방법 좀 알려주세요.. ㅠㅠ 이틀 째 해결 못하고 있어서 머리털이 다 뽑히고 있습니다..
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 쇼핑몰 사이트 만들기[전체 리뉴얼]
heroku 배포후 master 브랜치에 push 할때마다 이미지가 날라가는거 해결방법이 있을까요??
배포한 앱에서 사진을 업로드하면 서버의 upload 폴더에 사진이 저장되어있을텐데 수정할 부분이 있어서 수정하고 다시 push 하면 서버의 upload 폴더가 local의 upload 폴더로 바뀌기 때문에 날라가는거 같은데 다시 push 했을때 서버가 가지고있는 이미지를 안날라가게 하는 방법이 있을까요?
-
해결됨비전공자를 위한 진짜 입문 올인원 개발 부트캠프
(배포가..안됩니다..ㅜ) heroku 강의 듣고있는중... 배포가 막혔어요..
안녕하세요 강의 잘듣고 있습니다.. 현재 heroku 배포 과정 듣다가 배포가 안되서.. 문의드립니다 전 윈도우를 사용하는데요.. 터미널환경이 달라서..,조금 애먹고 있습니다 코드는 수정해서 업로드를 했습니다. 이 다음에 커맨드를...열어서 해야하는데 윈도우의 경우 설치파일을 받아서 설치 하잖아요? 저 폴더에서 heroku가 없으니까 못찾는다고 나오더라구요..ㅜ 저기에서는 버전도 확인이 안되더라구요 아.. 그래서 cmd 열어서 실행은 했습니다 인식은 하는데... 이미 vcs에서 git을 commit 까지 해버리니까.. 아예 안먹더라구요 ㅠㅡㅠ 그래서.. 다시 cmd에서 커밋 과정을 다시 해봤습니다 브런치 오류가 뜨는거 같더라구요.. 이때부터..방법을 모르겠습니다..ㅜ 하도 안되서.. git push를 해버렸는데요.. github는 올라갔는데.... 히로쿠는 안올라가네요.... 이거 어떻게 해야할까요..ㅜ? 윈도우에서 터미널환경이 다르니까..어렵네요.. 확인 부탁드립니다..! 과정이 얼마 안남았는데... 완주 하고싶습니다!
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 기본 강의
heroku 배포에 대하여
안녕하세요. 헤로쿠 배포해서 url 까지 받았는데요 url을 열면 localhost:5000번 즉, client 화면이 안나오고 server쪽에서 열리더라고요... 어떻게 해야 할까요??
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 기본 강의
heroku 배포에 관하여
좋은 강의 감사합니다. 강의대로 모든 준비를 마치고 heroku에 배포한 결과 Client는 정상적으로 동작하는데 서버가 정상적으로 동작하지 않는 것 같습니다. 로그인 또는 회원가입을 시도할때 다음과 같은 에러가 발생합니다. 일단 package.json 파일은 다음과 같이 수정했는데 어느 부분을 수정해야 할지 모르겠습니다. 배포를 해야 다음 강의를 진행할텐데 여기서 멈춰있습니다. 바쁘시겠지만 도움 부탁드립니다. 감사합니다. 수정한 부분은 다음과 같습니다. "scripts": { "start": "concurrently \"npm run server\" \"npm run client\"", "server": "node server/index.js", "client": "cd client && npm start", "test": "echo \"Error: no test specified\" && exit 1", "heroku-postbuild": "cd client && npm install && npm run build" }, const port = process.env.PORT || 5000; app.listen(port, () => console.log(`Example app listening on port ${port}!`));
-
미해결
Refused to load the font '<URL>' because it violates the following Content Security Policy directive: 에러
안녕하세요? 보시는 것 처럼, react(프론트)/nodejs(서버) 로 간단한 앱을 만들고 heroku에 배포했더니 Refused to load the font '<URL>' because it violates the following Content Security Policy directive: "default-src 'none'". Note that 'font-src' was not explicitly set, so 'default-src' is used as a fallback. Refused to load the font 'https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lujVj9_mf.woff2' because it violates the following Content Security Policy directive: "default-src 'none'". Note that 'font-src' was not explicitly set, so 'default-src' is used as a fallback. 이런 오류 메세지가 계속 뜹니다. 많은 구글 결과 아래와 같이 메타태그를 넣어줘도 동일한 에러가 발생합니다. <meta http-equiv="Content-Security-Policy" content="default-src 'self' ; style-src 'self' 'unsafe-inline' https://fonts.gstatic.com/* data:; font-src 'self' data:; "> 정말 몇일 동안 ...이것만 붙들고 있는데도 해결이 안되네요 ㅠㅠ 아시는 분 부탁드립니다.
-
미해결비전공자를 위한 진짜 입문 올인원 개발 부트캠프
Heroku 배포시 빌드가 안되는 문제
Heroku 에 배포시 빌드가 안된다는 아래와 같은 문제가 생기는데요 이유를 잘 모르겠습니다. 잘 따라서 한것 같은데... TT ❯ git log commit 91b9c4057284ba0d2ab47d7abd19bdbc637def8b (HEAD -> master) Author: unknown <sean.sk.park@gmail.com> Date: Mon Mar 29 15:33:26 2021 +0900 grab-market-server-v1 sean@DESKTOP-UD75C0K ~\Documents\apps\grap-market-server master ≢ [16:20] ❯ git rm fatal: No pathspec was given. Which files should I remove? sean@DESKTOP-UD75C0K ~\Documents\apps\grap-market-server master ≢ [16:21] ❯ heroku login heroku: Press any key to open up the browser to login or q to exit: Opening browser to https://cli-auth.heroku.com/auth/cli/browser/79994a94-1705-4ad3-86da-da1fb5d665c6?requestor=SFMyNTY.g2gDbQAAAAw1OC4xMjAuMTk2LjluBgC-Stx8eAFiAAFRgA.3nv30bHWJvYyC58JJUsWonF_rzELHjvvui53TRZPqYI Logging in... done Logged in as sean.sk.park@gmail.com sean@DESKTOP-UD75C0K ~\Documents\apps\grap-market-server master ≢ [16:22] ❯ git init Reinitialized existing Git repository in C:/Users/sean/Documents/apps/grap-market-server/.git/ sean@DESKTOP-UD75C0K ~\Documents\apps\grap-market-server master ≢ [16:25] ❯ heroku git:remote -a grap-server-test set git remote heroku to https://git.heroku.com/grap-server-test.git sean@DESKTOP-UD75C0K ~\Documents\apps\grap-market-server master ≢ [16:27] ❯ git add . sean@DESKTOP-UD75C0K ~\Documents\apps\grap-market-server master ≢ [16:27] ❯ git commit -am "grap-server-test-v1" On branch master nothing to commit, working tree clean sean@DESKTOP-UD75C0K ~\Documents\apps\grap-market-server master ≢ [16:27] ❯ git push heroku master Enumerating objects: 4277, done. Counting objects: 100% (4277/4277), done. Delta compression using up to 8 threads Compressing objects: 100% (4097/4097), done. Writing objects: 100% (4277/4277), 10.66 MiB | 59.00 KiB/s, done. Total 4277 (delta 808), reused 0 (delta 0), pack-reused 0 remote: Compressing source files... done. remote: Building source: remote: remote: -----> Building on the Heroku-20 stack remote: -----> Determining which buildpack to use for this app remote: -----> Node.js app detected remote: remote: -----> Creating runtime environment remote: remote: NPM_CONFIG_LOGLEVEL=error remote: NODE_VERBOSE=false remote: NODE_ENV=production remote: NODE_MODULES_CACHE=true remote: remote: -----> Installing binaries remote: engines.node (package.json): unspecified remote: engines.npm (package.json): unspecified (use default) remote: remote: Resolving node version 14.x... remote: Downloading and installing node 14.16.0... remote: Using default npm version: 6.14.11 remote: remote: -----> Installing dependencies remote: Prebuild detected (node_modules already exists) remote: Rebuilding any native modules remote: remote: > sqlite3@5.0.2 install /tmp/build_248cf3ff/node_modules/sqlite3 remote: > node-pre-gyp install --fallback-to-build remote: remote: sh: 1: node-pre-gyp: Permission denied remote: npm ERR! code ELIFECYCLE remote: npm ERR! errno 126 remote: npm ERR! sqlite3@5.0.2 install: `node-pre-gyp install --fallback-to-build remote: npm ERR! Exit status 126 remote: npm ERR! remote: npm ERR! Failed at the sqlite3@5.0.2 install script. remote: npm ERR! This is probably not a problem with npm. There is likely additional logging output above. remote: remote: npm ERR! A complete log of this run can be found in: remote: npm ERR! /tmp/npmcache.t0AK5/_logs/2021-03-29T07_31_30_428Z-debug.log remote: remote: -----> Build failed remote: remote: We're sorry this build is failing! You can troubleshoot common issues here: remote: https://devcenter.heroku.com/articles/troubleshooting-node-deploys remote: remote: Some possible problems: remote: remote: - node_modules checked into source control remote: https://devcenter.heroku.com/articles/node-best-practices#only-git-the-important-bits remote: remote: - Node version not specified in package.json remote: https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version remote: remote: Love, remote: Heroku remote: remote: ! Push rejected, failed to compile Node.js app. remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to grap-server-test. remote: To https://git.heroku.com/grap-server-test.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/grap-server-test.git' sean@DESKTOP-UD75C0K ~\Documents\apps\grap-market-server master ≢ [16:31] >
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 쇼핑몰 사이트 만들기[전체 리뉴얼]
Heroku 배포하기 제발 도와주세요 ㅠㅡㅠ
"히로쿠에 배포하기" 선생님이 찍어두신 영상 보고 따라해서 잘 되었습니다. 다른 분 답글 달아주신 것도 보고 그대로 했습니다 ㅠㅜㅠ 그러나 {제 히로쿠 앱 주소}/~~ 이런식으로 localhost:5000을 모두 바꿔주었는데 처음에는 업로드도 잘 되고 화면에도 출력이 잘 되는데 시간이 30분? 1시간 정도 지나면 올렸던 사진들이 안보입니다 ㅠ 처음에는 몇개를 업로드 하든 잘 되는데 시간이 지나면 공통적으로 사진이 안보이는 현상이 일어납니다. 개발자 도구에서 경로를 보면 {제 히로쿠앱주소}/image이런식으로 잘 설정 되어있고 처음에도 잘 되는데 나중가면 사진이 안보이는 현상 왜그럴까요? 처음에는 잘 되는거 보면 주소에 오류가 있는건 아닌것 같습니다 ㅠ 처음에는 다른 질문처럼 제가 빈 uploads폴더를 push해서 그런가 했는데 push도 안하고 로컬에서도 아무것도 안건드린 상태여도 반복적으로 일어나는 현상입니다 ㅠㅠㅠ 그리고 시간이 지나는 것과 별개로 push하면 사진이 바로 사라지는데 이것은 uploads폴더는 그대로 두고 수정하여 재배포 하는 방법이 있을까요? uploads폴더가 비어있어서 그런가 바로 삭제되는 느낌도 있습니다. gitignore에서는 이미 push 한 것이라 그런지 계속해서 추적하네요 ㅠㅠ 처음부터 배포를 안하면 오류가 발생하구요 ㅠ... 1. 새롭게 push하면 사진이 없어짐. 2. 시간이 지나면 사진이 없어짐 두가지 현상이 있습니다. ㅇ개발자 도구에서 본 사진의 주소입니다. 처음에는 이렇게 잘 업로드 됩니다. 아무 것도 안했는데시간이 지나면 이런식으로 빈 화면만 뜹니다. 이것은 vscode에서 설정한 제 이미지 경로 소스 입니다. heroku에서 uploads 폴더를 확인 할 수 있는 방법이 있나요? heroku의 uploads 폴더의 사진이 자동적으로 삭제가 되는 걸까요? + 아마도 uploads폴더 안에 제대로 저장이 안되는 것이거나 uploads폴더가 주기적으로 삭제되는 것 같습니다 ㅠㅠ push는 heroku를 해당 프로젝트에 로그인 한다음 git push heroku master를 이용해 했었습니다. uploads 폴더도 .gitkeep을 이용하여 업로드 되어있고 처음에 안올렸었다가 오류가 나서 다시 포함하여 올린 것입니다.