twitchdev / extensions-boilerplate

Frontend only React based sample to get you started building quickly
Other
72 stars 31 forks source link

Extension Helper Library not loaded #25

Closed ankitpal1029 closed 2 years ago

ankitpal1029 commented 2 years ago

@lleadbet i ran the webpack server with this setting

    config.devServer = {
      contentBase: path.join(__dirname, "public"),
      host: argv.devrig ? "localhost.rig.twitch.tv" : "localhost",
      allowedHosts: [".lhrtunnel.link"],
      compress: true,
      headers: {
        "Access-Control-Allow-Origin": "*",
      },
      port: 8080,
    };
    config.devServer.https = false;

and served the port 8080 over localhost.run to get a https link which i pasted into twitch like this image despite all this i get an empty extension space image with the Extension Helper Library not loaded can you help me out in getting this setup for local testing? i tried building it and using on hosted testing and that seemed to work

ankitpal1029 commented 2 years ago

turns out it was the tunneling service i was using that was messing up