You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<IfModule mod_ssl.c>
<VirtualHost *:443>
#ServerAdmin webmaster@dummy-host.example.com
ServerName www.ds.astian.org
ServerAlias ds.astian.org
ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http://localhost:4040
ProxyPassReverse / http://localhost:4040
#SSLProxyEngine on
<Proxy *>
Require all granted
</Proxy>
# if not specified, the global error log is used
ErrorLog /var/log/apache2/aservices/sync/ds_error_log
CustomLog /var/log/apache2/aservices/sync/ds_access_log combined
# don't loose time with IP address lookups
HostnameLookups Off
# needed for named virtual hosts
UseCanonicalName Off
# configures the footer on server-generated documents
ServerSignature On
SSLCertificateFile /etc/letsencrypt/live/ds.astian.org/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/ds.astian.org/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
You're running version >=1.0.23 of Parse Dashboard.
You're running version >=2.3.2 of Parse Server.
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Steps to reproduce
npm install -g parse-dashboard: parse-dashboard
or
docker run -d -p 4040:4040 parseplatform/parse-dashboard --dev
go to public IP
Appear Blank Screen
Logs/Trace
Note: If you get a browser JS error please run
npm run dev
. This will provide source maps and a much more useful stack trace.The text was updated successfully, but these errors were encountered: