• Resolved michaelbbt

    (@michaelbbt)


    Hi Guys!

    Thank you for your great efforts and serving this fantastic plugin.
    All seems working and we had already deployed our token on Main Ethereum Network.
    Just one thing, we cannot see it on our website, it gives a 404:
    https://www.bigboobstoken.com/coin/bigboobstoken-bbtkn/

    Contract Address 0x5dd354755bC3EefC61B4ffbC6bE438b477DD4DC7

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WPSmartContracts

    (@wpsmartcontracts)

    Hi Michael,

    Please check your permalinks settings, try using “Post name” in “Settings” – “Permalinks”.

    Also, check that your .htaccess config file is properly set.

    If you are using “Post name” permalinks the .htaccess (if using apache) must be something like this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    If you are using nginx take a look at: https://www.ads-software.com/support/article/nginx/

    Please let us know if you need further help.

    Thread Starter michaelbbt

    (@michaelbbt)

    Thank you very much. Suddenly today, without doing anything all seems working!

    Thanks either way for your rapid help and explanations for sure.

    We are already started using our coin ??

    Plugin Author WPSmartContracts

    (@wpsmartcontracts)

    Great to hear that.

    All the best.

    Looks like the WP Rest API is not working properly in your WordPress installation

    Please check that the URL: https://www/wp-json/ is not failing

    For more information please visit: our support page

    • This reply was modified 4 years, 9 months ago by boifagusy.
    Plugin Author WPSmartContracts

    (@wpsmartcontracts)

    Hi @boifagusy

    From the message you are getting looks like the function get_rest_url(null, ”) is returning https://www/wp-json/ which looks like a wrong URL setup in your WP install.

    Please verify your HOME_URL and SITE_URL setup in your WordPress.

    For more information:

    Changing The Site URL

    @wpsmartcontracts still now working please my url is set set corectly

    Plugin Author WPSmartContracts

    (@wpsmartcontracts)

    Can you share the message that says “Please check that the URL: xxxxxx is not failing”

    Also, can you check that the URL shown there is really working?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘404 Error on Coin Page (Already Created the Coin on Mainnet)’ is closed to new replies.