Well, it works for direct access to the repl, but not when it is embedded. I have looked at other posts which suggest adding ?embed=true&lite=true&outputonly=true. This does not seem to work. I just want to see the console when it is embedded. BTW, this is how it used to work when I first configured it.
Will not work since it is a server and needs to be accessible; it’s just that it is a very special service. Without going into too many technicalities, Webview fails and makes the service fail.
As I mentioned before. I have had this repl embedded for a long time, and I just noticed that it is no longer working, so it is your newer changes that made it fail.
I am not going to go into a lengthy reason for why I need it the way it is. All of your responses are of no use.
Please have your repl service provide a feature that makes it possible to use it how it used to work. It’s simply an error from your side in making the type of assumptions you have made.
[[ports]]
localPort = # local port of your service here
externalPort = 9000
And add :9000 when accessing the special service externally.
Then you could host a webserver on a different port to your special service which contains the output you need
This is a user forum, where users and staff alike can answer questions. As 9pfs1 said, anyone can see this, and I will add that you don’t even need a Repit account to see this.