-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
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
🌟Export all Answers from tickets #421
Comments
The answers should be included when you export the CSV on the Attendees admin page. Are you not seeing them? |
It kept giving me an error, but I will double check if the last commit fixes it. thanks |
For me too, when try to export the answers, I get a 500 status error: POST https://evento.potilivre.org/api/events/3/questions/answers/export
500 And when export from Attendees, I just have the default headers:
Note: My questions are set to be required and I tested that users just complete the purchase when answers the questions. Testing the postgres, the answers are storaged in
|
Hi @fguisso, The error indicates there is something wrong with you DB configuration. It says the connection is MySQL, but Hi.Events uses PostgreSQL. Check your DB environment settings and make sure the DB_CONNECTION is set to |
@daveearley I'm following the docs and running the Docker Compose version. Everything is working, the postgres database is running and every other features are working. Like I said, when users finish a purchase, the data is stored in postgres, but just when export questions, it's not working. If you want, I can provide more about my settings, but since I'm following the docs, there is no custom configs.
DATABASE_URL=postgresql://postgres:<secret>@<db_name>:5432/hi-events |
I was wondering if we can add a way to export all answers from questions asked to the attendee during checkout?
The text was updated successfully, but these errors were encountered: