-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: a is not a function #140
Comments
Hi @nicholaschiang! Thanks for reporting. This looks like an issue on our end. Could you create a new Blitz and update the URLs? It looks like you removed the project so would be great if I had a direct URL 🙏 . |
@SamVerschueren I've updated the original issue with the renamed https://stackblitz.com/edit/tutorbook. Or, if you can't access that, you should be able to fork https://stackblitz.com/github/tutorbookapp/tutorbook but you'll need some |
I'm having the same issue with a private backend hapi api. Seems to be a jose elliptic curve issue. Let me know if I can help in any way either! In my case, system details are:
EDIT: Seems to be the Also apparently jose > 3.0 is a universal module that should work natively in the browser though, will give this a try. (mine was trying to use 2.0.3) |
Everything crypto related is currently kinda wonky. Not everything works yet as we focussed heavily on front-end tooling first. It’s something we’re working on though but can’t give you an exact timing. |
Hey! While I think if we want to revisit this, we'll need more info. |
👋 We're closing this due to inactivity. Please, feel free to open a new one if you're still encountering any errors. |
Describe the bug:
My Next.js app doesn't compile. Instead, it gives me this error:
Which is then shown in the development server:
Link to the blitz that caused the error
https://stackblitz.com/edit/tutorbook
Steps to reproduce:
Expected behavior:
There should no error.
Version of webcontainer:
Hash: 12423d4ada17c5bf9dcd8d2c2bd877a5f9b12d08
Desktop (please complete the following information):
Browser name = Chrome
Full version = 90.0.4430.218
Major version = 90
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (X11; CrOS x86_64 13816.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.218 Safari/537.36
performance.memory = {
"totalJSHeapSize": 170309605,
"usedJSHeapSize": 160609069,
"jsHeapSizeLimit": 2172649472
}
Additional context:
I'm trying to get Tutorbook working in StackBlitz.
The text was updated successfully, but these errors were encountered: