You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm experimenting this issue in my React project. There's something similar in ANGULAR and an issue related with that. But their solution doesn't work in React.
and my envs are wellformed. In my webpack.config.json dotenv is right initialized.
Including console.log('env', process.env) with my env vars inside webpack.config.json my env vars are filled and custom env right setted. Console are showing a list of env vars,
but this code inside node_modules/util/utils.js is breaking my app and is twilio-voice fault:
Only install it in React project having dependencies included above.
Starting the server with npm run serve and go to localhost:8080 is showing the error.
Hi, I'm experimenting this issue in my React project. There's something similar in ANGULAR and an issue related with that. But their solution doesn't work in React.
My
package.json
has this package versionsand my envs are wellformed. In my
webpack.config.json
dotenv is right initialized.Including
console.log('env', process.env)
with my env vars insidewebpack.config.json
my env vars are filled and custom env right setted. Console are showing a list of env vars,but this code inside
node_modules/util/utils.js
is breaking my app and is twilio-voice fault:First if is breaking my app. I think the problem is same as people are experimenting in Angular, but I don't know how can we solve it in React.
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Code to reproduce the issue:
Only install it in React project having dependencies included above.
Starting the server with
npm run serve
and go tolocalhost:8080
is showing the error.Expected behavior:
No errors initializing the app.
Actual behavior:
This error appears initializing the web.
Software versions:
The text was updated successfully, but these errors were encountered: