Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create white label URLS in parse server ? #3257

Closed
gowridev opened this issue Dec 19, 2016 · 3 comments
Closed

How to create white label URLS in parse server ? #3257

gowridev opened this issue Dec 19, 2016 · 3 comments

Comments

@gowridev
Copy link

gowridev commented Dec 19, 2016

How to create white label URLS in parse server (as this option is present in parse.com, Hosting and mails in App settings section) ?

@lenart
Copy link
Contributor

lenart commented Dec 21, 2016

Are you referring to Frame URL? See #3267 if that's what you're looking for.

P.S. Why did you leave the instructions in the comments?

@gowridev
Copy link
Author

gowridev commented Dec 23, 2016

Thanks @lenart. Yes i am referring to Frame URL .

(Regarding P.S.): I thought, i can't post comments without instructions set (just updated the post)

@gowridev
Copy link
Author

gowridev commented Jan 23, 2017

@lenart could you please share sample "http://myserver.com/handle-parse-iframe" file .

Referring to this link
// self-hosted parse server's index.js
var api = new ParseServer({
...,
customPages: {
parseFrameURL: "http://myserver.com/handle-parse-iframe",
invalidLink: "http://localhost:1337/public/invalid_link.html",
}
...

I am unable to navigate to the choose_password page and share user_managemet.html file , the one you are using.

I have attached two files. which on i am supposed to use it.

user_management.html.zip
user_management_OLD.html.zip
if use old user mangement file ,i get this error
Cannot GET /apps/ab442f7ee3e7da5a8eaa/request_password_reset?token=&username=

@hramos hramos closed this as completed Feb 10, 2017
jugaldesai added a commit to jugaldesai/parse-server that referenced this issue Feb 13, 2017
This is the sample file mentioned in the parse-community#3257 parse-community#3091 which everyone is requesting. 

var api = new ParseServer({
...,
customPages: {
parseFrameURL: "http://myserver.com/handle-parse-iframe",
...
}

The parseFrameURL is actually where this HTML file will be hosted and will appear as a FrameURL to show the pages hosted using parse API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants