yihong0618 / running_page

Make your own running home page
https://running-page.vercel.app
MIT License
3.56k stars 1.02k forks source link

页面异常报错 #500

Closed loongtex closed 1 year ago

loongtex commented 1 year ago

Unexpected Application Error!

@math.gl/web-mercator: assertion failed.

g4@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:84:14778
E6@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:84:14974
Nd@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:84:16914
fitBounds@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:84:20884
df@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:84:96509
Io@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:84:2989276
k9@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:38:19515
y0@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:40:3141
Ei@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:40:39698
Ca@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:40:39626
h8@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:40:39481
A0@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:40:35864
fi@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:40:34815
fi@[native code]
k@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:25:1586
H@http://39.107.49.0:8003/assets/index-7e7bfcc3.js:25:1954

我的构建方式:

用命令pnpm run build 构建成功之后,配置nginx 的root 到 dist目录,然后在浏览器上访问。

正常的页面一闪而过,然后就报上面的错误了。

yihong0618 commented 1 year ago

我们看一下。

yihong0618 commented 1 year ago

@loongtex 你可以先用 README 推荐的方式

yihong0618 commented 1 year ago

@loongtex 修复了,拉一下最新代码

loongtex commented 1 year ago

好的,谢谢~ @yihong0618 我现在验证一下