damdafayton
damdafayton
> still getting this error, prevents me from building the app in netlify I have the same problem. Is there no solution to fix this?
any update on this?
same issue Solved it: it was caused by a forgotten `await` in front of the async func which was logging after the test ended. Although all tests were passing because...
> For what it's worth, we have resorted to overwriting `window.setTimeout` when using a `setTimeout` in a promise chain: > > ```js > // Place this in the test file/test...
Solved it by: - Removing all the assets from `"@semantic-release/gitlab"` in `.releaserc.json` - Adding `git fetch --prune-tags` to `.gitlab-ci.yml` - removing latest tag from local and origin Though dont know...
Ok still getting this error. Its really annoying. No detailed information of why its failing. Only this. ``` emote: Retry later fatal: unable to access 'https://gitlab.***/': The requested URL returned...
> I just ran this per readme. folders and directories were moved but the symbolic links were not created in their place. Windows 10 > > I also noticed you're...
similar problem here `"There should only be one folder in a package cache (got .DS_Store`
having the same problem. running redis/redis-stack on local docker. and running the same image on Kubernetes. If i copy the `dump.rdb` from local to Kubernetes it doesnt work.
@sundb thanks for the quick feedback. happy to hear that nothing wrong from my side, so i can try a different approach