Markas Klapovščiuk
Markas Klapovščiuk
Are you sure you accessing right endpoint? Please share your swagger or redoc page to see if routes appear.
I measured two approaches with dynamic routing: - `getServerSideProps` cold start - 7 seconds; - `getStaticProps` + `getSaticPaths` - 6 seconds; Is there anything I can do to improve performance?
I'm not sure, but its because of wireless connection limitations. Currently I'm using SteelSeries 310 (wired) and there is no issues
@SnowSuno what python version are you using? I'm using `3.10` and getting `NameError: name is not defined`
@SnowSuno FYI in `3.10` version that import feature got delayed. So it _probably_ will be in `3.11`
im experiencing this issue as well, any input from maintainers would be awesome 🙏
Hey @Skn0tt, sorry for late reply I cannot reopen, so im writing it here. Im currently using this setup: 1. Vercel for next.js app 2. Self-hosted quirrel on netlify Build...
@Skn0tt Sorry for confusing you, it's not Netlify, its fly.io. I followed this approach https://dev.to/remixtape/self-hosting-quirrel-5af7 Regarding the `QUIRREL_BASE_URL` looks like im missing it! Ill try to add it and then...
@Skn0tt looks like that we managed to fix it! Thank you very much for support.
@hamatoyogi I'm using qwik and Astro and i can observe this issue on my end too ```json "@builder.io/qwik": "^1.4.3", "@qwikdev/astro": "^0.5.2", "astro": "^4.3.1" ```