跳到主要内容
ArcBlock Community

Payment Kit Issue - Please Help!

Drew
开发者
hackathon-supportqa

Hi,

I'm currently working on a project and am trying to integrate Payment Kit on the backend of a nodejs (express) API and it returned the URL of the checkout page but the page isn’t loading on the browser. This same thing is happening on the frontend. The assets are not loading on the frontend.

I’m also getting this error on the terminal

IMG_3607.jpg

And for the checkout link

IMG_3608.jpg

Please help ASAP. Thank you!

9 条回复

wangshijun1年前

Glad to have you building on the ArcBlock platform!

I’m also getting this error on the terminal

the error in the first screenshot can be safely ignored for now.

"The assets are not loading on the frontend"

Can you provide a screenshot of your browser when you open the link output by "blocklet dev" on your dev machine?

Drew1年前

This is what it shows

image.webp

wangshijun1年前

Seems your blocklet server is not running on standard ports,can you post the output of ‘blcoklet server info’ command on your local machine for further analysis?

Drew23个月前

/

588709D6-E84D-41F7-9BBE-8C6CECC9947E.jpeg

Drew23个月前

Any suggestions on how to fix? ^

Thank you again for your help

wangshijun23个月前

Hi, from the info you provided, seems you are using windows as the development environment, and your server looks fine, but the way you access your blocklet looks weird, please try to visit your blocklet by removing "" at the end of the URL

Screenshot 2024-10-05 at 06.55.42.png

wangshijun23个月前

Since there are some known issues when running blocklets on Windows, there is a fallback way to run blocklet server on Windows: Developing Blocklet in Docker

wangshijun23个月前

Just noticed that you are using a Ubuntu running on Windows, please checkout Developing Blocklet in Docker

Drew23个月前

It works! Thank you!!

回复