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

Object

?
Nov 10, 2017
416
328
Not sure what those errors are but how can I remove the developer box? I also want to fix the configuration failed client error.
You must be registered for see images attach
You must be registered for see images attach
You must be registered for see images attach
You must be registered for see images attach
This is your laravel debug bar, not dev console :D

Press f12 on your client -> click console and reload or right click -> inspect element -> console -> reload
 

Sabo

Kaboom!
Jul 3, 2010
57
28
This is your laravel debug bar, not dev console :D

Press f12 on your client -> click console and reload or right click -> inspect element -> console -> reload
I'll try that, thanks man! Every user can see it though. How can I fix the configuration failed though? I was trying to fix it but can't figure it out.
Post automatically merged:

Update:

Seems that the issue is with the ui configuration file. I have already fixed it now but it's still giving me the configuration failed error.
 
Last edited:

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
This git appears to no longer exist. Any alternative?


Not sure if this is the same:


FYI, found another broken link under Add the Nitro WebSocket plugin:

-- this is not working

Post automatically merged:

I think I may have followed most of the steps correctly. My only issue now is I am stuck at 20% when loading the hotel. I am not using a VPS but rather this is on localhost so I've skipped some of the steps, and IIRC I had to download the default assets and NitroWebsockets elsewhere. Here are screenshots of errors I'm getting (in emu and in browser)

You must be registered for see images attach

You must be registered for see images attach

You must be registered for see images attach
 
Last edited:

Object

?
Nov 10, 2017
416
328
This git appears to no longer exist. Any alternative?


Not sure if this is the same:


FYI, found another broken link under Add the Nitro WebSocket plugin:

-- this is not working

Post automatically merged:

I think I may have followed most of the steps correctly. My only issue now is I am stuck at 20% when loading the hotel. I am not using a VPS but rather this is on localhost so I've skipped some of the steps, and IIRC I had to download the default assets and NitroWebsockets elsewhere. Here are screenshots of errors I'm getting (in emu and in browser)

You must be registered for see images attach

You must be registered for see images attach

You must be registered for see images attach
Hi, yes I was cleaning my github and for some reason I didnt even consider that my guides was using the repos... 🤦‍♂️ ill make sure to fix this once im off work
 

Object

?
Nov 10, 2017
416
328
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
11
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: 9

Object

?
Nov 10, 2017
416
328
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
11
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: 20
  • 1688153918423.png
    1688153918423.png
    195.2 KB · Views: 20

issakai

New Member
Nov 25, 2020
11
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: 16
  • 1688155796656.png
    1688155796656.png
    151.7 KB · Views: 16
  • 1688157367953.png
    1688157367953.png
    189.7 KB · Views: 16

issakai

New Member
Nov 25, 2020
11
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: 13

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: 14
  • Screenshot (68).png
    Screenshot (68).png
    665.8 KB · Views: 13
  • Screenshot (69).png
    Screenshot (69).png
    124 KB · Views: 14
  • Screenshot (72).png
    Screenshot (72).png
    169.3 KB · Views: 13
Last edited:

Object

?
Nov 10, 2017
416
328
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: 22
Last edited:

Object

?
Nov 10, 2017
416
328
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
 

Users who are viewing this thread

Top