docker-compose: Internal server error
See original GitHub issueDescribe the bug
I can’t connect, CSP seems to block some scripts.
Problem Locations
- Pink rectangle : before login
- Red rectangle : after login
On docker logs this message is appearing even if I have a .env
file (idk if it is related at all):
bulwark | A .env file was not found. Attempting to fetch values from existing environment variables.
Steps to Reproduce
$ git clone https://github.com/softrams/bulwark.git
$ cd bulwark
$ git checkout v6.2.4
$ nvim .env # create the env file
$ sudo docker-compose up -d
Expected behavior
Login without error.
Desktop (please complete the following information):
- OS: ArchLinux
- Browser : Firefox 82.0.3, Chromium 86.0.4240.198
- Version : Bullwark 6.2.4
- docker-compose version 1.27.4, build unknown
- Docker version 19.03.13-ce, build 4484c46d9
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
APIError: 500 Server Error on first docker-compose up / build
Run docker-compose up in the repo. Expected behavior: It doesn't blow up. Actual behavior: It blows up. On the first up and the...
Read more >How can I solve “Internal Server Error” when ... - CubeBackup
How can I solve “Internal Server Error” when logging into CubeBackup, after recreating a docker container with “docker-compose up”?
Read more >docker-compose - php - .htaccess - 500 Internal Server Error
This rewrites everything (including any other static resources and index.php itself) to index.php . This will certainly break your app if you ...
Read more >Internal server error after restarting docker-compose
I had a running NextCloud installation using docker-compose. After stopping and restarting the docker stack I experience an internal server ...
Read more >Nextcloud Docker Internal Server Error after Upgrade to 25
I fixed the problem again, and then went into my docker-compose and found there was a environment variable which was overriding the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Confirmed.
@noraj can you confirm you can access via http://localhost:5000 ?