Dominic Garms

Results 168 comments of Dominic Garms

@willnorris I would like to overwrite cache-control in case none is existent - through the config: ``` ["Cache-Control", "max-age:3600"] => adds the cache-control only if missing ["Overwrite-Cache-Control","max-age:3600"] => overwrites or...

Is there currently an issue with Next v8 and catch all routes? I am use a headless API to fetch JSON from a server and all paths should be served...

@Bundas yes I moved to next 9.x and there you don't need next-routes any longer. Just check the public documentation maybe it fits your use case as well. https://nextjs.org/docs/routing/dynamic-routes#catch-all-routes

Hello, I just got back to this issue and tried with following code: ``` Meteor.publishWithRelations({ handle: this, collection:Posts, filter: filter, options: options, mappings: [ { key: 'ownerId', collection: Meteor.users, options:...

this does not seem to work for Hasura Cloud based databases. Is there an alternative?

This would help a lot, especially for users who want to migrate from HasuraCloud/Open Source to Nhost. Looking forward for that feature as well.

I'd love seeing this too!

After dipping a bit deeper into the codebase I think certain SSR functionality of NextJS should be extracted and made available for other SSR frameworks like Remix. That would be...

Ok thanks for the info.

@egoist I'm still watching you project but haven't had the time to try it out. I'm planning a new project and gathering ideas how to set the project up. It...