what are the issues if we do not supply the apiDom...
# support-questions-legacy
r
> what are the issues if we do not supply the apiDomain and/or websiteDomain on the appInfo? And what is it being used for? On the frontend, the
apiDomain
is used to query your APIs. On the backend, the
websiteDomain
is used to generate password reset / email verification links. The
websiteDomain
is also used on the frontend fro routing purposes in case you have a dedicated sub domain for auth like
auth.example.com
. We plan on writing a page highlighting the significance of all the items in the
appInfo
object since it's quite important.