Script Names Are Blank #165
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the validation scans the maps for scripts and uploads unreviewed scripts, the names show up empty in the database.
This works perfectly on docker compose locally but stops working on staging and prod!
The api says it's inserting into postgres:
But they are still blank in the list request:
https://maps.staging.strafes.net/api/scripts?Page=15&Limit=100
OH. The name shows up in the request for the individual item:
https://maps.staging.strafes.net/api/scripts/1434
So this is just a golang L silently filling default values again