-
Notifications
You must be signed in to change notification settings - Fork 3
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
Uncaught (in promise) Error: Unable to fetch protocol negotiation info: URL returned [201] #878
Comments
Hi @hexagon6 , thanks for reaching out! |
@NSeydoux
|
@NSeydoux Also considering that [email protected] uses now StreamingHTTPChannel2023¶ instead of WebSocketChannel2023¶ is this also planned? |
Hi @hexagon6 , Unfortunately, we don't have a public-facing representation of the roadmap. If you want to fork the repository and add support for the latest notifications API, I'll be happy to provide feedback and to see that it can be merged in main.
For the time being, the general plan is to bring ESS and the client libraries up-to-speed with the current spec when we start that effort, so the scope will depend on the timing I reckon. |
Search terms you've used
Based on firefox devtools console output
Uncaught (in promise) Error: Unable to fetch protocol negotiation info:
<redacted URL>returned [201]
Bug description
When using WebsocketNotification and calling .connect(), negotiation fails.
The server responds with "201 Created", but execution of the client library stops there.
Debugging in Browser shows me the following Request payload for POSTing to e.g.
https://solid.mydomain.com/storage/
:To Reproduce
Minimal reproduction
Expected result
Do not fail on HTTP Status code 201
Actual result
Fails on HTTP Status code 201
Environment
Additional information
The text was updated successfully, but these errors were encountered: