Coder Social home page Coder Social logo

Comments (8)

deiu avatar deiu commented on July 20, 2024 2

Yes, Chrome has disabled this behavior by default in the latest versions. You can manually enable it by click the green padlock next to the URL in the address bar, and allow Key Generation. Let me know if it worked.

from profile-editor.

ileathan avatar ileathan commented on July 20, 2024 2

Sorry to reopen this but I have since spent my time reading about Solid. When I returned to try and make another profile from chrome I had to go to chromes content settings and add a key-generation exception for *.databox.me.

  • When i initially load databox.me i am prompted for a username. When I enter my username it prompts me for my WebID. When i enter my WebID cert for https://leathan.xyz/#i it changes the button from "Check Avialability" to "Create Account".
  • I then continue to press Create Account but afterwards it still generates a new WebID for me. Shouldnt we be able to log in with any ol WebID and use databox.me ldp servers?
  • At first I thought it was a problem with my WebID but I have switched my WebID to text/turtle (cors enabled) and the problem persists. I cannot log in with my WebID and I can not send recovery emails to [email protected]. I have burned through like 10 accounts now :/
  • Adding a chrome check before key generation would be awesome and save a few acnts?

P.S. Is there a good tutorial/example for running an LDP server? They seem quite powerful for my project.

from profile-editor.

ileathan avatar ileathan commented on July 20, 2024

Oh thats annoying, thanks & hi :)

from profile-editor.

ileathan avatar ileathan commented on July 20, 2024

Hey since its you.. >_> you think you can look at this for 30 seconds?

Go to https://solid.github.io/solid.js/demo/?
->
for the Profile URI enter: http://melvincarvalho.com/
->
You should get expected results but when you replace the uri with https://leathan.xyz/ it fails?

Im super confused because leathan.xyz is the same as melvincarvalho.com as far as I know. Dont spend any time on it but i think you will know whats wrong pretty quick since pretty much wrote it ^_^

from profile-editor.

deiu avatar deiu commented on July 20, 2024

There are a couple of issues with your server that I was able to easily spot.

  1. It doesn't return text/turtle (which is standard for WebID profiles)
    curl -H"Accept: text/turtle" https://leathan.xyz/

  2. The server doesn't support CORS:

    XMLHttpRequest cannot load https://leathan.xyz/. No 'Access-Control-Allow-Origin' 
    header is present on the requested resource. Origin 'https://solid.github.io' is 
    therefore not allowed access.
    

Melvin might be able to help you with that, if you're trying to follow his setup.

from profile-editor.

ileathan avatar ileathan commented on July 20, 2024

I had this all working in the past and i more or less understand it so i thought quickly doing wget --page-requisites on melvins page would make for an easy boilerpoint since his page is working.

Guess not, time to learn more :) Thanks for your help & work on webid stuff :)

from profile-editor.

bhaugen avatar bhaugen commented on July 20, 2024

I got caught in this same trap. I created an exception for databox.me. How do I go about trying to create a certificate again? (I'm very new to the whole WebID thing.)

from profile-editor.

ileathan avatar ileathan commented on July 20, 2024

Revisiting web-ids and i still cant seam to get anything to work for me locally, or on databox.me :(

I opened a new account god.databox.me :) but i think that one is burned too. when i click the login button i get an orange banner flash at the top of the screen saying "WebID Authentication failed"

from profile-editor.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.