Skip to content
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

HTTP ERROR 431 #88

Open
cipas opened this issue Jan 30, 2024 · 2 comments
Open

HTTP ERROR 431 #88

cipas opened this issue Jan 30, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@cipas
Copy link

cipas commented Jan 30, 2024

Hello there,

After I hit copy link and I paste the link in the browser it gives me 431.

Any idea why might that happen ?

Here is the link

Thank you.

@Ovyerus Ovyerus added the bug Something isn't working label Jan 30, 2024
@Ovyerus
Copy link
Owner

Ovyerus commented Jan 30, 2024

HTTP 431 -> "Request Header Fields Too Large".

Probably busted because the URL is so long due to the code query param. Solution would either be to use some sort of compression like zlib (via pako), or to implement a link shortener into Prismaliser so that users dont need to deal with gigantic links.

@cipas
Copy link
Author

cipas commented Jan 31, 2024

HTTP 431 -> "Request Header Fields Too Large".

Probably busted because the URL is so long due to the code query param. Solution would either be to use some sort of compression like zlib (via pako), or to implement a link shortener into Prismaliser so that users dont need to deal with gigantic links.

That is also my thought there are situations when I can open the link but the schema is incomplete, so yeah maybe that the issue.

Thanks for the fast reply Ovy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants