Ari (Hamid) Zare
Ari (Hamid) Zare
It came up because we are starting to support different environment w/ diff requirements and it would be good for example if we could see that the project requires network...
following with a new project action notes: - another login => shouldn't it reuse the cookie? - about to send room update to 0 clients => should it skip? -...
I haven't seen the issue since.
there is an issue with snapping blocks to the custom block definition inside the block creation dialogbox. It could be related to this
do you know if they have an issue on it? should I make an issue there/?
edit: this is not currently an issue on their production instance. the popup comesup and you can rename
we should setup nginx to serve static files
``` upstream nbApp { server localhost:8080; #node app address } server { server_name dev.netsblox.org; access_log /var/log/nginx/dev.netsblox.org.access.log; error_log /var/log/nginx/dev.netsblox.org.error.log; client_header_buffer_size 64k; large_client_header_buffers 4 64k; client_max_body_size 25M; root /PATH/TO/netsblox-dev; location / {...
what we can see from the screenshot is that there are quite a few messages queued (~5k) but that shouldn't be an issue. did you try stopping the project? the...
Thanks for reporting it, I'll see if I can find anything useful. Was the chat server project running under your username?