You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly nextjs does not like this Error: The edge runtime does not support Node.js 'https' module…
I would love to lean on the generate method from the module just in case the api changes. The only workaround I could have is to copy the method directly from the module.
We have multiple apps, so this ideally would be moved to a lambda to share across all of them, again concerns around ensuring consistency with the cookie shape.
Summary
Noticed that there is a section on accessing amplitude cookies in the docs: https://www.docs.developers.amplitude.com/experiment/sdks/nodejs-sdk/#access-amplitude-cookies
Do we need to add that to the examples NextJS app or does the sdk handle that automatically?
Motivations
Would like to know if it's suggested to add middleware to NextJS apps using SSR for experiments.
The text was updated successfully, but these errors were encountered: