My glitch project got stuck on loading and won’t wake up. How do i fix this?
Hi @AikaV3rm,
Is your project still stuck? If so, please let me know your project’s name and I’ll see if I can get it to open.
hello tasha. please look at my app:
https://cocoo1.glitch.me/chat
it just never wakes up…and i have gone through all the settings and configs with chatgpts assisting me, but no luck. please help
hi, I know this isn’t related to your question but your OpenAI API key is public. you should store it in your .env, remove it from your code and reset it.
(i didn’t censor it because it’s public and that way other people can also learn from it btw)
All glitch projects have their source code (except .env and anything under the .data folder) public (unless you upgrade to Pro), and even if the code was private it is never a good idea to hard-code API tokens into your source code.
Learn more here: https://help.glitch.com/hc/en-us/articles/16287550167437-Adding-Private-Data