pstuifzand / ekster

microsub server
GNU General Public License v3.0
27 stars 4 forks source link

[Docker] Hitting save in web interface results in nginx throwing 405 #30

Closed Jickelsen closed 4 years ago

Jickelsen commented 5 years ago

When visiting EKSTER_BASEURL in a Docker setup, hitting Save in any of the channel settings results in an nginx 405 Not Allowed error.

pstuifzand commented 5 years ago

What do you have EKSTER_BASEURL set to? It should be a URL like https://microsub.example.com/.

Jickelsen commented 5 years ago

Yes, it's set to a full url, and the current settings work with IndieAuth on e.g. micro.blog.

pstuifzand commented 5 years ago

What do you get when you run docker-compose logs -f web? Is there an error message that shows when you click save?

Also, I can only find two places where 405 Not Allowed error can be gotten and neither are when saving channels.

Jickelsen commented 5 years ago

I don't seen any errors so it may be a misconfiguration on my end! I'll look further into it these coming days.

pstuifzand commented 4 years ago

Did you find the problem in the end? If you still need help with something, please let me know.