Commit Graph

14 Commits

Author SHA1 Message Date
Michael Zetterberg 4a846540c3 feat: improve handling of deployment env vars
These are now defined in Netlify UI for dedicated environments (test, stage, production):

AUTH_URL
NEXTAUTH_URL
PUBLIC_URL

Code now falls back to incoming request host. Mainly used for
deployment previews which do not have Akamai in front, meaning
we do not need the above workaround as incoming request host
matches the actual public facing host. When Akamai is in front,
we lose the public facing host in Netlify's routing layer as they
internally use `x-forwarded-for` and we can't claim it for our usage.
2024-10-15 17:03:36 +02:00
Linus Flood b8f37c810d Turn off netlify-plugin-cypress 2024-09-17 14:00:21 +02:00
Hrishikesh Vaipurkar c018dc8ce0 feat: WEB-210 Removed unnecessary env changes and logs 2024-07-10 11:37:28 +02:00
Hrishikesh Vaipurkar 22cc956611 feat: WEB-210 reverted plugin nextjs to previous version 2024-07-10 11:37:27 +02:00
Hrishikesh Vaipurkar fd64ffadb9 feat: WEB-210 Testing logs for node_options 2024-07-10 11:37:26 +02:00
Christel Westerberg 512738428e chore: cleanup and remove hello world test case 2024-06-14 07:52:16 +02:00
Simon Emanuelsson 04a3e8a946 feat: convert all fonts to woff2 format 2024-06-05 10:17:38 +02:00
Michael Zetterberg afb27fc173 chore(debug): envs in api functions 2024-05-17 11:11:36 +02:00
Michael Zetterberg 938200128f chore(debug): envs in api functions 2024-05-17 10:57:45 +02:00
Michael Zetterberg e2252c01cf feat: set NEXTAUTH_URL based on DEPLOY_PRIME_URL on Netlify 2024-04-23 14:28:11 +02:00
Christel Westerberg 6a80deefeb fix: correct netlify config 2024-03-28 12:05:27 +01:00
Christel Westerberg 274e203335 feat: add imagevaultImage utils and types 2024-03-28 12:05:26 +01:00
Simon Emanuelsson b130ce11c6 feat: add cypress 2024-02-29 17:52:29 +01:00
Michael Zetterberg 71e129b71f feat: Netlify Next.js Runtime Beta 2024-02-19 15:07:23 +01:00