Kessy Similien

Results 28 comments of Kessy Similien

Did you ever solve this

I get this issue running it locally but not in docker.

I spoke too soon, it seems like the issue is this helper function: ``` export function setItemsToBeReviewed(itemIds) { sessionStorage.setItem(ITEMS_TO_BE_REVIEWED_KEY, JSON.stringify(itemIds)); } ```

What is the solution if you are in the mono repo? I have this structure: /repo /services /myapp webpack.config.js .babelrc /common Then when I run under myapp: `yarn webpack --config...

same issue, no useful or line by line information Flas 1.1.2 Dashboard 3.0.9 I don't have a config, I just used the defaults.

@jgcmarins did you solve this? I'm facing the same issue where I only get errors in my builds but when I run locally I get no errors. It's very confusing.

Solved my own problem. I do need core-js:2.6.9 but the issue I was seeing is that webpack would build locally but not in my docker. So I was really confused...

I solved it doing this: ``` @search = Availability.joins{facility.venue.activities} .where{ (activities.id == s_activity) & (booking_id == nil) & (start_time >= s_start_time ) & (end_time

Can we pull this in? I'd really like to store the key in my application without sharing the passphrase