Josh Manning

Results 6 comments of Josh Manning

I believe that this is the issue that I ran into. It is fixed by pull request #54. The issue is that there is a check: ``` python if subdomain...

You are correct that the issue is separate from mine, the issue that I ran into was in regards to the reverse template tag. (In which case the 'subdomain' string...

One thought I had here is that I would like to be able to switch between versions. Sometimes although I have wrangler dev running in two related workers, I might...

Has anyone found any workarounds to get Astro formatting with JSX(?) working?

I've narrowed it down: `injectEndpoints: false` no longer errors, which makes sense since that code calls `path.dirname` and `path.join`, although that code is not included in the built file. This...

Found a resolution by removing the path import in `[...auth].ts` and replacing it with a package import as recommended [here](https://docs.astro.build/en/reference/integrations-reference/#injectroute-option). I did it using my packages name, but I'll create...