twigs67

Results 12 issues of twigs67

Hello, I'm running a create-react-app in production, but running 'yarn build' and in production I'm seeing the following request being made over and over (10 times then stops): http://localhost:3000/sockjs-node/info?. I'm...

needs triage
issue: bug report

Hello, Is it currently possible to add svg background overlays? Thanks

enhancement
waiting for answer

Hello, I'm playing around with this package and I started getting the following error `Cannot redefine existing key 'plugins.package'.`. Build will only work now if I remove all `[[plugins]]` from...

Hello, I'm not sure if I'm doing something wrong or this is by design, but when the application initially loads the system is making over 70+ queries on permissions/permission_role/role tables....

Rather then checking the db each time for roles/permissions, can we store them in a cache system?

I'm attempting to use https via local signed cert, but I'm not figuring it out. ``` //.hotel/conf.json { "port": 2000, "host": "127.0.0.1", "tld": "test", "proxy": false } //servers/adonis-blog.json { "cwd":...

Hello, Initially, I was receiving an exit error `125`, but now I'm receiving an error of `1`. Both cases, it seems that CodeBuild isn't recognizing one or more Docker commands...

Hello, I'm having an issue building my app. With Apple's new changes I had to remove all node_modules from the extraResources config. However, now that I removed it, I'm getting...

After using forgotPassword(), it created the record in tokens table, but it doesn't add anything to "is_revoked" field. I've tried changing the datatype for "is_revoked" to TINYINT, BOOLEAN, BOOL, INT...

🤔 Question

Just curious, but how are you passing environment variables to the Docker container? From what I've read, it seems the env vars need to be set in Elastic Beanstalk first....