Installation

Brand new with “Solid”. I try to install it on a “aws” instance. I finally have been able to run it and access the home page but when I try to register an account, I get this error. Any idea

InternalServerError: The identifier http://xxxxxxxxxx.amazonaws.com:8080/.account/login/password/register/ is outside the configured identifier space.

I astrat the server using this command

community-solid-server -c @css:config/file.json -p 8080 -b http://xxxxx.amazonaws.com/

Ok. Got my answer. Event if we specify the port in the command “-p 8080”, we still to specify it in the baseUrl “-b xxxxxx:8080”.

2 Likes