-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Labels
Description
Describe the bug
I built an expo mobile native app in Bolt. It blew up and threw a TypeError: Unknown encoding: base64url error. I rolled back again and again. Cannot be fixed because it would seem to be in the environment not the code.
Help
Link to the blitz that caused the error
https://stackblitz.com/edit/sb1-7yt39tmc?file=.env
Steps to reproduce
No idea.
It is not in the code.
Expected behavior
It was compiling fine until that point. I have isolated all related dependencies, one by one.
all research I do points to the environment.
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
i have not run it on my local machine becuase i spent. the last day trying to resolve it your web IDE.
Platform
Browser name = Chrome
Full version = 130.0.6723.152
Major version = 130
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) strawberry/0.0.39 Chrome/130.0.6723.152 Electron/33.3.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 67077199,
"usedJSHeapSize": 63430279,
"jsHeapSizeLimit": 4294705152
}
Hash = b5a27d10
Additional context
No response