Thomas Gauvin

Results 51 comments of Thomas Gauvin

@anthonychu @Reshmi-Sriram I am experiencing the same `An unknown exception has occured` at the same moment as mentioned here https://github.com/Azure/static-web-apps-cli/issues/500#issuecomment-1132738190

@sgollapudi77 to your point, I'm encountering this issue when trying to deploy my built (/dist) folder from SWA CLI. The repo is https://github.com/thomasgauvin/solidjs-starter, no API functions. The command I'm executing...

May be related to https://github.com/Azure/static-web-apps-cli/issues/531 @tmyllymaki, though the solutions proposed in https://azure.github.io/static-web-apps-cli/docs/contribute/Troubleshooting/#swa-deploy---current-caveat aren't working for me

What is the guidance for debugging TypeScript projects? EDIT: Had to manually adjust ports for inspection as mentioned here https://stackoverflow.com/a/55932453/18146992

I had this issue as well, take and skip are typeorm level operations that use limit and offset. However, limit and offset do not work well because they limit all...

I am also encountering similar issues to others in the threads, and the hacky solutions proposed did not work for me. This is definitely an important ask

The link you shared is currently 404ing, do you have an update on this situation? Seems like a dependency on Vite (https://github.com/vitejs/vite/discussions/4591) which depends on React (https://github.com/facebook/react/pull/22952)? This is an...

Thanks for letting me know! Taking this on isn't something that I can commit to at this time, though I plan to keep an eye on this. Any good resources...

Thanks for reporting this @anfibiacreativa, we should definitely provide better logs/auto-detection to help guide the experience. For context for others reading, this is related to the requirement that the api...