POS Awesome Blank Screen

Hi,

I installed POS Awesome successfully as guided here

image

after installation screenshot

image

but its showing blank screen like this.

updated POS Awesome to get the fix and followed the steps as mentioned here

but issue not resolved.

please check your console log and reply here

1 Like

Thanks a lot for quick response.

Please check the screenshot for Console log.

Edit : Adding one more Image

  1. bench get-app branch version-14 https://github.com/yrestom/POS-Awesome.git
  2. bench setup requirements ← here
  3. bench build --app posawesome
  4. bench restart
  5. bench --site [your.site.name] install-app posawesome
  6. bench --site [your.site.name] migrate
1 Like

Just reinstall with these steps.

but still issue not solved.

  1. bench setup requirements` ← here

image

Console Error Log :

Hi @umarless,

Your erpnext is in develop branch. so you should install the POS Awesome with develop branch.

Uninstall for apply the command:

bench --site [your.site.name] uninstall-app posawesome --force --no-backup

If you bench is start then stop it. and apply the command.

bench remove-app posawesome --force

If you want to install posawesome for erpnext develop then apply the command.

bench get-app https://github.com/yrestom/POS-Awesome.git

If you want to install posawesome for erpnext version-14 then apply the command.

bench get-app https://github.com/yrestom/POS-Awesome.git --branch version-14

If you want to install posawesome for erpnext version-13 then apply the command.

bench get-app https://github.com/yrestom/POS-Awesome.git --branch version-13

Then after installing the app on your site.

I hope this helps.

Thank You!

1 Like

Hello @NCP

Thanks for reply.

  1. What is the correct way to check if my erpnext is in develop or master branch?

image

SS for erpnext/.git/config

SS for posawesome/.git/config

When i run command “bench --site all list-apps”
image

  1. How to switch to develop to master and what are risks? data loss or any other issue?

  2. When I run “bench list-apps” commands to another site it shows as below.(develop is not written here)

image

Is that means erpnext is installed in master branch?

  1. I am little confuse which command to use to install POS-Awesome.

  2. after reading this

May I know how to first safely switch to master then install POS Awesome?

Stable version:

cd ~/frappe-bench
bench switch-to-branch version-14 frappe erpnext --upgrade
bench update --patch
bench migrate
bench update --build

Thanks!

1 Like

Thanks a lot.

When I am doing "bench --site sitename migrate " it shows error.

image

When I am doing bench update --build

but Now When I go to site and checks About…

image

Is that mean I am successfully switched to stable version?

Still there is dev written after version in my screenshot.

ERPNext: v15.0.0-dev (version-14)

Frappe Framework: v15.0.0-dev (version-14)

Print Designer: v1.0.0 (main)

I haven’t tried it so what kind of challenge faced, that is don’t know.
I just share the step from develop to stable branch.

Reference:

Thank You!

May I know about this please?

Please apply the command and check the version is stable or not.

bench version

Please check it.

image

Hmm :thinking:,

erpnext: Stable
frappe: Stable
hrms: Develop (Dev to stable for check it)
insights: It’s Ok (Because there is no stable branch)
payments: It’s Ok (Because there is no stable branch)
posawesome: Develop (Dev to stable for check it)
print_designer: It’s not supported in version-13 and version-14. Now it’s only available for develop. If you want to go to the stable branch then please remove it.

I hope this understand.

Thank You!

2 Likes

Good Morning Community!

I tried to switch to stable version 14 to resolve POSAwesome Blank Screen Issue but got “Internal Server Error 500”

so I used below command

bench update --patch
bench switch-to-develop
bench --site site_name migrate

and now all site working fine.

But “POSAwesome Blank Screen Issue” and “Internal Server Error 500” issue is resolved with new error message. :smiling_face_with_tear:

If anyone has any idea to resolve it please share.

after resolving posapp Blank screen,
showing error

error also pop-up while submit Delivery Note

Still found the same error
I try the on develop branch and the erpnext branch version 14 but …iam in version 15
How can u get the right solution

Hi @Golden_Earth,

If not work then please raise the issue on POS-Awesome GitHub.

Thank You!