Integrating Kepler.gl with Next.js 15 #79090
Unanswered
yasataro-biz
asked this question in
Help
Replies: 1 comment 4 replies
-
Is your project using |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I am encountering an problem where the Kepler.gl map is not displaying correctly when I try to run it in my application. The map area appears blank, and I see an error in the console. I'm hoping someone can help me understand the cause and how to fix it.
Problem Description:
When I navigate to the page where the Kepler.gl component is rendered, the area designated for the map remains empty. It seems like the map rendering process is failing.
Error Message:
I am seeing the following error message in my browser's:
Runtime Error
Error: ENOENT: no such file or directory, open '/Users/*/*/keplergl-app/.next/server/vendor-chunks/parquet_wasm_bg.wasm'
My project structure is roughly:
Beta Was this translation helpful? Give feedback.
All reactions