Christopher M

Results 6 issues of Christopher M

It seems as though there might be an issue with using squid + postguard when using postgres schemas, I would assume that when referencing tables in schemas one should use...

enhancement

In 3.0.0rc15 redirects in next config such as : ``` redirects: () => [{ source: '/settings', destination: '/settings/general', permanent: false }], ``` No longer seem to work they are working...

It seems as though when you have a python function defined as follows ``` new sst.aws.Function("MyPythonFunction", { handler: "projects/function-a/src/logic.handler", runtime: "python3.11", url: true, }); ``` You'll hit the following error...

## Description As you can see the latest arm64 images actually are using the wrong arch for their base layer https://hub.docker.com/layers/inngest/inngest/v1.11.9/images/sha256-311a6e6faa864731bd276b48215665971f0c162c1a3957d71a27252be4067638 This is because --platform arg is the $TARGETPLATFORM build...

**Describe the bug** When viewing completed runs in the selfhost/dev server UI using postgres (might effect sqlite), the `endedAt` timestamp sometimes shows as `-` (null) even though the run has...

bug
Dev Server
UI
New Trace Issue
GraphQL
Traces

**Describe the bug** When updating an app on self hosting (could also affect dev server), if you have more than one function being removed the server will error with the...

bug
Self-hosting
CLI