[Release] JetWeb - A simple Aion 4.6 (retail) website

Page 2 of 2 FirstFirst 12
Results 16 to 29 of 29
  1. #16
    Enthusiast FliesQQ is offline
    MemberRank
    Feb 2019 Join Date
    44Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    I tried to use ranking ,it shows an error info like this , Did someone know what's wrong with this? it seems linke some required data is null.
    rangking.png
    https://ibb.co/wKdDKyD

    And register seems like not working property too , something wrong with smtp.
    https://ibb.co/Hnv1DHs
    email.png

    - - - Updated - - -

    Quote Originally Posted by FliesQQ View Post
    I tried to use ranking ,it shows an error info like this , Did someone know what's wrong with this? it seems linke some required data is null.
    rangking.png
    https://ibb.co/wKdDKyD

    And register seems like not working property too , something wrong with smtp.
    https://ibb.co/Hnv1DHs
    email.png
    Oh , Accounts register success , but can not login , it says account not verified .

  2. #17
    Unspoiled Perfection AKllX is offline
    MemberRank
    Aug 2007 Join Date
    @ akllxprojectLocation
    366Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    Quote Originally Posted by FliesQQ View Post
    - - - Updated - - -


    Oh , Accounts register success , but can not login , it says account not verified .

    To use all the website features you should setup a SMTP server to send confirmation emails. It's the safe way to provide account and password recovery. If you want just the test it, you can either: 1) set website.AspNetUsers.EmailConfirmed to 1 or; 2) change the line in Startup.cs 'options.User.RequireUniqueEmail = true;' to options.User.RequireUniqueEmail = false.

  3. #18
    Enthusiast FliesQQ is offline
    MemberRank
    Feb 2019 Join Date
    44Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    Quote Originally Posted by AKllX View Post
    To use all the website features you should setup a SMTP server to send confirmation emails. It's the safe way to provide account and password recovery. If you want just the test it, you can either: 1) set website.AspNetUsers.EmailConfirmed to 1 or; 2) change the line in Startup.cs 'options.User.RequireUniqueEmail = true;' to options.User.RequireUniqueEmail = false.
    it's OK now, I use an outlook mail now. all features work fine. but when i use CDN, it seems index and others will not refresh correctly, only login and register page display correct.


    从我的 iPhone 发送,使用 Tapatalk

  4. #19
    Member gondracorn is offline
    MemberRank
    Apr 2021 Join Date
    82Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    Why does jetweb direct me to a non-working localhost 5001 page?

  5. #20
    Proficient Member StingerOne is offline
    MemberRank
    Aug 2021 Join Date
    AltgardLocation
    160Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    For a website, this download is massive @ 117mb and that's not even compiled. Also, the dependency of visual studio is 1-2gb download before you can compile the site which isn't good. I'd recommend building your site using other frameworks and tools.

  6. #21
    Member gondracorn is offline
    MemberRank
    Apr 2021 Join Date
    82Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    Quote Originally Posted by StingerOne View Post
    For a website, this download is massive @ 117mb and that's not even compiled. Also, the dependency of visual studio is 1-2gb download before you can compile the site which isn't good. I'd recommend building your site using other frameworks and tools.

    Assuming one knows how to build a website and have it connect to Aion Accounts to create an account. Which, I don't, I only built websites using website builders.

  7. #22
    Enthusiast PhantomDev is offline
    MemberRank
    Jul 2012 Join Date
    36Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    Please re-upload.

  8. #23
    Unspoiled Perfection AKllX is offline
    MemberRank
    Aug 2007 Join Date
    @ akllxprojectLocation
    366Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    Quote Originally Posted by StingerOne View Post
    For a website, this download is massive @ 117mb and that's not even compiled. Also, the dependency of visual studio is 1-2gb download before you can compile the site which isn't good. I'd recommend building your site using other frameworks and tools.

    You may have not noticed but this release is compiled as 'standalone' meaning it includes all necessary dependencies (the whole .NET Framework). The website itself is less than 2MB.

    Quote Originally Posted by PhantomDev View Post
    Please re-upload.
    Tested the link and its working just fine.

  9. #24
    Unspoiled Perfection AKllX is offline
    MemberRank
    Aug 2007 Join Date
    @ akllxprojectLocation
    366Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    Quote Originally Posted by a7741299 View Post



    Could you find the reason. I have the same problem

    - - - Updated - - -


    Could you find the reason. I have the same problem
    Seems your appsettings.json connection for AionAccounts is missing/incorrect.

  10. #25
    Member gondracorn is offline
    MemberRank
    Apr 2021 Join Date
    82Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    Quote Originally Posted by AKllX View Post
    Seems your appsettings.json connection for AionAccounts is missing/incorrect.
    Where do I find this appsettings.json file?

  11. #26
    Unspoiled Perfection AKllX is offline
    MemberRank
    Aug 2007 Join Date
    @ akllxprojectLocation
    366Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    Quote Originally Posted by gondracorn View Post
    Where do I find this appsettings.json file?

    https://forum.ragezone.com/f587/rele...5/#post9090875

    You should read all posts from this thread as they may include important information.

  12. #27
    Member gondracorn is offline
    MemberRank
    Apr 2021 Join Date
    82Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    Quote Originally Posted by AKllX View Post
    https://forum.ragezone.com/f587/rele...5/#post9090875

    You should read all posts from this thread as they may include important information.
    Hey AKIIX, have you ever tried to mess with the console on Aion 4.6 private server? I'm having trouble with it, it won't execute -DEVMODE commands when put in a cmd or bat file.

  13. #28
    Enthusiast AlphaLove is offline
    MemberRank
    Sep 2015 Join Date
    25Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    can someone help me configure the site? I tried here but when importing the database I get syntax error

  14. #29
    Novice wolflinen is offline
    MemberRank
    Apr 2022 Join Date
    2Posts

    Re: [Release] JetWeb - A simple Aion 4.6 (retail) website

    So you shared a way to create such a site for free? That's unexpected and nice, man. I've seen a lot of posts like that, but they all ended with something like, "subscribe to my Patreon to see this guide continue," and so on. You know, I don't want to subscribe to anyone on Patreon and pay for their posts. Besides, I already have some work in progress on such a site. Your post will get me closer to finishing the development. Thank you. Except I still need to recover the files I lost to viruses. Anyway, I've already contacted https://prosvit.design/ so WordPress exprerts will make my new site tomorrow.
    Last edited by wolflinen; 12-04-22 at 02:55 PM.



Page 2 of 2 FirstFirst 12

Advertisement