aslushnikov / latex-online

Online latex compiler. You give it a link, it gives you PDF
http://latexonline.cc
MIT License
491 stars 89 forks source link

414 Request-URI Too Large #93

Open likhithareddyputturu opened 8 months ago

likhithareddyputturu commented 8 months ago

Hi there!, This is really an amazing tool to convert our code to latex and can fetch our code using the pdf viewer.

But I have been facing an issue. As stated in the README.md, I have implemented my app using the latexonline.cc/compile?text=${texCode}.

In my code I have'nt used any request like GET, PUT, POST instead I have used an <embed /> tag

latexPreviewCode

For shorter code lengths there isn't any problem. After having code length more than 4000 chars, I was unable to compile the code and stated the error below

error

After some research, I got to know that the fault was the length of the request parameter (i.e text feild) is high.

Please help me in solving this error. Thank You Sir.

chsanto2712 commented 7 months ago

@likhithareddyputturu @jldiaz @lologhi @udalov @Toflar Yeah I am also getting the same error I am struck. Please help me in solving this