Payment Kit Issue - Please Help!
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

And for the checkout link

Please help ASAP. Thank you!
9 replies
Glad to have you building on the ArcBlock platform!
the error in the first screenshot can be safely ignored for now.
Can you provide a screenshot of your browser when you open the link output by "blocklet dev" on your dev machine?
This is what it shows
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?
/
Any suggestions on how to fix? ^
Thank you again for your help
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
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
Just noticed that you are using a Ubuntu running on Windows, please checkout Developing Blocklet in Docker
It works! Thank you!!