GreaterWMS / GreaterWMS

This Inventory management system is the currently Ford Asia Pacific after-sales logistics warehousing supply chain process . After I leave Ford , I start this project . You can share your vacant warehouse space, use it for those in need, and generate income
https://www.56yhz.com/
Apache License 2.0
3.68k stars 942 forks source link

Demo link is not working.[BUG] #364

Closed 18gaurav2021 closed 1 month ago

18gaurav2021 commented 1 month ago

Describe the bug

Steps to Reproduce

Steps to reproduce the behavior:

Expected behavior

Deployment Method

Version Information

Singosgu commented 1 month ago

yes,we close it

18gaurav2021 commented 1 month ago

Hi, kindly update and let me know when it starts working again. Also you mention to change the baseurl + '/Docs/' but it is not existing in code base.

On Tue, 12 Mar 2024 at 17:35, GreaterWMS @.***> wrote:

yes,we close it

— Reply to this email directly, view it on GitHub https://github.com/GreaterWMS/GreaterWMS/issues/364#issuecomment-1991499560, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAMPOKHLODUXZZWT7KCHTRLYX3VSNAVCNFSM6AAAAABEPW3ZPWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJRGQ4TSNJWGA . You are receiving this because you authored the thread.Message ID: @.***>

Singosgu commented 1 month ago

api/docs/

18gaurav2021 commented 1 month ago

Is it a folder 📂? Not visible in the code base.

On Tue, 12 Mar, 2024, 9:39 pm GreaterWMS, @.***> wrote:

api/docs/

— Reply to this email directly, view it on GitHub https://github.com/GreaterWMS/GreaterWMS/issues/364#issuecomment-1992024106, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAMPOKHNHMDMSDSR2ES2QLDYX4SETAVCNFSM6AAAAABEPW3ZPWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJSGAZDIMJQGY . You are receiving this because you authored the thread.Message ID: @.***>

Singosgu commented 1 month ago

in greaterwms/urls.py

urlpatterns += [ path('api/', SpectacularAPIView.as_view(), name='schema'),

Optional UI:

path('api/debug/', SpectacularSwaggerView.as_view(url_name='schema'), name='swagger-ui'),
path('api/docs/', SpectacularRedocView.as_view(url_name='schema'), name='docs'),

]

you can find the api link

18gaurav2021 commented 1 month ago

Thanks, I'll check it out.

On Wed, 13 Mar, 2024, 5:13 am GreaterWMS, @.***> wrote:

in greaterwms/urls.py

urlpatterns += [ path('api/', SpectacularAPIView.as_view(), name='schema'),

Optional UI:

path('api/debug/', SpectacularSwaggerView.as_view(url_name='schema'), name='swagger-ui'), path('api/docs/', SpectacularRedocView.as_view(url_name='schema'), name='docs'), ]

you can find the api link

— Reply to this email directly, view it on GitHub https://github.com/GreaterWMS/GreaterWMS/issues/364#issuecomment-1992745464, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAMPOKAAWMWX44CAY55IHCTYX6HJRAVCNFSM6AAAAABEPW3ZPWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJSG42DKNBWGQ . You are receiving this because you authored the thread.Message ID: @.***>

18gaurav2021 commented 1 month ago

Hi, I have following questions:

  1. While register , i am not able to register, it is showing network error.
  2. What i have to do to make it proper functional on my local system. Kindly guide in detail.I appreciate your help.

On Wed, 13 Mar 2024 at 08:08, gaurav dwivedi @.***> wrote:

Thanks, I'll check it out.

On Wed, 13 Mar, 2024, 5:13 am GreaterWMS, @.***> wrote:

in greaterwms/urls.py

urlpatterns += [ path('api/', SpectacularAPIView.as_view(), name='schema'),

Optional UI:

path('api/debug/', SpectacularSwaggerView.as_view(url_name='schema'), name='swagger-ui'), path('api/docs/', SpectacularRedocView.as_view(url_name='schema'), name='docs'), ]

you can find the api link

— Reply to this email directly, view it on GitHub https://github.com/GreaterWMS/GreaterWMS/issues/364#issuecomment-1992745464, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAMPOKAAWMWX44CAY55IHCTYX6HJRAVCNFSM6AAAAABEPW3ZPWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJSG42DKNBWGQ . You are receiving this because you authored the thread.Message ID: @.***>

Singosgu commented 1 month ago

Change your baseurl and then quasar build

after that restart daphne to start back end again