**Solved** Nitro "Connection" Issue.

Status
Not open for further replies.

Cassie25

New Member
Feb 4, 2021
20
12
Hello, I was wondering if anyone who understands Nitro, if they could explain to me why there's a 'Connection Issue' it gets stuck in 20%..

PS: I thought it was a WebGL issue, but it's not. Thanks for all the help in that topic.
unknown.png
unknown.png
 
Last edited:

Cassie25

New Member
Feb 4, 2021
20
12
So it's not a browser issue, I'm building my own retro using nitro, and it seems like theres something I need to do to connect it, but I'm lost lol
 

Liam

trust nobody
Staff member
FindRetros Moderator
Apr 10, 2013
1,184
713
You haven't set it up correctly. Might be a websocket issue.

Have you tried asking for help in the Nitro Discord server?
 

Cassie25

New Member
Feb 4, 2021
20
12
You haven't set it up correctly. Might be a websocket issue.

Have you tried asking for help in the Nitro Discord server?
Thanks for replying, and no I haven't tried to ask in the server, I'll find it and ask it there. I think it is an issue in the websocket.
Post automatically merged:

If it is cloud flare, add a rule with SSL disabled. Or check that port 2096 is running normally on your machine!
ty for responding, I'll try that and see if it fixes it! If not I'll have to try to make it downloable somehow.
 

Killer

Member
Feb 8, 2021
35
7
I'll explain better.

Create a DNS on cloudflare and configure it like this:


Now, create a new rule:

- Where SSL has to be disabled!

Now let's go to your DB, I use navicat, but it doesn't change much. Look for the table:

Emulator_settings
Now add new values as follows:


Now let's configure json:

Socket.url:
wss: //web.MyDomain.com: 2086

Asset.url:
https: // MyDomain .com/Nitro

If you have an error in cors, just remove the asset.url and leave it like this:

/ Nitro

Or open port:
3000
3001
2096

ON VPS!

Any questions let me know!
Thanks for replying, and no I haven't tried to ask in the server, I'll find it and ask it there. I think it is an issue in the websocket.
Post automatically merged:


ty for responding, I'll try that and see if it fixes it! If not I'll have to try to make it downloable somehow.
 
Status
Not open for further replies.

Users who are viewing this thread

Top