freeCodeCamp / freeCodeCamp/devdocs

Get "Please enable cookies." when access from remote host.

オープン
#1,815 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
Ruby
スター
39.5k
フォーク
2.6k
平均マージ
4日 32分
マージ済み PR(30日)
13

説明

# Bug report

Hi,

I'm working on deploying devdocs on no-internet-access internal for our team. We get "Please enable cookies." when someone access devdocs service from their own PC. But, the devdocs service works well when I access it from its hosted server.

![image](https://user-images.githubusercontent.com/7487750/190328323-92bee551-5ceb-4f50-bc7e-f4c67bcf4181.png)

I have to say this amazing project is very useful for me and thanks for your guys' contribution.

## Steps to reproduce

Just execute the command as README.
`git clone https://github.com/freeCodeCamp/devdocs.git && cd devdocs`
`docker build -t thibaut/devdocs .`
`docker run --name devdocs -d -p 9292:9292 thibaut/devdocs`

Then, access the service from localhost and a remote host.

You will get `"Please enable cookies."` when you access from remote host and can not save preferences.

You will not get `"Please enable cookies."` when you access via `localhost:9292`

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Start with the README Docker instructions and reproduce the difference between localhost:9292 and access from a remote host. Trace the cookie or preference handling involved in that deployment, then verify that remote users no longer see "Please enable cookies." and can save preferences.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
docker, ruby
領域
backend, devops
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
42/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。