Hubs-Foundation / hubs-cloud

Resources for self hosted Hubs Cloud instances
Mozilla Public License 2.0
152 stars 96 forks source link

unable to create a room aws #51

Closed Fahad-pnw closed 4 years ago

Fahad-pnw commented 4 years ago

hitting a deadwall after redeploying on aws numerous times with different settings. i'm on c5.xlarge for application, while stream is on c5.large. i've setup cdn successfully.

tried various browsers. Now, in another region, its accessible. I'm thinking of some kind of a timing out on this. can anyone help debug or let me know the solution to increase the timeout?

domain: https://[taken-out].com/

Fahad-pnw commented 4 years ago

i dont think the CORS issue at top is primarily causing this. its probably unknown error - network scene

may be adding these may help "Additional script-src Content-Security-Policy rules to add to page headers."

i could open it off moz, the original site, however on this server i just can't, i know other people who can, but i just can't. i do have a reasonable internet connection though

Fahad-pnw commented 4 years ago

may be altering 90 seconds timeout in hubs.js could fix the bug, any idea..anyone?

gfodor commented 4 years ago

Try disabling the CDN worker again

On Tue, Mar 31, 2020 at 5:19 AM Penandweb notifications@github.com wrote:

may be altering 90 seconds timeout in hubs.js could fix the bug, any idea..anyone?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mozilla/hubs-cloud/issues/51#issuecomment-606591569, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABVW5A6GLE4XR25Q4PE5L3RKHNV3ANCNFSM4LXOWPNA .

Fahad-pnw commented 4 years ago

did that, with/without doesn't fix..were you able to open?

can someone help me locate webpack:///./src/hub.js

would i need to rebuild this in node to alter it? what would be the absolute path?

gfodor commented 4 years ago

Yes, it is working for me if I create a new room.

On Tue, Mar 31, 2020 at 9:48 AM Penandweb notifications@github.com wrote:

did that, with/without doesn't fix..were you able to open?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mozilla/hubs-cloud/issues/51#issuecomment-606745000, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABVW5FFKTAE3Y724ZFHQTTRKINEJANCNFSM4LXOWPNA .

gfodor commented 4 years ago

It looks like you may be having connectivity issues. You can try updating your firewall as here: https://hubs.mozilla.com/docs/hubs-troubleshooting.html#unable-to-connect-error

Or try Chrome, or try a VPN.

On Tue, Mar 31, 2020 at 11:33 AM Greg Fodor gfodor@gmail.com wrote:

Yes, it is working for me if I create a new room.

On Tue, Mar 31, 2020 at 9:48 AM Penandweb notifications@github.com wrote:

did that, with/without doesn't fix..were you able to open?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mozilla/hubs-cloud/issues/51#issuecomment-606745000, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABVW5FFKTAE3Y724ZFHQTTRKINEJANCNFSM4LXOWPNA .

Fahad-pnw commented 4 years ago

Thanks for the info on the ports. Is there a possibility to change listening ports on self hosted hubs? could you refer me to the src code?

gfodor commented 4 years ago

Unfortunately no way to adjust the port range currently. However, we will be providing a new stack template in the coming weeks to enable TURN, which will work around most firewall issues.

On Tue, Mar 31, 2020 at 11:53 AM Penandweb notifications@github.com wrote:

Thanks for the info on the ports. Is there a possibility to change listening ports on self hosted hubs? could you refer me to the src code?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mozilla/hubs-cloud/issues/51#issuecomment-606809100, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABVW5HGWXPK36SDQVEXQKDRKI33LANCNFSM4LXOWPNA .

robinkwilson commented 4 years ago

Closing issue, TURN was implemented, doesn't seem to be relevant to the current AWS HC stack.