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
ngrok sometimes so slow, so I used other solutions.
so I need edit "cli/run_app.py"
L105 ... "--server.enableCORS", "false", "--server.enableXsrfProtection", "false", "--server.enableWebsocketCompression", "false",
...
But hard coding isn't a good solution either, so maybe we can do it in the configuration,maybe we can add args: diffuzers app ..... --cors http://xxx.xx.xx
thanks.
The text was updated successfully, but these errors were encountered:
ngrok sometimes so slow, so I used other solutions.
so I need edit "cli/run_app.py"
L105
... "--server.enableCORS", "false", "--server.enableXsrfProtection", "false", "--server.enableWebsocketCompression", "false",
...
But hard coding isn't a good solution either, so maybe we can do it in the configuration,maybe we can add args:
diffuzers app ..... --cors http://xxx.xx.xx
thanks.
The text was updated successfully, but these errors were encountered: