Michał Kukla
Michał Kukla
I have the same error when I try SSR. I've already set autoProvideVariables and tried to conditionally load with `if (typeof window === 'undefined') { const Translator = require('bazinga-translator'); }`...
For now I've made a quick workaround: 1. Define new variable in the file I want to use Translator `const TranslatorBackup = require('bazinga-translator');` 2. Check if I have my old...
OK, I've fixed the issue on my side, although I think you should check it on your side as well. The solution is this: before passing it to the `upload`...
Another case: browser was recognizing `.ai` files as `application/illustrator`, Filestack was recognizing them as `application/illustrator` as well. If I removed the type, as described above, I got: - `application/postscript` for...
@ihongda I don't find it useful. I was trying to set up the development environment using instructions from `README.md` file: ``` # Development ## 1. Server ### 1.1 Running the...
@jasonbahl I've added Flexible Content field, let's say "sections", which is cloned in two other groups with prefix: "dynamic_" and "static_". If I fill in basic "sections" field, I get...