Stefan Reichelt

Results 14 comments of Stefan Reichelt

Hi there! Sort of came upon this issue because I got the `Upload literal unsupported.` exception when using a `delegateToSchema` from graphql-tools and I guess somewhere in the depths of...

I had this issue after updating Firefox from version 45 to 46 (running on Linux) but not before. Related? Thanks for the solution!

Came upon this issue in 4.13.8 today. The normal 404 page throws the exception "Page ID X is not routable". edit: Also, I tried it with a completely empty, new...

Crude makeshift solution: Unpublish the 404-page within Contao. That way, when Contao determines a page as 404 fe., it'll let the server/hosting handle it instead. Whatever your server/hosting delivers won't...

@iotch Thanks for a solution. Sublime Text 3 stable has been updated to 3103 today, so everything should be fine and dandy once more..

Hallihallo, ich hatte das gleiche oder zumindest ein ähnliches Problem. @aschempp Habe geprüft was die `.../server/database`-Anfrage in der Browser-Console liefert und ja, da kam eine Fehlermeldung zurück. Für mich war...

Came upon this issue today. And more or less found a possible solution from a previous comment: The page with the news-list (and subsequently the one the category-url should route...

Could the initial problem be that the mentioned `n.replace(/http/, "ws")` only matches `http`, but not `https`? Which results in `wss://xyz` being requested for the Websocket, rather than the correct `ws://xyz`...

@madebysid I should be able to try it out on a https server that has prisma-studio run through a nginx proxy. Is there a way to update prisma studio, without...

Unfortunately our setup has the same issue with the relative `/api`. We've got prisma-studio running as `hostname/prisma` and a graphql endpoint already as `hostname/api`. While I can change the latter...