relayjs / relay-examples

A collection of sample Relay applications
MIT License
1.14k stars 429 forks source link

nextV13 REACT_APP_GITHUB_AUTH_TOKEN --> NEXT_PUBLIC_REACT_APP_GITHUB_AUTH_TOKEN #303

Open ppecheux opened 1 year ago

ppecheux commented 1 year ago

Hello,

nextV13 setup links to the react setup. However, the expected env variable name is different. ( expected NEXT_PUBLIC_REACT_APP_GITHUB_AUTH_TOKEN). Maybe this could be reflected in the docs or have a consistent name across examples ?

satvikpendem commented 1 year ago

Just ran into this the other day as well, same fix.