BetterErrors / BetterErrors/better_errors

Unable to make it work with c9.io

Open
#318 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
6.9k
Forks
430
PR merge metrics
No merged PRs in 30d

Description

I develop on cloud9.io. However, I am running afoul of the IP remote address issue.
I tried setting the allowed IP address when running the server as per the docs:

BetterErrors::Middleware.allow_ip! ENV['TRUSTED_IP'] if ENV['TRUSTED_IP']
TRUSTED_IP=66.68.96.220 rails s

but cloud9 changes the remote IP each time the server runs.
the range is always: "10.240.0.x"
Any way I can specify an IP range instead of a single IP address?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.