-
Notifications
You must be signed in to change notification settings - Fork 204
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
Bugs on stable in map creation #1031
Comments
2nd error (map creation when not logged in) is:
|
Looks like |
Now, what's the other one...? where it fails if you're not logged in? |
Hmm. But still getting this when logged in:
|
OK, so I think what's happening is that we need the http://mapknitter-stable.laboratoriopublico.org/maps/test3/edit So, it's not getting it. Checking routes... |
Hmm, it looks like we're not getting proper |
Hm, just alerting @cesswairimu @sashadev-sky about this one. My thoughts are:
For that last question, i see:
|
Update: creating a map when not logged in now works! |
So, i think we're not getting
|
The request is to: |
I think it uses this route: Line 59 in c0b69f6
|
hmmmmm |
Could |
Ah, maybe |
Our generalized routes that included Formerly:
|
OK, locally, I'm able to upload images. So perhaps we're not looking at an issue with routes, but still with the |
Great, reproduced locally:
|
OK, got a better trace of the error:
|
Same error as here! ankane/pghero#69 --
wow, trying now! |
mapknitter/config/amazon_s3.yml Line 12 in 6642c6c
|
Yes!!!
|
OK, now we are seeing something different on stable (after adding the REGION):
|
To reproduce, try uploading an image to: http://mapknitter-stable.laboratoriopublico.org/maps/test3/edit |
I believe this should be solved with referencing the variables as in #1034 to be available on the container. |
Thanks! I think there's another follow-on bug, so just going to document here and re-open:
Looks like the key is here:
|
Locally i get:
|
OK, great. I just got locally to the same error as in stable:
|
Maybe this??? thoughtbot/paperclip#2198 |
I think i got this! |
Follow-up to #1028 -- seeing:
I had an error on uploading an image --
Error Internal Server Error
in the modal -And one on submitting the create map form while anonymous -- probably a 500.
The text was updated successfully, but these errors were encountered: