-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SoukaiError: Error creating container at https://little-ducky.solidcommunity.net/cookbook/, returned 500 status code #2
Comments
Hey, thanks for opening the issue! Unfortunately just looking at this I'm not sure what went wrong 😅 It seems like the POD returned a 500 trying to create the container, but without seeing the response I don't know why. I'll try to update error reporting so that the response body is included in this type of errors. Although a 500 error, as far as I understand, is an internal server error so it's probably a bug or some unhandled edge-case in the server. If it were an authentication problem or something wrong on the app's part, it should return 401 or something else. |
Thanks. I'll try again when I get time and try to give a more detailed account. The 500 is very odd because it is a server error. I was able to manually create a container on the account with SolidOS, so creating the container isn't the problem. Not directly related but another issue to consider - you are apparently using POST to create the container so if I already have a /cookbook/ container, it will silently create /cookbook.34347u8073/. Might be better to say "that name is taken, got another?". Also you tell the user you are going to create Cookbook (capital C) but you create cookbook (small C). |
If the container already exists, I should get an error in response because I'm passing the About the casing, yes it's always in lowercase but you should be able to see that on the preview. It's converting the name into a slug, so for example if you write "My Awesome Container", the actual url will use |
I've released a new beta version that I think should fix this problem, I think it was related with nodeSolidServer/node-solid-server#1703 Let me know if it still isn't working, and we can reopen the issue. |
[Please, explain here what you were trying to do when this error appeared]
Connected to a new account on solidcommunity.net. Accepted the /cookbook/ suggestion to create a cookbook and pressed continue, got this:
Stack trace:
The text was updated successfully, but these errors were encountered: