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 ran into this issue while trying to put a local server up, taking notes so that it doesn't fall through the cracks.
During development, it is useful to use relative URLs (say, "/config.json", rather than "https://idp.example/config.json") in the register() call so that you can have a local server listening to localhost. The current implementation throws an Error: cross-site configURL when a relative URL is passed.
The text was updated successfully, but these errors were encountered:
During development, it is useful to use relative URLs (say, "/config.json", rather than "https://idp.example/config.json") in the
register()
call so that you can have a local server listening to localhost. The current implementation throws anError: cross-site configURL
when a relative URL is passed.The text was updated successfully, but these errors were encountered: