parcelvoy / platform

Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
https://parcelvoy.com
Other
218 stars 33 forks source link

Build and run local #342

Closed VyVu closed 7 months ago

VyVu commented 7 months ago

hi guy, I build and run on my computer. When I login it appear error : error: { "status": "error", "error": "Authorization error.", "code": 1000 }

image

please help me. thanks a lot

pushchris commented 7 months ago

@VyVu what authentication method are you using? That error looks normal for the UI trying to access and API while it is not authenticated. Will need more information about the context of the error to provide any assistance.

VyVu commented 7 months ago

i'm using basic authentication method.

pushchris commented 7 months ago

That error is standard when trying to access the UI before you are authenticated. It's related to trying to fetch the users profile and isn't related to an authentication request itself. Does it continue after authentication?