You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something strange happens, when I try to connect to server.
There are no errors in terminal, it says "Started connect web server on http://0.0.0.0:5555", then done without errors. But when I serf to http://localhost:5555/ - I get typical "page not found".
In chrome console one warning and one error:
I can confirm this too. The process starts successfully and then exits without any error code. keepalive: true is a viable workaround which keeps the process running.
Any update on what Missing value for "primaryParagraph" means? I have the same problem and now my app won't run. I added a SCSS file and it brought about the error. I got rid of it but the error is still there.
Something strange happens, when I try to connect to server.
There are no errors in terminal, it says "Started connect web server on http://0.0.0.0:5555", then done without errors. But when I serf to http://localhost:5555/ - I get typical "page not found".
In chrome console one warning and one error:
i18n-values: Missing value for "primaryParagraph"
http://localhost:5555/:1 GET http://localhost:5555/ net::ERR_CONNECTION_REFUSED
The more surprising is that when I define keepalive:true everything works fine. Really, I don't get why is it so.
Thnx in advance.
The text was updated successfully, but these errors were encountered: