joatuapp / joatu-v2

The JoatU application, version 2. Written in Ruby on Rails.
https://alpha.joatu.org
GNU General Public License v3.0
27 stars 5 forks source link

New Users automatically added to 'uncreated pod' even within initial pod boundaries #149

Closed joatu closed 5 years ago

joatu commented 5 years ago

Before we had 256 users, it seemed that even though there was a bug that only allowed us to send new users to a single pod, once we reached this number, even new users are being sent to the uncreated pod. This means that they exist in a vacuum and cannot see new offers/requests of others, nor can they share their offers/requests with others. This makes adding new users functionally useless.

rsmithlal commented 5 years ago

I updated the Geocoder config to use our own google maps API key instead of the one that was set there before. It now seems to correctly geocode the postal codes. I think it had been reaching the limit for the free geocoder api key and that's why people weren't getting assigned to the correct pods.

joatu commented 5 years ago

Strange considering how many API calls are free per month...I'd imagine it was simply expired instead of filled up. Either way, this bug is fixed.

rsmithlal commented 5 years ago

Honestly not sure whose API key it was using so who knows what the usage of it was. Might have been the one included for the gem, which would likely be shared.

Cheers, Rob

From: joatu Sent: December 17, 2018 12:26 PM To: joatuapp/joatu-v2 Cc: Robert Smith; Comment Subject: Re: [joatuapp/joatu-v2] New Users automatically added to 'uncreatedpod' even within initial pod boundaries (#149)

Strange considering how many API calls are free per month...I'd imagine it was simply expired instead of filled up. Either way, this bug is fixed. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.