Simon Tretter

Results 116 comments of Simon Tretter

Anything we can do to get this into the core too? I would offer to refactor the whole library to typsescript. Which would make your question obsolete for maintaing the...

I experience something similar, I have a page with several async components. Most of the async components have their own (scoped) css, but just one of it does not export...

We are also facing the issue, we are using the aws elasticcache (redis) service with a 1 repli - primary setup. the primary didn't switch during the issues, so I...

Experience something simliar right now, "[AppRunner] Failed to deploy your application source code." but no reason why, is this also part of the improvements around logs?

@hariohmprasath thanks for your quick response, e.g. arn:aws:apprunner:eu-west-1:770785616967:service/app-runner-git-deploy-service/aa6ff0e1cbc9414b84b9b104e0373d83 or arn:aws:apprunner:eu-west-1:770785616967:service/website-app-test/c017277194e04c08b05977db5dd7b11a I guess both have the same issue though. Thanks a lot!

The deployment logs just show: ![image](https://user-images.githubusercontent.com/5757263/204602148-d062b8a5-f74b-412f-bda4-fc864371b1dc.png) not really helpful. Is there any possibility to get the build output?

Interesting, tried again just now, and now I got some output :-) I added to the npm install command the --ignore-scripts tag, not sure if this is related or some...

It really seems to be related to the "build" command, I changed it agian, and now I'm back with the "no output" issue. build-command: `npm install --ignore-scripts && patch-package &&...

Thanks @hariohmprasath I succeeded with building now, at least according to the log (arn:aws:apprunner:eu-west-1:770785616967:service/website-app-deploy-test-envs/9b8c8ad1fa4a419f9960bac46f58b75a), last few log lines:   | 2022-11-30T09:28:02.824+01:00 | [Build] Removing intermediate container 65911fcd9654 -- | -- |...

Another issue for example, I have set "type": "module" in my package.json of the nuxt project. But using top level await results into: ``` ERROR Cannot start nuxt: await is...