Trying to up extension rig

I have a web app that I would really like to turn into an extension, but I’m getting errors as I’m setting up the environment for the developer rig. Can anyone help me figure this out?

Did you add localhost.rig.twitch.tv to your hosts file with the address of 127.0.0.1 also npm start is not the correct way to start the rig. You provided no config file/arguments. (Hence clientId: undefined etc)

1 Like

Hi @jabusir,

As displayed on your screenshot, no clientId, version, owner and secret are defined. Check this link to start correctly the developer rig environment :
https://github.com/twitchdev/developer-rig#starting-the-developer-rig-in-online-mode

1 Like