Jürgen Wagner
Jürgen Wagner
ran into the same issue today. im running node env 8.10. im using serverless-webpack with babel. and serverless-s3-local seems not to load the transpiled files by webpack, instead it uses...
I just found a quick fix: when I'm adding my webpack output location like: `--location ./.webpack/service/` to my start command, it will take the transpiled files. Though this should not...
i also noticed high cpu usage. fans are spinning high and all cores close to 100% when webstorm is opened. disabled plugin and everything was fine.
error object of notice callback: ```json { "severity_local":"WARNING", "severity":"WARNING", "code":"25001", "message":"there is already a transaction in progress", "file":"xact.c", "line":"3799", "routine":"BeginTransactionBlock" } ``` maybe this is similar to this one: https://github.com/porsager/postgres/issues/274...
> Facing same issue Hi @Miraj98, thanks for responding. Do you have any hints where and when you are facing this problem? Is it correlated to transactions (sql.begin)? Does it...
> > > Facing same issue > > > > > > Hi @Miraj98, thanks for responding. Do you have any hints where and when you are facing this problem?...
> Issue still persists, directly pulling from github. I had no time to investigate this issue further yet. I would really love to have a test to reproduce this. @kam-st...
> Does your app make queries on refresh of page? Such as auth ? If yes, then try to refresh page multiple times. I have been able to reproduce this...