Localhost not working #270
|
Localhost doesn't work when running the program. This pops up: |
Replies: 2 comments 2 replies
|
There could be a number of issues why, mostly unrelated to the project but related to your local setup. One user had the same issue and we helped them on discord with the following resources: https://bobbyhadz.com/blog/javascript-crbug-1173575-non-js-module-files-deprecated In the end, it was due to a chrome plugin as it would work in Incognito mode. Could you try that first and then maybe go through the links I sent? |
|
The only thing that this error tell is that it wasn't started when you tried to close it. As to why, there could be a lot of reasons. Try to run the command Go in your install directory (e.g. C:\chatgpt-clone ) |



I got it working! Ironically, I asked GPT-4 for the solution, and it told me to try
in C:\chatgpt-clone\api, so that worked.