Ben Flowers

Results 10 issues of Ben Flowers

Hey, When my filter returns false for all entries the filter is being unmounted. This is causing issues as i am losing my search fields as I have a custom...

### What I'm trying to achieve Starting up the dashboard with a clean Saleor instance ### Steps to reproduce the problem 1. New Saleor backend without populating db 2. Create...

bug

Is there a way to prevent the Nginx instance from serving (or serving an error page) when the `allow_domain` function returns false? Right now it serves up a proxied page...

Hi, When i try to use the webpack.entry import my app crashes and I can see a network request going to the current path/`cba38462455a43d162b5.worker.js` which is returning 404. I am...

question

Whenever I try to deploy my functions to a namespace i get an error saying my account is not authorized. However my account is the administrator account. Works fine when...

Hey, Is it possible to set timezone for event schedules e.g. `@callie schedule: daily, event: Launch, hour: 10GMT` And also would be great to get a list of schedules e.g....

Hi, I recently upgraded hjs-webpack to the latest version. However since the upgrade my CSS files which are imported into the js are not being added to the head. Here...

Hi, There isn't really any documentation around how to run the visualizer plugin after installing? Just wondering a) How to do this b) Should this be in the docs? Ben

I have a serverless app which uploads files to s3 (via POST request) and serves them (via GET request) In order to upload an image the POST endpoint takes a...

Is it possible to fail a request if the fallback cert is to be served e.g. return 404 as opposed to serving the self-signed cert?