The Yii2 debugger seems to only work for web requests. How can I debug console commands (CLI)? Eg. I need to see the SQL statements that were executed during a
I run into an issue that only appears on new server(win 2019), but works quite well on old server (win 2012). The Auth issuer is same. Exception type: Exception
Previously I've used a hook like this to determine if a component is being rendered for the first time: function useIsFirstRender() { const isFirst = useRef(t
I have a working project in AWS Account A which authenticates users using cognito user pool. Have successfully limited access to certain API Gateway endpoints (
I have a server running on heroku and im trying to send emails through my app but I get an error saying smtp.googlemail.com failed, on localhost it works but on
I am trying to parse Instant from a CSV using OpenCsv this way: @CsvDate("yyyy-MM-dd hh:mm:ss") @CsvBindByName(column = "date") private Instant date; I know th
I have two table that relationship. member and setting. setting foreign key to member with member_id field. the question i want to access field in setting. i wa
Currently my network speed is about 1.5s per page if there are images in that page, If i move to different pages with image, audio and video file in it then loa