Slackbot
01/21/2022, 7:13 PMthdxr
01/21/2022, 7:18 PMthdxr
01/21/2022, 7:18 PMTim V
01/21/2022, 7:21 PMTim V
01/21/2022, 7:21 PMconsole.log(process.env.API)
... from the website JS, I get a ReferenceError: Can't find variable: process.thdxr
01/21/2022, 7:23 PMthdxr
01/21/2022, 7:23 PMTim V
01/21/2022, 7:30 PMTim V
01/21/2022, 7:31 PMTim V
01/21/2022, 7:32 PMTim V
01/21/2022, 7:32 PMthdxr
01/21/2022, 7:34 PMTim V
01/21/2022, 7:39 PMTim V
01/21/2022, 7:41 PMreturn fetch(`${process.env.API}/${path}`, {
...becomes...
return fetch(`${'<http://xxxxxx.execute-api.us-east-1.amazonaws.com|xxxxxx.execute-api.us-east-1.amazonaws.com>'}/${path}`, {
Tim V
01/21/2022, 7:42 PMTim V
01/21/2022, 8:30 PMTim V
01/21/2022, 9:29 PM