Mel Macaluso

Results 5 comments of Mel Macaluso

Maybe I am misunderstanding how this works, so far in order to set a env variable I used: ```yaml appName: component: '@sls-next/[email protected]' build: env: NEXTAUTH_URL: https://example.cloudfront.net ``` Say `NEXTAUTH_URL` thought...

@andrew310 thanks mate! Will try out and let you know 🙏

Actually the only thing that works for me is defining the envs in the next.config.js which is not ideal as is commited...if anyone has some other solutions would be greatly...

> ```js > await page.mouse.move(135, 173); > await page.mouse.down(); > await page.mouse.move(400, 225); > ``` Hi @aslushnikov , thanks! It does not work for me, do you think is not...

> @MelMacaluso is this still an issue for you? We had to change it like: ```yaml workflows: version: 2 'Build, test and deploy': jobs: - cypress/install: executor: node-executor yarn: true...