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
I’m having an issue getting Enupal Snapshot working on our staging server. The settings do not want to save in the craft admin.
I have sent my log files. It isn’t obvious what the error is. Any help would be great.
The text was updated successfully, but these errors were encountered:
Hi @nearkingdom Were you able to solve the issue with the amazon s3 bucket issue?
Sorry, something went wrong.
No - it still persists on my staging environment. I can't find the issue.
I ran into this issue and for me it was trying to save to a volume where the assets don't have URLs.
It's an issue with the validators expecting a URL to be returned after the pdfs are generated.
I got around it by adding
if (!$asset->getVolume()->hasUrls){ return UrlHelper::siteUrl(); }
At the end of _generatePdf in \enupal\snapshot\contracts\SnappyPdf and in _generateImage of SnappyImage.
andrelopez
No branches or pull requests
Description
I’m having an issue getting Enupal Snapshot working on our staging server. The settings do not want to save in the craft admin.
I have sent my log files. It isn’t obvious what the error is. Any help would be great.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: