Please i want to run a josn script in virtual min but i have not seen any proper guide on what and how to configure but i will be glad if help can be rendered to me. Thank You,
You need to provide more information about what you are trying to do.
My scripts are json files so i want to run them on a virtualmin server already configured with virtual min. but when i uploaded it to its domain folder, it is showing me a 403 error. i was told that i had to add json to application but i dont know how to so i want a step guide on how to make my json scripts work in virtualmin
JSON is not executable. You cannot ârunâ JSON files. It is an object notation in JavaScript, often used for config files, but can be used for a variety of things. Itâs basically just data in a JavaScript readable format without the ability to execute. In short: JSON is data, not executable.
But, ârun themâ is not a thing you can do. Youâre going to have to tell us what these JSON files are before we can possibly tell you how to use them.
It is a web page that contains the JS files. I want the webpage to come online. see attached pictures for more information.
You need to run an application and you donât know what it is? Iâm having a hard time understanding how youâre in a situation where you donât know what youâre trying to run, but youâre trying to run it, anyway.
Anyway, that appears to be a Next app. https://nextjs.org/
And, it appears to be written in typescript, which requires a build/compile step, it cannot be run directly even if you have install nodejs.