Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
286 views
in Technique[技术] by (71.8m points)

java - Too many redirects on heroku

I have made an app and decided to run it on heroku but any request seems to loop infinitely, here is same sample logs:

ALL PROCESSES
2021-01-25T12:17:05.408297+00:00 heroku[router]: at=info method=GET path="/" host=japanese-srs.herokuapp.com request_id=0d4b9462-5140-4bbd-bf06-f66126538988 fwd="93.75.203.119" dyno=web.1 connect=0ms service=3ms status=302 bytes=139 protocol=https 2021-01-25T12:17:05.605628+00:00 heroku[router]: at=info method=GET path="/" host=japanese-srs.herokuapp.com request_id=f0fda445-3c27-40af-8945-5c7f46e91507 fwd="93.75.203.119" dyno=web.1 connect=0ms service=3ms status=302 bytes=139 protocol=https 2021-01-25T12:17:05.713791+00:00 heroku[router]: at=info method=GET path="/" host=japanese-srs.herokuapp.com request_id=8a4f38e6-912f-464c-897e-7bfd25a283ef fwd="93.75.203.119" dyno=web.1 connect=0ms service=2ms status=302 bytes=139 protocol=https 2021-01-25T12:17:05.924863+00:00

Here is the app: https://github.com/DenysKravets/japanese-srs/tree/heroku

question from:https://stackoverflow.com/questions/65884852/too-many-redirects-on-heroku

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...