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
I noticed that the lib does not allow massive packets.
The example I used: 2 rooms next to each
I do see that you did set 'apiRouter.post('/set', bodyParser.json({ limit: '100mb' }), wrap(require('./routes/set').POST))' but for some reason it is not working. So unable to save a map atm
The text was updated successfully, but these errors were encountered:
Hi there
I noticed that the lib does not allow massive packets.
The example I used: 2 rooms next to each
I do see that you did set 'apiRouter.post('/set', bodyParser.json({ limit: '100mb' }), wrap(require('./routes/set').POST))' but for some reason it is not working. So unable to save a map atm
The text was updated successfully, but these errors were encountered: