컨테이너 생성할때 mysql도 같이 자동 설치했는데요 혹시 초기 비밀번호가 뭔지 알 수 있을까요? mysql -uroot -p를 통해 로그인 하려는데 안됩니다ㅠ
스테판짜장
@스테판짜장
Posts made by 스테판짜장
-
mysql 초기 비밀번호?
-
파일 저장을 실패하였습니다, 파일 스테이지를실패하였습니다
안녕하세요 프리미엄 플랜 구매하여 잘 사용하고 있습니다! 오늘 ide들어가 변함없이 코딩을 하던 도중 파일저장이 안되고 깃허브 스테이지 올리는 것도 안되서 문의 드립니다! 추가로 프리미엄 플랜구매하자마자 기존작업 공간의 메모리는 늘어났는데
저장공간은 그대로 10GB여서 혹시 못바꾸는지 문의드립니다! 항상 좋은 답변 감사드립니다!! -
RE: websocket관련 에러 질문드립니다!
@스테판짜장 Mixed Content: The page at 'https://ffffront.run.goorm.io/workspace/sleact/channel/일반' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://0.0.0.0:3095/socket.io/?EIO=3&transport=websocket'. This request has been blocked; this endpoint must be available over WSS.
-
RE: 구름에서 webpack-dev-server 사용하는법 알 수 있을까요?
bubbles: false
cancelBubble: false
cancelable: false
composed: false
currentTarget: WebSocket {url: "wss://ffffront.run.goorm.io:3090/ws", readyState: 3, bufferedAmount: 0, onopen: ƒ, onerror: ƒ, …}
defaultPrevented: false
eventPhase: 0
isTrusted: true
path: []
returnValue: true
srcElement: WebSocket {url: "wss://ffffront.run.goorm.io:3090/ws", readyState: 3, bufferedAmount: 0, onopen: ƒ, onerror: ƒ, …}
target: WebSocket {url: "wss://ffffront.run.goorm.io:3090/ws", readyState: 3, bufferedAmount: 0, onopen: ƒ, onerror: ƒ, …}
timeStamp: 46137.964999999895
type: "error"
proto: Event
에러 이벤트 객체입니다ㅠㅠ -
RE: websocket관련 에러 질문드립니다!
WebSocket connection to 'wss://0.0.0.0:3095/socket.io/?EIO=3&transport=websocket' failed: Error in connection establishment: net::ERR_ADDRESS_INVALID 이라고 뜨는것 같습니다ㅠㅠ
-
RE: websocket관련 에러 질문드립니다!
@배명호-goorm
그래도 여전히 문제가 발생합니다ㅠ 현재 로컬호스트 3095를 백엔드서버로 3090을 프론트엔드로 지정한 상태에서 프록시서버를 써서 cors에러를 피하고 있는 상황입니다.