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

Joe

Well-Known Member
Jun 10, 2012
4,184
1,963
I mean I can access the port 80, did the exact same thing for port 2096. When I check it on port checker with my public IP it says it's closed but when I check it with my domain that is linked to my public IP it says it's open.
Open it properly, it might be that, makes 2 seconds in firewall.
 

Joe

Well-Known Member
Jun 10, 2012
4,184
1,963
I did add an inbound rule on my firewall of the pc that is hosting it. Also tried turning it off completely. However I do see a firewall setting on my internet provider, could it be possible that they are blocking the port as well?
Is it on your home PC? You’ll need to port forward if connected via router.
 

mperic

New Member
Jul 6, 2024
3
0
Does anyone know what Im doing wrong? The only thing is that the websocket isn't loading..

Info:
  • Im using Ubuntu
  • Website is live
emulator says: "Nitro Websockets Listening on ws://0.0.0.0:2096",
  • Port 2096 is open
  • Database is 100% working
  • All files are uploaded
 

Attachments

  • Schermafbeelding 2024-07-08 205044.png
    Schermafbeelding 2024-07-08 205044.png
    2.7 KB · Views: 27

Joe

Well-Known Member
Jun 10, 2012
4,184
1,963
Not entirely related but where does Atom find the user count in the nitro client? It’s http:// and not https:// and it’s doing my head in, thanks!
 

Liam

smooth and dynamic
Staff member
FindRetros Moderator
Apr 10, 2013
1,296
894
Not entirely related but where does Atom find the user count in the nitro client? It’s http:// and not https:// and it’s doing my head in, thanks!
Have you set force https to true in .env?
 

Retro_tom

New Member
Jul 2, 2024
11
8
Does anyone know what Im doing wrong? The only thing is that the websocket isn't loading..

Info:
  • Im using Ubuntu
  • Website is live
emulator says: "Nitro Websockets Listening on ws://0.0.0.0:2096",
  • Port 2096 is open
  • Database is 100% working
  • All files are uploaded
In the nitro config change wss to ws
 

thomgroot01

New Member
Jul 2, 2024
15
0
Hi! I noticed that when you click on "my profile" under your name when you logged in, there is no page. Probably because there are no profiles generated. It will give you a 500 error.

Is there anyone who has set this up?
 

RayR

New Member
Mar 14, 2020
1
0
I still get the following error:
Unable to locate file in Vite manifest: resources/css/app.scss.

The fixes that were addressed earlier in this thread are also applied (in vite conf). I haven't been able to run the installation because of this. Does someone know what other fixxes could be possible to resolve this issue?
 

Joe

Well-Known Member
Jun 10, 2012
4,184
1,963
I still get the following error:
Unable to locate file in Vite manifest: resources/css/app.scss.

The fixes that were addressed earlier in this thread are also applied (in vite conf). I haven't been able to run the installation because of this. Does someone know what other fixxes could be possible to resolve this issue?
Changing both vite.config files and rebuilding works, I had the same issue.
 

thomgroot01

New Member
Jul 2, 2024
15
0
I still get the following error:
Unable to locate file in Vite manifest: resources/css/app.scss.

The fixes that were addressed earlier in this thread are also applied (in vite conf). I haven't been able to run the installation because of this. Does someone know what other fixxes could be possible to resolve this issue?
I just completely removed the line, worked for me, no problems.
 

Cav

New Member
Jul 28, 2024
7
0
I completely missed this, gg @Object
Where did you change it from https to http? I'm getting the same error. Already changed everything to https in the .json files and the .env file.

And no matter what I change in the renderer-config file, nothing happens. I can completely remove all content and the same error remains, nothing else....
 

Attachments

  • 1722430455038.png
    1722430455038.png
    21.1 KB · Views: 22
Last edited:

Joe

Well-Known Member
Jun 10, 2012
4,184
1,963
Where did you change it from https to http? I'm getting the same error. Already changed everything to https in the .json files and the .env file.

And no matter what I change in the renderer-config file, nothing happens. I can completely remove all content and the same error remains, nothing else....
Is it because it’s not looking for the file inside /public and it’s not linked there?
 

kxixixixi

New Member
Mar 30, 2023
4
0
hi :]
Ive done everything, however i'm getting a mixed content warning...
You must be registered for see images attach


ive changed my files from http to https many times. the preview of the file (nitro.domain.com) shows https and i can't find the file to fix it, ive been looking through the files for like 3 hours now lmao

any help? appreciate it!
 

Puffin

Member
Mar 17, 2018
463
412
Hiya, i turned this on and it fixed it, but now my client just returns to /me

You must be registered for see images attach


.. oh and none of my images load lol
This should be a solution

Although I highly recommend you switch your branch to v1 of atom cms if you are on Windows because it’s optimized for Linux and is a bit of a pain if you don’t know what you’re doing
You must be registered for see images attach

Post automatically merged:

Match it to your file path

As for client you need to set up your nitro client links in the .env

Shoudl look liek this as an example, obviously match ur paths properly
NITRO_STATIC_URL="https://mybobba.org/nitro"
NITRO_CLIENT_URL="/nitro/index.html"
NITRO_STATIC_PATH="C:/inetpub/wwwroot/atomcms/public/nitro"
 

DeveloperOne

New Member
Feb 22, 2025
2
0
Anyone who knows how to Debug Java Heap Out Of Memory cant compile Nitro lol
Post automatically merged:

When im opening console I get this error 'c:\inetpub\wwwroot\atomcms\public\retro-hotel-files\nitro\nitro-react\dist/index.html?sso=HabboNorwegian-d6c4f721-ec47-4f16-ac66-ae1506e68944' any help
 
Last edited:

Users who are viewing this thread

Top