How to set up a retro in 2023 (IIS) (Nitro HTML5) - (Part 3)

Adolfphin

New Member
Feb 19, 2013
4
2
"https" localhost. If you're using it locally, change https to http
This fixed that error, however now the websocket is getting a failed connection. My port 2096 is open in the firewall and the emulator setting was left as 'localhost' although i tried '*.localhost' too but it still gets blocked.
 

React

Member
Sep 17, 2023
60
12
This fixed that error, however now the websocket is getting a failed connection. My port 2096 is open in the firewall and the emulator setting was left as 'localhost' although i tried '*.localhost' too but it still gets blocked.
Is anything conflicting the port which you’re using
 

matthew1112

Member
Aug 6, 2010
66
10
I have been making a bunch of refactorings, could be a mistake on my end, will check it out when im home.
Hi object, that was the same issue i contacted you about if you recall, i removed that line and it worked for me on setting it up however seems like it possible is a error accidently made.
 

kedoisthebest

New Member
Jun 23, 2024
10
0
Hi object, that was the same issue i contacted you about if you recall, i removed that line and it worked for me on setting it up however seems like it possible is a error accidently made.
yup deleted that line worked for me now i think i messed up when i click HK it opens a new tab and says about:blank#blocked
 

Ruin

Member
Feb 23, 2013
118
6
^ amazing tutorial so far. However, I am also receiving the "Unable to locate file in Vite manifest: resources/css/app.scss." error.
 

kedoisthebest

New Member
Jun 23, 2024
10
0
i run yarn build:prod and get error command failed with exit code 1

edit

ok dont ask me what iv done been drinking open the nitro and only load to 20%
 
Last edited:

React

Member
Sep 17, 2023
60
12
i run yarn build:prod and get error command failed with exit code 1

edit

ok dont ask me what iv done been drinking open the nitro and only load to 20%
If you're referring to your client not getting past 20%, open up the console and check which errors it throws.

As well as that, be sure to verify everything is it linked as it should be.
 

kedoisthebest

New Member
Jun 23, 2024
10
0
If you're referring to your client not getting past 20%, open up the console and check which errors it throws.

As well as that, be sure to verify everything is it linked as it should be.

index.html:22


GET net::ERR_ABORTED 404 (Not Found)Understand this error
index.css:1


GET net::ERR_ABORTED 404 (Not Found)Understand this error
nitro-renderer-493a6bde.js:106


GET net::ERR_CONNECTION_TIMED_OUT

my ip is my actual ip
 

React

Member
Sep 17, 2023
60
12
index.html:22


GET net::ERR_ABORTED 404 (Not Found)Understand this error
index.css:1


GET net::ERR_ABORTED 404 (Not Found)Understand this error
nitro-renderer-493a6bde.js:106


GET net::ERR_CONNECTION_TIMED_OUT

my ip is my actual ip
And you followed everything correctly? ports are open and what not. I'd trace back and go over everything again. Check everything for the sake of it, config also.
 

kedoisthebest

New Member
Jun 23, 2024
10
0
And you followed everything correctly? ports are open and what not. I'd trace back and go over everything again. Check everything for the sake of it, config also.
now i got
GET ip/src/assets/Ubuntu-C.ttf net::ERR_ABORTED 404 (Not Found)Understand this error
nitro-renderer-493a6bde.js:106


GET ip/client/nitro/nitro-assets/gamedata/ExternalTexts.json net::ERR_CONNECTION_TIMED_OUT
and config you mean the .evn file or am i missing another config
 

React

Member
Sep 17, 2023
60
12
now i got
GET ip/src/assets/Ubuntu-C.ttf net::ERR_ABORTED 404 (Not Found)Understand this error
nitro-renderer-493a6bde.js:106


GET ip/client/nitro/nitro-assets/gamedata/ExternalTexts.json net::ERR_CONNECTION_TIMED_OUT
and config you mean the .evn file or am i missing another config
No, the .env is the one you should be looking at
 

kedoisthebest

New Member
Jun 23, 2024
10
0
No, the .env is the one you should be looking at
Man I have looked and look I'm lost can you add me on discord ? kedotheman#8789


ok i have tried to re install 3 times now from fresh vps install

now i get to 40% and get


GET 404 (Not Found)Understand this error
nitro-renderer-493a6bde.js:103 WebSocket connection to 'wss://myip:2096/' failed:
createSocket @ nitro-renderer-493a6bde.js:103
init @ nitro-renderer-493a6bde.js:103
onInit @ nitro-renderer-493a6bde.js:106
init @ nitro-renderer-493a6bde.js:103
(anonymous) @ index-34d8c395.js:31Understand this error
 
Last edited:

matthew1112

Member
Aug 6, 2010
66
10
Man I have looked and look I'm lost can you add me on discord ? kedotheman#8789


ok i have tried to re install 3 times now from fresh vps install

now i get to 40% and get


GET 404 (Not Found)Understand this error
nitro-renderer-493a6bde.js:103 WebSocket connection to 'wss://myip:2096/' failed:
createSocket @ nitro-renderer-493a6bde.js:103
init @ nitro-renderer-493a6bde.js:103
onInit @ nitro-renderer-493a6bde.js:106
init @ nitro-renderer-493a6bde.js:103
(anonymous) @ index-34d8c395.js:31Understand this error
Have you set everything up properly? as the tutorial does work if you do everything right.
 

Users who are viewing this thread

Top