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
Exporting CSV not working on Vapor. (It worked on Nova 4.)
From browser Network tab I see:
POST https://.../action?action=export-as-csv (status 502) Body: {"message": "Internal server error"}
POST https://.../action?action=export-as-csv (status 502)
{"message": "Internal server error"}
Perhaps related #6018
The text was updated successfully, but these errors were encountered:
We need to know the full output of Internal server error
Internal server error
Sorry, something went wrong.
{"message": "Internal server error"} is the full output, sorry.
In response headers there are:
x-amzn-errortype: InternalServerErrorException x-cache: Error from cloudfront
No branches or pull requests
Exporting CSV not working on Vapor.
(It worked on Nova 4.)
From browser Network tab I see:
POST https://.../action?action=export-as-csv (status 502)
Body:
{"message": "Internal server error"}
Perhaps related #6018
The text was updated successfully, but these errors were encountered: