zanami

Results 17 comments of zanami

I believe this and #371 deal with a number of different issues. I need to update jwt and session (with jwt:true) **after** user has logged in, whenever user updates some...

@balazsorban44 not really viable in case of credentials or email signin and I'm trying to offer both along with some oAuth providers.

> @zanami did you find the right solution for this? I'm in the same situation as you... Nope, sorry, I gave up and dropped NextAuth.

This works ``` // pages/[...filepath].tsx ... export const getStaticProps = async ({ params }) => { const client = ExperimentalGetTinaClient(); const tinaProps = await client.ContentQuery({ relativePath: `${params.filepath.join('/')}.md`, }); return {...

Just had to do the same Grav 1.6.24 Form v4.0.8 ``` if($nonce) { $grav = Grav::instance(); $grav['log']->debug('Nonce '.$nonce.' getNonce '.self::getNonce($action)); return true; } ``` Log: Nonce 3a1c846a3a558d4ac7a766efada5244b getNonce 185fcfc0e82913ed992d26f42d36adb4 I...

Well in my case the problem was in /user/config/system.yaml It's session/cookie related I just deleted everything session.* so defaults from /system/config/system.yaml are used Works fine now

How this is not even a 'candidate' on the [roadmap](https://www.notion.so/Prisma-Roadmap-50766227b779464ab98899accb98295f)?

Same here Migrated D8.6 to D8.8 — everything is nice and green _drush @site status_ doesn't show database credentials site doesn't work (redirects to install.php and returns 404) service nginx...

Sorry, my bad, should be drush @site_alias pmi redis drush @site_alias vget cache_backends where @site_alias is your actual site alias, like @whatever.com

Awesome, thanks! My ready made BOA-provided platform is configured like that Custom D7 in static folder is where I have these strange problems. Thanks again Чт, 30 июня 2022 г....