Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Fix README headers #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ Useful tools:
* Postman / Fiddler (execute rest calls against parse server / intercept traffic)
* node-inspector (debug your app locally or [remotely](https://blogs.msdn.microsoft.com/waws/2016/04/07/debug-node-js-azure-mobile-apps-with-node-inspector/))

######Parse Dashboard Issues
###### Parse Dashboard Issues
The parse dashboard used to be located in a site extension with route `https://<yoursite>.scm.azurewebsites.net/parse-dashboard`.
It is now an express app running on the main web site at route `https://<yoursite>.azurewebsites.net/parse-dashboard`. A username (appId) and password (masterKey) are required.
The dashboard can take a long time to load due to cold starts.

######Push Issues
###### Push Issues
The notification hub needs to be at least basic tier in order to send push notifications.

######DocDB
###### DocDB
There have been known issues with the DocumentDB dropping mongo connections. A server restart will typically fix the problem. We are working to resolve the problem.

### Useful Links
Expand Down