Hey!
I have imported a project from my Github, but when I waited for it to run it just gives me this, and nothing for 17 minutes.
Project:
Hope you can help me
Hey!
I have imported a project from my Github, but when I waited for it to run it just gives me this, and nothing for 17 minutes.
Project:
Hope you can help me
I don’t see anything wrong with your code, but I believe glitch thinks your project is a static site
I believe this because when you go to your project page, it shows the folder.
You should add a package.json file at the root of your project, I don’t know but I guess this will make glitch recognise your app as a server and not a static site
I don’t know if 2 package.json would really work,
if it does not, you should either:
"start":"node ./v12-meme-bot/bot.js"
Thanks, I am trying right now!
Update : Worked, thanks!!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.