mahmouds12
mahmouds12
I got the same problem
I am having the same issue, waiting for the fix Thanks @PurpShell for your suggestion, will try it
@b0939261761 I tried with node.js 18, it doesn't resume. Can you share more info about your environment? I am using a test environment locally as follows: - Docker with persistent...
same problem here
> I really tried a lot, mounted volume, internal volume, delete meta-data, but what worked for me now is: "chmod 777 -R /whats-app-session-folder" (before initial client) tried it didn't work...
> benjachiban I tried it, didn't work
still happening
@Goldn7799 Try this docker script, it works for me using google-chrome and not chromium use: ``` puppeteer: { executablePath: '/usr/bin/google-chrome', args: ['--disable-gpu', '--no-sandbox'] } ``` ``` FROM node:18 RUN apt-get...
I also did the same for the update function "seeWhatChanged(config)" and also it finishes in **25 secs** instead of **75 secs**
I downloaded the source project for XBIM.Exchange and traced the error the exception appears at COBieLiteUKHelper.cs at the following loop: ` foreach (var typeObjectToObjects in _definingTypeObjectMap) { foreach (var ifcObject...