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 want to set up a webserver that will work as my backend like your project: server. I have made a client application separate from your project witch i run on anther IP than the backend server. Unfortunately i keep getting the error: The IP is not allowed, when i try to connect to facebook. Using your plugin out of the box works. My question is if you can help me how to make the client and the server part work separately so they dont need to be hosted on the same server.
Now i receive error Blocked a frame with origin "http://localhost:8100" from accessing a frame with origin "http://0.0.0.0:3000". Protocols, domains, and ports must match.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I want to set up a webserver that will work as my backend like your project: server. I have made a client application separate from your project witch i run on anther IP than the backend server. Unfortunately i keep getting the error: The IP is not allowed, when i try to connect to facebook. Using your plugin out of the box works. My question is if you can help me how to make the client and the server part work separately so they dont need to be hosted on the same server.
I changed code to this;
$authProvider.facebook({
clientId: '444078605749103',
redirectUri: 'http://0.0.0.0:3000/auth/facebook',
});
Now i receive error
Blocked a frame with origin "http://localhost:8100" from accessing a frame with origin "http://0.0.0.0:3000". Protocols, domains, and ports must match.
Thank you.
The text was updated successfully, but these errors were encountered: