luminous8
luminous8
Yes I'm regenerating it! When you say order, you mean having the width after the height and the quality after the width? I didn't find anything regarding this in the...
I'm still investigating and it's still pretty weird: This example works ```const test = `https://XXXXX.execute-api.eu-west-1.amazonaws.com/dev/__FOLDER__/__FILENAME__.jpg?q=100&w=700&s=${md5(`${secret}/__FOLDER__/__FILENAME__.jpg.jpg?q=100&w=700`)}`;``` But this one doesn't ```const test = `https://XXXXX.execute-api.eu-west-1.amazonaws.com/dev/__FOLDER__/__FILENAME__.jpg?q=100&h=100&w=700&s=${md5(`${secret}/__FOLDER__/__FILENAME__.jpg.jpg?q=100&h=100&w=700`)}`;``` My secret key contains some specials characters...
Any clue? Thanks!
Thanks! Let me know if I can help. I've tried another deploy with a "simpler" secret key but without any success
@nat-n I tried to follow your note, but I'm missing knowledge from "Configuring fontconfig" to the end. Could you please detail more on how to do it or give links...
👋 Any update on this?
Thanks @Atinux Indeed, I was putting too much useless information into my JWT token
> The thing is that we need an API endpoint anyway to store the cookie, so even without SSR you will need to run a node server, would that be...
> @luminous8 very good timing as I have been working the last days on supporting SPA & SSG/SWR but it will need to use `nitro-nightly` Awesome news! what’s nitro nightly?...