You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The collections table in the database had multiple collections with the same id, and the collections_id_seq was at 2. I manually adjusted the IDs for the collections that had matching IDs, but it indicates that collection creation is not using the correct ID sequence.
The
collections
table in the database had multiple collections with the sameid
, and thecollections_id_seq
was at 2. I manually adjusted the IDs for the collections that had matching IDs, but it indicates that collection creation is not using the correct ID sequence.https://github.com/openaddresses/batch/blob/master/api/routes/collection.js#L112-L115
This is likely the cause for the
global
andca
collections having broken links on the website.The text was updated successfully, but these errors were encountered: