danestves / remix-auth-auth0

An Auth0Strategy for Remix Auth, based on the OAuth2Strategy
MIT License
119 stars 22 forks source link

Remix Build Time Error after updating @remix-run to 1.16.1 (latest main branch) #95

Closed jesuzon closed 1 year ago

jesuzon commented 1 year ago

Describe the bug

Hi everyone,

I’m getting a new error at build / run dev time after updating the Remix packages to their latest version:

image

Reverting back to Remix 1.15.0 resolves the issue and the build completes just fine.

I’m running Remix using the Deno template - not sure if this makes a difference really

Your Example Website or App

Local development environment

Steps to Reproduce the Bug or Issue

  1. Update Remix to latest 1.16.1 release
  2. Having installed and setup remix-auth with the remix-wuth-auth0 strategy, run ‘npm run dev’
  3. Error occurs in the terminal, build fails

Expected behavior

You would expect the build to complete successfully as it does on 1.15.0

Screenshots or Videos

image

Platform

Additional context

No response

jesuzon commented 1 year ago

This error has occurred due to the way some polyfills were changed on 1.16 - nothing to do with this package!