comunica / Tutorial-Solid-GraphQL-LD-Profile-Viewer

🏫 Tutorial on GraphQL-LD for Solid in React
https://comunica.github.io/Tutorial-Solid-GraphQL-LD-Profile-Viewer/
1 stars 0 forks source link

Fix on tutorial #2

Closed alvarezGarciaMarcos closed 4 years ago

alvarezGarciaMarcos commented 4 years ago

In the authentication part of the tutorial, when you display code in the App.js component, the link to the popup (taking into account it is in the public directory) has to be "/popup" instead of "popup" as you have on your code.

rubensworks commented 4 years ago

I just looked into this, and this probably depends on your routers. In this case, without the slash will work, as it is a relative URL to the popup file at the same level.

Thanks in any case for the issue!