lukevella / rallly

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.
https://rallly.co
GNU Affero General Public License v3.0
3.55k stars 338 forks source link

"500 Internal Server Error" with Nginx proxy manager #docker #218

Closed deraljoscha closed 2 years ago

deraljoscha commented 2 years ago

So I have a rallly docker container up and running. I just followed the "Quickstart with docker" instructions. The rallly instance is running percetly fine on http://myserverip.com:3000

I'm using nginx proxy manager as a reverse proxy and within the .env I set "NEXT_PUBLIC_BASE_URL=https://rally.mydomain.com/"

I can access rallly just fine under http://myserverip.com:3000 but when I open https://rally.mydomain.com/ it gives me a "500 Internal Server Error"

Can you tell me what I did wrong? thanks in advance

lukevella commented 2 years ago

Try removing the trailing slash from your base url. If you're getting a server error, have a look at the server logs.

For the future, please do not open issues to ask for help with your configuration. Use Discussions instead.

deraljoscha commented 2 years ago

Sorry, will open a discussion