Skip to main content
ArcBlock Community

Payment Kit Issue - Please Help!

Drew
Developers
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 replies

wangshijun1 year ago

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 year ago

This is what it shows

image.webp

wangshijun23 months ago

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 months ago

/

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

Drew23 months ago

Any suggestions on how to fix? ^

Thank you again for your help

wangshijun23 months ago

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 months ago

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 months ago

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

Drew23 months ago

It works! Thank you!!

Reply