Skip to content

Commit 156cd9e

Browse files
Merge pull request #387 from topcoder-platform/TCA-595_403s
TCA-595 Update Learn README re FCC 403s
2 parents 2a22680 + 31e5282 commit 156cd9e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src-ts/tools/learn/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The Learn tool has its own configuration defined in the [/src-ts/tools/learn/lea
66

77
The default configuration expects both the FCC Client and API to be running locally. In most cases, developers probably won't want to run both locally.
88

9+
>**NOTE** There is a known issue when running the learn app locally with the FCC hosted in the dev environment. The FCC API appears to throw 403 errors when loading a new lesson; however, this does not affect the usage of the site and can be safely ignored. See [TCA-595](https://topcoder.atlassian.net/browse/TCA-595) for more details.
10+
911
>**See** [/src-ts/tools/learn/learn-config/learn.brooke.config.ts](/src-ts/tools/learn/learn-config/learn.brooke.config.ts) for an example of how to override the FCC source URLs to use the dev env config.
1012
1113
>**See** the [main app README](/README.md#personal-config) for instructions for creating a personal config.

src-ts/tools/learn/learn-config/learn.brooke.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ import { LearnConfigDev } from './learn.dev.config'
55
export const LearnConfigBrooke: LearnConfigModel = {
66
...LearnConfigDev,
77
// API: LearnConfigDefault.API,
8-
CLIENT: LearnConfigDefault.CLIENT,
8+
// CLIENT: LearnConfigDefault.CLIENT,
99
}

0 commit comments

Comments
 (0)