Hello Replit Community,
I’ve encountered an issue in deploying my project. It runs flawlessly in the Replit workspace but the problem arises during deployment. Here are the error messages from the log:
info: Deployment: [REDACTED] - [DATE]
info: Build: [REDACTED] - [DATE]
info: Connecting to builder - [DATE]
info: Builder connected - [DATE]
info: Installing packages - [DATE]
info: Skipping Build as no Build command set - [DATE]
fatal: can't create repl identity signing authority - [DATE]
I’ve ensured the following in an attempt to troubleshoot my situation:
- All necessary files for the application have accurate data.
- The
.replit
configuration file is correctly written for my ‘run’ command. - I haven’t made any recent changes in the code which could result in this error.
The issue persists despite these efforts.
Every insight is appreciated while I continue troubleshooting in parallel.
Thank you.