I have locally setup docker image to run our SugarCloud codebase. It get stuck on the above URL and page does not load any more. mysql database is working fine and also I can see .htaccess file added in the root directly. attached here. Please advice.
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# BEGIN SUGARCRM RESTRICTIONS
# Fix mimetype for logo.svg (SP-1395)
AddType image/svg+xml .svg
AddType application/json .json
AddType application/javascript .js
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule (?i)package\.json - [F]
RewriteRule (?i)yarn\.lock - [F]
RewriteRule (?i)gulpfile\.js - [F]
RewriteRule (?i)webpack\.config\.js - [F]
RewriteRule (?i)\.git - [F]
RewriteRule (?i)\.log$ - [F]
RewriteRule (?i)^bin/ - [F]
RewriteRule (?i)^cache/diagnostic/ - [F]
RewriteRule (?i)^composer\.(json|lock)$ - [F]
RewriteRule (?i)^cron\.php$ - [F]
RewriteRule (?i)^custom/blowfish/ - [F]