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

Object

?
Nov 10, 2017
449
372
attached my error. can somebody send me the fixed version?
Did you format the file? It seems like you tried to format it and it failed or that you simply put a new line. It shouldn't complain out of the box to my knowledge.
 

issakai

New Member
Nov 25, 2020
12
0
Hi, I tried to redo it but still stuck at username and once indicate, it'll be on pw. The default-asset file will be empty. What can I do? Thank you
 

Attachments

  • 1688008601584.png
    1688008601584.png
    113.3 KB · Views: 11

Object

?
Nov 10, 2017
449
372
Hi, I tried to redo it but still stuck at username and once indicate, it'll be on pw. The default-asset file will be empty. What can I do? Thank you
Hey I just copied this from step 2 comments, which I posted yesterday

I have yet to update the tutorial, but i have put together a repository that contains all the files you need, also converted to .nitro so it's ready for anyone to simply "plug & play". The files will contain an updated catalog, updated clothing, and assets that'll work with the dev branch of nitro.


I'll make sure to update the guide(s) asap to reflects those changes

All credits to @Puffin for the catalog -
 

issakai

New Member
Nov 25, 2020
12
0
Hey! I've finally completed the guides but now I'm having this problem, how do I fix this? Thank you!
 

Attachments

  • 1688153906997.png
    1688153906997.png
    452.3 KB · Views: 30
  • 1688153918423.png
    1688153918423.png
    195.2 KB · Views: 30

issakai

New Member
Nov 25, 2020
12
0
Set FORCE_HTTPS to true the .env file😊
The problem for https is fixed but still running problems for the rest D: How can I fix these?
Thank you!
 

Attachments

  • 1688155771272.png
    1688155771272.png
    1,017.3 KB · Views: 22
  • 1688155796656.png
    1688155796656.png
    151.7 KB · Views: 22
  • 1688157367953.png
    1688157367953.png
    189.7 KB · Views: 22

issakai

New Member
Nov 25, 2020
12
0
The renderer config json file isn't in the same folder as your nitro index.html it seems.
This is the file where the index html in and the render config json file is there too
Do I need to restart something?
 

Attachments

  • 1688157741862.png
    1688157741862.png
    118.2 KB · Views: 15

captaincrypto

New Member
Jul 1, 2023
10
1
Any news on the default asset that is missing ? :(
Post automatically merged:

Move the 2023 hotel files into the AtomCMS> Public > Client. Folder?
Post automatically merged:

I am trying to test it on localhost but I always get stuck on 20% loading
Post automatically merged:

Everything else is working except the Nitro Client
Post automatically merged:

This is the Error I get when it only loads 20% and gets stuck (trying only on local host btw)
 

Attachments

  • Screenshot (67).png
    Screenshot (67).png
    24 KB · Views: 18
  • Screenshot (68).png
    Screenshot (68).png
    665.8 KB · Views: 17
  • Screenshot (69).png
    Screenshot (69).png
    124 KB · Views: 18
  • Screenshot (72).png
    Screenshot (72).png
    169.3 KB · Views: 17
Last edited:

Object

?
Nov 10, 2017
449
372
This part should now be updated to reflect the most recent changes. I sadly haven't been able to test it myself - So everything is written of the top of my head. If you encounter any issues within this step, simply comment it and I'll make sure to have a look :D

I believe the overall guides (step 1, 2 & 3) has been made a lot more simple to follow, compared to before - I hope you enjoy it!

The guide will now also make use of updated assets, like catalogue and clothing 🙈
 
Last edited:

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
Any news on the default asset that is missing ? :(
Post automatically merged:

Move the 2023 hotel files into the AtomCMS> Public > Client. Folder?
Post automatically merged:

I am trying to test it on localhost but I always get stuck on 20% loading
Post automatically merged:

Everything else is working except the Nitro Client
Post automatically merged:

This is the Error I get when it only loads 20% and gets stuck (trying only on local host btw)
I'm having the same issue which I believe has something to do with the client pinging instead of . Since we do not have self signed certificates, any https request would fail.

@Object Perhaps do you have any fix i.e. which files should we modify to force the client to use http instead of https?
 

captaincrypto

New Member
Jul 1, 2023
10
1
C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-react/dist ? what is DIST? that dont exist. I wrote "build" instead and also the same for the client path in the config file
Post automatically merged:

 

Attachments

  • Screenshot (73).png
    Screenshot (73).png
    122.2 KB · Views: 26
Last edited:

Object

?
Nov 10, 2017
449
372
I'm having the same issue which I believe has something to do with the client pinging instead of . Since we do not have self signed certificates, any https request would fail.

@Object Perhaps do you have any fix i.e. which files should we modify to force the client to use http instead of https?
.env has a force https, alao Cloudflare has a " always https" setting
Post automatically merged:

C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-react/dist ? what is DIST? that dont exist. I wrote "build" instead and also the same for the client path in the config file
Post automatically merged:
try following the nitro clone step again, I had missed a command before
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
.env has a force https, alao Cloudflare has a " always https" setting
Post automatically merged:


try following the nitro clone step again, I had missed a command before
On localhost and not using Cloudflare. FORCE_HTTPS is already set to false. Tried switching PUSHER_SCHEME from "https" to "http" with no luck. Client still tries to GET

Still trying to figure out how to self-sign to enable HTTPS instead on localhost... so far no dice...
 

captaincrypto

New Member
Jul 1, 2023
10
1
.env has a force https, alao Cloudflare has a " always https" setting
Post automatically merged:


try following the nitro clone step again, I had missed a command before
I fixed it and made it work. now the only issue is when I create a room .its black.
 

Attachments

  • Screenshot (74).png
    Screenshot (74).png
    153.7 KB · Views: 23

captaincrypto

New Member
Jul 1, 2023
10
1
make sure you use nitro dev branch if you use the assets provided in 2023 hotel files
Sorry how does that work ? Yes I am using the 2023 hotel files you provided, what did I do wrong, what do you mean with "Nitro Dev branch"
Post automatically merged:

Sorry how does that work ? Yes I am using the 2023 hotel files you provided, what did I do wrong, what do you mean with "Nitro Dev branch"
Can I get a few step instructions on what I need to do if possible please.
 

mark472

New Member
Jun 15, 2014
11
0
Getting the following error when trying to do the yarn stuff.

You must be registered for see images attach
 


Write your reply...

Users who are viewing this thread

Top