-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend wont start #4
Comments
Does it show this error? 404 - Not Found! In that case try http://localhost:2095**/home** and let me know if you see the interface. |
Thanks for the quick revert |
I can confirm that there is an issue with Seascape. It should re-build resources using gulp with the given port. I'll commit a bunch of updates to the repository in the upcoming days to fix this issue. |
Ok thanks for the quick revert |
This issue is currently partially fixed. There is a bug within Galleon with how CORS (Cross-Origin Resource Sharing) is handled. I'll commit a fix for that today. |
Try the following steps to fix your current instance of Galleon:
Just replace the FQDN in the last command with your Fully Qualified Domain Name and you should be good to go. |
I have followed your steps |
The error shown at port 3080 is correct but Seascape fails to identify access url to login into the API. The issue is with how URLs are set. I had an issue in my NGINX setup and patched the code to work with it either way and now it is causing issues with the recent changes. I've modified the code (b23d844) and published it to npm as 0.4.0 (Changes break API). You'll need to follow these steps to re-install Galleon:
Note that Sails-Memory doesn't store users appropriately. You should see a login page once you access port 2095. Let me know if this works. |
Followed your steps |
I've identified two more issue with Seascape that I'll list here:
Fixed: here schahriar/Seascape@b11120e & here schahriar/Seascape@c036036 and I've deprecated versions below 2.1.1 Quick fix:
Note that the inbox will be flashing gray until you receive emails. Regarding the issue with adding users, the password is validated before creation and should be at least 6 letters. I'll add a force option in the next release (#7). More info on the validation: Let me know how it goes. |
Installed galleon-seascape@2.1.1 |
The error 403 on port 3080 is correct as you should authenticate with a post request. I've tried this setup and it works as intended using the MongoDB & Disk drivers (databases) so I suggest that you try a clean install first:
See if this works. Otherwise try opening the Developer Console (Ctrl+Shift+I in Chrome) and select network tab. Then reload the page and try logging in and see if there are any requests sent and if so whether they succeed. You should also checkout the console tab for any JS errors. Let me know if you can get results. I'll setup a test instance tomorrow to see if I can reproduce the issue. |
Your API is set to localhost. Try:
I am currently not sure if Seascape configures this properly but try this url:
Your should get |
First used |
Front-end modules are started on
This works on my end.
|
I have done complete fresh installation starting from os reinstallation |
Does the front-end work? I suggest that you send an email to yourself and see if it shows up in the |
ok could you please tell me the path where mx records are created for this server so that i can set this on my domain |
Galleon automatically listens to port 25 of your IP address. All you need to do is to put Mail Exchange (MX) records in your DNS. The easiest way of doing this on a server that is not a mail provider (as in you are not using the server to serve multiple domains' email addresses) is to set an A record like so:
You can set this record in with your DNS provider (sometimes found under advanced DNS). The type of record is an A record with a name @ and value of your IP address. An example of this is:
Links normally don't show any indication since all your boxes are empty. Try setting up the A records and test if you can receive and send an email. |
I added the records following your steps . I tried to send test mail from. from the application it shows successfully send but when i checked my inbox and spam no mails came i tried both domain id as well as gmail id but no mail is received |
What driver/database are you using? Try checking the developer console again and see if there are any errors. Alternatively try |
Try this link for SMTP diagnostics. Your instance of Galleon seems to be working and receiving emails. (for mac.bakemoon.net url your setup may be wrong as your subdomain (mac) is not pointing to the main domain this means emails are received for anything@mac.bakemoon.net) I suggest that you check here Although you still want to check your database manually if possible to check whether the emails were recorded or try |
You are right it is showing {"url":"http://localhost:3080/"} instead of http://mac.bakemoon.net:3080 so what should i do to solve this issue of seascape . Let put aside galleon mail delivery . |
I believe this issue is fixable with a few improvements to modules. Might have suggested this before but give this another try and see if it works:
I'll make a bunch of improvements and commits over the weekend and publish it to npm under 4.0.1. I am currently running Seascape behind NGINX and haven't had much issues with it so I would recommend that you give that a try until I make some improvements to Galleon modules (especially Seascape). Glad to hear that you like Galleon. I would be happy to help you resolve this issue with Seascape. My goal is to make email handling as easy as possible so I appreciate reports of these bugs to make sure that usage of Galleon is smoother for upcoming users. References: |
I've made a bunch of changes (#10, #11) and published to NPM as Galleon@0.4.4 and Seascape@2.2.1. Try removing all your previous config before reinstalling:
And
And check Note that you can reconfigure in real-time:
Seascape would re-launch on port 9084 without the need for |
Hello there
i tried to installed your galleon smtp server with front end i followed your installation. Md galleon is installed and stated successfully but i tried to install seasscape it is installed bt it is not showing front end
.After installation i tries to access front end on 2095 port it show error 404
please guide what mistake i am doing
The text was updated successfully, but these errors were encountered: