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
I can able to launch parse-dashboard with applications in my mac.
1.Core (Available)
2.Push (Available)
3.App Settings (Not Available)
I have enabled email verification in parse server as below but still App Settings is not showing.
verifyUsersEmails: true,
emailAdapter: {
module: 'parse-server-simple-mailgun-adapter',
options: {
// The address that your emails come from
fromAddress: '[email protected]',
// Your domain from mailgun.com
domain: 'mg.myapp.com',
// Your API key from mailgun.com
apiKey: 'maigun_key'
}
}
The text was updated successfully, but these errors were encountered:
That's correct, @partikles. The open source parse-dashboard doesn't support app settings. As they are initialized with the server, there is no (current) way to switch settings on the go.
If you think it's a feature worth dealing with, please open a PR in both repos.
I can able to launch parse-dashboard with applications in my mac.
1.Core (Available)
2.Push (Available)
3.App Settings (Not Available)
I have enabled email verification in parse server as below but still App Settings is not showing.
verifyUsersEmails: true,
emailAdapter: {
module: 'parse-server-simple-mailgun-adapter',
options: {
// The address that your emails come from
fromAddress: '[email protected]',
// Your domain from mailgun.com
domain: 'mg.myapp.com',
// Your API key from mailgun.com
apiKey: 'maigun_key'
}
}
The text was updated successfully, but these errors were encountered: