Locations Plugin

Hey there, thanks for the report.

Yeah, this is a weird one, and actually I’m not fully convinced it’s Locations fault (although we may be following bad practice?!).

It appears during plugin Initialisation, a Discourse migration was causing the model (actually the Serializer) and the database to be in an inconsistent state.

The solution is really simple:

  1. Remove Locations from app.yml
  2. Rebuild (the crucial step is the database migration. Once that’s done …) < – suspect you are here?.
  3. Add Locations back into app.yml
  4. Rebuild.

:tada:

3 Likes