We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When attempting to use staticgen against a live site, it runs for some time and then I get this:
ERROR[0008] error saving error=context canceled url=https://mydomain/somepath/file.pdf ERROR[0008] error saving error=context canceled url=https://mydomain/somepath/other-file.pdf FATAL[0008] error: crawling: &{%!w(string=stopping: &{%!w(string=getting process group id: %!w(syscall.Errno=3))})} INFO[0008] Stopping server, sending SIGTERM
Note the domain is obfuscated here and below. I'll DM the real domain in slack.
Use this static.json
static.json
{ "command": "true", "url": "https://mydomain/" }
Then run staticgen
staticgen
The text was updated successfully, but these errors were encountered:
hmm did you try without command? I don't think I have it documented, but you can omit that entirely if you're running an external server
command
Sorry, something went wrong.
Just did... same issue, unfortunately. I sent you the real domain in apex slack.
No branches or pull requests
Prerequisites
Description
When attempting to use staticgen against a live site, it runs for some time and then I get this:
Note the domain is obfuscated here and below. I'll DM the real domain in slack.
Steps to Reproduce
Use this
static.json
Then run
staticgen
The text was updated successfully, but these errors were encountered: