You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems that server token is not set when you initialize your client. Are you passing token as stream value? Could you share details how you initialize your postmark server or account client?
I had the similar issue when I installed my project on an Ubuntu laptop.
I resolved this by adding the Server API token to my configuration files so that it was initiated when starting up the project. This eliminates the error, so it's probably because you have yet to add your api token to your project configuration.
Getting this error when running the server (
nodemon server.js
)version: ^2.6.0
The text was updated successfully, but these errors were encountered: